4

Possible Duplicate:
Webcam capture and convert to avi

Is there any way of capturing video from webcam, encode and save the video as an avi file (as a movie) using c#?

Community
  • 1
  • 1
Dulini Atapattu
  • 2,735
  • 8
  • 33
  • 47
  • It's web or winform application? – santosh singh Apr 25 '11 at 07:13
  • you should have to describe your question.. – sikender Apr 25 '11 at 07:27
  • Check out these links 1. [WebCam Fast Image Capture Service using WIA](http://www.codeproject.com/KB/cs/WebCamService.aspx) 2. [Programatic​allyUsing A ​Webcam In ​C#](http://channel9.msdn.com/Forums/TechOff/93476-Programatically-Using-A-Webcam-In-C) 3. [How can I stream webcam video with C#?](http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c) – santosh singh Apr 25 '11 at 07:30

1 Answers1

4

Use AForge. Well tested, well documented, well maintained.

AForge.NET Framework is a C# framework designed for developers and researchers in the fields of Computer Vision and Artificial Intelligence - image processing, neural networks, genetic algorithms, machine learning, robotics, etc.

Caspar Kleijne
  • 21,552
  • 13
  • 72
  • 102