WebCam Fast Image Capture Service using WIA - CodeProject
Well, in the code library there is an Initialize() method that does important things. So, to capture a frame, the minimum code you need is: WebCam = WebCamLibrary.WebCam.NewWebCamWIA(); WebCam.Initialize(); MemoryStream st = new MemoryStream ......