-1

I have got a directshow source filter which is based on http://tmhare.mvps.org/downloads/vcam.zip. I want to write the webcam frames that has been manipulated using opencv by my (separate) application, to this virtual webcam (Directshow filter). How can I do this?

Any helpful code snippets please?

4

1 回答 1

2

在 Directshow 中操作帧的一个好习惯是在源过滤器之后添加 SampleGrabber 过滤器。

SampleGrabber 的目的是操纵帧。

于 2012-07-17T06:48:52.160 回答