Possible Duplicate:
Webcam usage in C#
and if it is possible to create a camera with Windows Form using C#.
It is Crucial in Forms because it is for my school project..
If there isnt something like that is it possible to create such an effect?
Possible Duplicate:
Webcam usage in C#
and if it is possible to create a camera with Windows Form using C#.
It is Crucial in Forms because it is for my school project..
If there isnt something like that is it possible to create such an effect?
AForge is a very easy to use library that can easily make use of a webcam in WinForms. I designed a small app for taking pictures with medical tablets last year and the whole executable weighed less than 1Mb, with the AForge library being the bulk of that.
Check the sample applications that it comes with, there is one premade that has all the code you'll need. It's also a cool library to play with by itself.