Search code examples
c#.netwebcamvideo-capture

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?


Solution

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