使用 Emgu CV 在多个相机之间切换
我有一个简单的问题:我需要在平板电脑上的两个摄像头之间切换。正面和背面。默认情况下,Emgu CV 始终使用前置摄像头。
谢谢。
I have a quick question: I need to switch between the two camera on a tablet. Front and Back. By default, the Front camera is always used by Emgu CV.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的。有一个不同的构造函数。我正在 Emgu CV 的 7 行演示的基础上进行构建。
使用正确的重载构造函数,这就是对我有用的技巧:
问候。
Ok. There is a different constructor. I was building upon the 7 line demo for Emgu CV.
Using the correct overloaded constructor, this is what did the trick for me:
Regards.