Utkarsh Sinha
Utkarsh Sinha

Reputation: 3305

Grabbing frames in a .net language

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

Answers (2)

Utkarsh Sinha
Utkarsh Sinha

Reputation: 3305

Found it: There's a library called VideoInputSharp. Works perfectly!

Upvotes: 2

Uwe Keim
Uwe Keim

Reputation: 40736

There is a length example about webcams and DirectShow, over at CodeProject.com. Does this help?

Upvotes: 1

Related Questions