Click here to Skip to main content
15,887,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi all,

I want to track my hand motion through a web cam. It should capture only my hand movement. According to that movement, I want to move some object (say colored rectangle) on the screen. [like shown in example 2].

The other thing is, the movement is motion should be as smooth as in example 2.

Here below you can see some good examples for what I want to develop. I tried this of my own using some image processing libraries, but it didn't work anyway. Can anybody please help me to do this? If I can have some sample demo project, then it is better.

I know some of you can guide me. If you need further details please tell me....

Example 1
http://www.youtube.com/watch?v=mLT4CFLIi8A[^]

Example 2
http://www.youtube.com/watch?v=J3ioMxRI174[^]

Example 3
http://www.youtube.com/watch?v=GS0XpbtZ9ak&NR=1[^]

Thanks,
Charith
Posted
Updated 5-Jun-10 9:55am
v2

1 solution

This article Camera Vision - video surveillance on C#[^] might give you some ideas.

And here[^] is a Webcam class which you may find useful.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900