Directshow recording/preview problem

后端 未结 3 632
感情败类
感情败类 2021-01-20 01:53

I have a project where I need to record a video using DirectShow from a webcam, but I need to be able to stop recording while the preview continues to run.

I am usin

3条回答
  •  渐次进展
    2021-01-20 02:48

    I don't know about the WPFMediaKit, but basically when you want to start/stop recording while keeping the preview, you will need two graphs, and something to connect between those graphs. Take a look at the pdf document at the GMFBridge page.

提交回复
热议问题