Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~766 People Reached
Favorite Forums
Favorite Tags
c++ x 4

3 Posted Topics

Member Avatar for ejohns85

[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, …

Member Avatar for josephbeluan
0
493
Member Avatar for kitty.naz

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 …

Member Avatar for kitty.naz
0
196
Member Avatar for mouiny

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.

Member Avatar for kitty.naz
0
77

The End.