Capturing frames from webcam using DirectShow.NET

后端 未结 3 1011
别那么骄傲
别那么骄傲 2021-01-18 02:25

I am new at DirectShow, so some parts of this library i don\'t understand well. I already see the example DxSnap, but i need to capture frames without previewing it

3条回答
  •  执念已碎
    2021-01-18 03:08

    If your main concern is "access webcam" and not "access webcam with DirectShow", then I would have a look at the AForge.NET-Framework. I tried it with DirectShow once just to find out that I could do the same thing with multiple video sources in less time with less code.

    Here is some sample code: Access to USB cameras and video files using DirectShow

提交回复
热议问题