Getting input from webcam

codingbear picture codingbear · May 4, 2011 · Viewed 16.7k times · Source

Does .NET have a native support for getting input from webcam?
If not, what is the best/recommended way to get input from webcam using C#/.NET?

Answer

Centro picture Centro · May 4, 2011

.NET does not have a native support for webcams. You can use OpenCV library. Also a .NET wrapper exists for OpenCV - Emgu CV.