Access and control webcam in C#

sri_rng

Adept
Hi,
I a doing a project which uses webcam to recognize movement and then map it to mouse controls. Something like a touchless interface. I wanted some help in grabbing an image from the webcam and tinkering with it. I already went through Touchless SDK - Home and the Aforge.net framework. Though it works fine if I include references and compile properly. I don't understand head or tail of how it is implemented. Any simple code to interact with the webcam?

I want to get a live stream from a local webcam, identify a light source(say LED) and track it's movements.

Any help will be greatly appreciated. :hap2:
 
Back
Top