模拟网络摄像头流
是否可以模拟网络摄像头输出,以便其他使用网络摄像头的程序(例如 Skype)将其识别为真正的网络摄像头?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我是该示例的作者:http://tmhare.mvps.org/downloads.htm
我根据该代码编写了一个实际的网络摄像头模拟器,因此您可以执行所需的操作。
您在编译时遇到哪些问题?
I am the author of that sample : http://tmhare.mvps.org/downloads.htm
I wrote an actual webcam simulator from that code, so you can do whats needed.
What issues do you have with compilation?
捕获源过滤器下载 http://tmhare.mvps.org/downloads.htm 确实如此那。它使用 DirectShow。
The Capture Source Filter download at http://tmhare.mvps.org/downloads.htm does exactly that. It uses DirectShow.