Webcam Stream Simulation

Can I simulate the output of a webcam so that other programs that use webcams (for example, Skype) recognize it as a real webcam?

+3
source share
2 answers

The source capture filter is loaded at http://tmhare.mvps.org/downloads.htm . It uses DirectShow.

+2
source

I am the author of this example: http://tmhare.mvps.org/downloads.htm I wrote a real webcam simulator from this code so that you can do what you need.

What problems do you have with compilation?

+3
source

All Articles