从网络摄像头捕获图像“仍然固定”?
我正在寻找一种捕捉静态图像的方法
来自网络摄像头,没有从中传输视频。
(我有 USB 带宽限制,启动视频会失败)
我找不到任何示例如何从网络摄像头的“静止引脚”读取数据。
适用于 Windows 的 C++ 或 C# 代码将非常有帮助。
谢谢。
I'm looking for a way to capture a still image
from a webcam without streaming video from it.
(I have a USB bandwidth limitation and starting video will fail)
I could not find any examples how to read from a webcam's “still pin”.
C++ or C# code for Windows would be very helpful.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看这个。
http://msdn.microsoft .com/en-us/library/windows/desktop/dd318622%28v=vs.85%29.aspx
directshow sdk 提供了这方面的示例。
如果你想要一个简单的例子就可以了。给我发电子邮件。
check this out.
http://msdn.microsoft.com/en-us/library/windows/desktop/dd318622%28v=vs.85%29.aspx
and directshow sdk got examples for this.
If you want a simple example just work. email me.