Capture video using webcam and save as avi using c#

Dulini Atapattu picture Dulini Atapattu · Apr 25, 2011 · Viewed 7.1k times · Source

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#?

Answer

Caspar Kleijne picture Caspar Kleijne · Apr 25, 2011

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.