无法通过 OpenCV、Cygwin 访问 USB 网络摄像头
我已经下载并安装了 Windows 版 cygwin,下载了 opencv(cygwin 的移植版本)并成功安装了它,并且我的代码编译了。
我遇到的问题是 CvCapture* capture = cvCreateCameraCapture(-1);
始终为空!
USB 网络摄像头已连接但未使用。 为什么我无法在 cygwin 中访问我的网络摄像头? (是否有任何特殊原因,例如我应该首先安装设备,如果是这种情况,我对此一无所知)
请建议
I've downloaded and installed cygwin for windows, I downloaded opencv (ported version for cygwin) and installed it successfully and my code compiles.
The problem I have is that CvCapture* capture = cvCreateCameraCapture(-1);
is always null!
The usb webcam is connected and is not in use.
Why I can't access my webcam in cygwin? (Is there any particular reason like for example I should mount the device first, If this is the case I have no knowledge about it)
Please advice
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论