如何使用程序控制连接到 Firewire 的摄像机
我需要控制(播放、快退、停止)连接到 PC 火线的摄像机 这可能吗。 我的程序是用 .NET 编写的,
谢谢 匿名
I need to control (play,rewind,stop) my Video Cam connected to firewire of my PC
Is this possible. My program is written in .NET
Thanks
Anon
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是通过 DirectShow 完成的,DirectShow 是 Windows SDK 的一部分。 查看 DVApp 示例。
This is done through DirectShow which is part of the Windows SDK. Take a look at the DVApp sample.