Is it possible to fake a video stream as virtual cam that is visible in Skype, Lync etc?

点点圈 提交于 2019-12-06 06:51:24
Horonchik

In order to work with directshow filters, you need to have the Windows SDK installed and comiple the BaseClasses solution. look at: C:\Program Files\Microsoft SDKs\Windows\v7.0\Samples\multimedia\directshow\baseclasses

Afterward you need to add the BaseClasses header files and libs directories to your project properties.

Now your project will know the DirectShow classes and you can start changing the VCam source filter pin.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!