I was wondering whether anyone knew of a good tutorial for Capturing an Image/Video stream from a web camera using C#?
Any suggestion would be a appreciated.
Thanks.
Here's a tutorial for EMGU Camera capture in 7 lines of code.
Setup of the EMGU library is fairly easy to do, and the capturing of the camera is truly that easy.
EmguCV is a good wrapper around the OpenCV API. There's a number of tutorials in the link.
i use AForge.NET.. Look at this sample
Try Microsoft Expression Encoder
Sample project for recording from a live source: http://msdn.microsoft.com/en-us/library/ff724701(v=Expression.40).aspx
精彩评论