windows 模拟网络摄像头流

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5313052/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 16:26:28  来源:igfitidea点击:

Simulating a webcam stream

windowsvideostreamingdirectshowms-media-foundation

提问by Artium

Is it possible to simulate a web-cam output so that other programs that use web-cams (for example Skype) will recognize it as a real web-cam?

是否可以模拟网络摄像头输出,以便其他使用网络摄像头的程序(例如 Skype)将其识别为真正的网络摄像头?

采纳答案by Ralf

The Capture Source Filter download at http://tmhare.mvps.org/downloads.htmdoes exactly that. It uses DirectShow.

http://tmhare.mvps.org/downloads.htm上的 Capture Source Filter 下载正是这样做的。它使用 DirectShow。

回答by rep_movsd

I am the author of that sample : http://tmhare.mvps.org/downloads.htmI wrote an actual webcam simulator from that code, so you can do whats needed.

我是该示例的作者:http: //tmhare.mvps.org/downloads.htm我从该代码编写了一个实际的网络摄像头模拟器,因此您可以执行所需的操作。

What issues do you have with compilation?

你有什么编译问题?