views:

771

answers:

2

I want to be able to take still images with a web cam, via .NET 2.0 (or 3.5 if necessary). I know I can use DirectShow but that seems like a very large learning curve.

Is there a simple to use OCX, or library that can work with most standard webcams?

A: 

Pegasus Imaging has the CapturePRO control. It comes in both ActiveX and .NET (WinForms) versions.

richard.albury
A: 

Windows Image Acqisition would be the standard, non direct show way to do this. (ie: non third-party).

Oplopanax