-2

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?

Community
  • 1
  • 1
HuMMeR-SI
  • 791
  • 2
  • 7
  • 10

1 Answers1

1

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.

http://www.aforgenet.com/

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.

Lee Harrison
  • 2,306
  • 21
  • 32