VB.net 中的网络摄像头接口
我以前从未在 VB.net 中使用过网络摄像头。
谁能推荐一个免费、稳定的库,我可以使用它在 VB.net 应用程序中从网络摄像头捕获图像?
I have never worked with web cams in VB.net before.
Would anyone be able to recommend a free, stable, library that I can use in order to capture images from a web cam in a VB.net application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
关于这个主题已经存在一些问题,并且共识似乎是 DirectShow 是可行的方法。尝试以下链接:
C# 中的网络摄像头使用
在 VB.net 中访问网络摄像头和麦克风输入
使用以下命令访问网络摄像头vb.net
There are a few questions on this subject already, and the consensus seems to be DirectShow is the way to go. Try these links:
Webcam usage in C#
Access webcam and microphone input in VB.net
Access web cam using vb.net