Reputation: 3305
I want to access cameras through DirectShow. I've found DirectShow.net, but I don't want to learn about DirectShow.
Is there a simple to use library that enumerates all cameras on a computer and then lets you access pixels of each frame as they're captured?
Upvotes: 2
Views: 536
Reputation: 3305
Found it: There's a library called VideoInputSharp. Works perfectly!
Upvotes: 2
Reputation: 40736
There is a length example about webcams and DirectShow, over at CodeProject.com. Does this help?
Upvotes: 1