No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Re: [CODE]while (true) { cvGrabFrame(capture); /* u can use this instead of both the functions cvGrabFram()&cvRetrieveFrame() image = cvQueryFrame( capture );*/ image = cvRetrieveFrame(capture); cvShowImage("Window", image); if( (cvWaitKey(10) & 255) == 27 ) break; } [/CODE] Hope this works....! [QUOTE=ejohns85;1244063]Hello, I am trying to capture a video stream from a webcam, … | |
I m work'n on a project to control the cursor with my finger. I've used openCV in VC++ to track my finger but have no idea how to link the mouse with my finger i.e control the mouse motion with finger. can someone please....!! tell me how do you control … | |
Re: I am working in VC++ 2008; my code tracks the object but I fail to link it with the mouse or even move the mouse by the object detected. |
The End.