A standard WebCam interface for .NET besides DirectShow?

I want to be able to take still images with a webcam through .NET 2.0 (or 3.5 if needed). I know I can use DirectShow, but it seems like a very big learning curve.

Is there an easy to use OCX or library that can work with most standard webcams?

0


source to share


2 answers


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



0


source


Windows Image Acquisition will be the standard, non-direct way to show this. (i.e. not third party).



0


source







All Articles