up vote 0 down vote favorite
share [g+] share [fb]

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?

link|improve this question

Did you see the following link? stackoverflow.com/questions/236249/simple-net-webcam-library – Guge Nov 24 '08 at 22:30
feedback

2 Answers

up vote 0 down vote accepted

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

link|improve this answer
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.