Saturday, September 10, 2011

Image Capturing from webcam in C#

You can show video from webcam in your window application and capture the image. http://sites.google.com/site/webcamlibrarydotnet/winfrom-and-csharp-sample-code-and-download is a link where you can find out WinFormCharpWebCam zip file which contains source code via this you can able to do above scenario. In this code its using System.Linq library. This library you doesn't find in VS 2005. For this you have to add LinqBridge.dll reference from this link http://code.google.com/p/linqbridge/downloads/list. There is a file LinqBridge-1.2-Debug.zip, you need to download and add into as a reference in your above downloaded project (WinFormCharpWebCam).


No comments:

Post a Comment