Hi
How can I move cursor mouse in (x, y) position ?
It's possible to move cursor under C language ?
Thanks a lot !
Search found 3 matches
- Tue Mar 02, 2010 2:15 pm
- Forum: S3C2440 Boards
- Topic: Move Cursor Mouse
- Replies: 0
- Views: 1695
- Mon Feb 15, 2010 1:51 pm
- Forum: S3C2440 Boards
- Topic: Get a capture from CMOS Camera
- Replies: 4
- Views: 3979
Re: Get a capture from CMOS Camera
Hi philp. thanks for your response. I know that the CMOS camera have a /dev/camera. This is my problem. I want to use the camera for real time image processing (interfacing with OpenCV or V4L). After a long time on google search I decide to implement this using one of two methods: 1. To get a frame ...
- Sun Feb 14, 2010 3:27 pm
- Forum: S3C2440 Boards
- Topic: Get a capture from CMOS Camera
- Replies: 4
- Views: 3979
Get a capture from CMOS Camera
Hi all ! I want to get a capture from CMOS camera. I tried using V4l but ioctl function drop an error. Also I tried with OpenCV and I have the same error. I tried with usb webcam but after plug in I can't find /dev/vide0. Why my kernel 2.6.29 doesn't have /dev/video0 ? How can I get a capture from C...