使用 C++ 捕获 MacBook Pro iSight 视频
我想从我的 MacBook Pro iSight 中获取一个 C++ 框架并对其进行一些详细说明。 我已经知道如何使用 QTKit 在 ObjC 中执行此操作,但是有没有办法在 C++ 中执行相同的操作?
注意: 我尝试使用 macports 安装 OpenCV,但该框架似乎不支持 iSight 相机。
I'd like to grab a frame from my MacBook Pro iSight in C++ and do some elaborations on it.
I already know how to do that in ObjC with QTKit, but is there any way to do the same thing in C++?
NOTE:
I tried to install OpenCV with macports, but the framework doesn't seem to support iSight cameras.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以使用 OpenCV ( http://opencv.willowgarage.com/wiki/ ) 来做到这
一点这是一个示例代码,您可以复制/粘贴来尝试:http://www.geckogeek.fr/lire-le-flux-dune-webcam-camera-video-avec-opencv.html(文章为法语,但代码为英语)
You could do that using OpenCV ( http://opencv.willowgarage.com/wiki/ )
And here is a sample code you can copy/paste to try it : http://www.geckogeek.fr/lire-le-flux-dune-webcam-camera-video-avec-opencv.html (article in french but code is in english)
您还可以使用集成视觉工具包 (http://ivt.sourceforge.net),它支持 Mac OS X 和 Quicktime。
步骤如下:
如果您有任何疑问,请告诉我(您可以在 IVT 主页上找到我的联系信息)。我还在 IVT Sourceforge 论坛上回答问题,通常速度很快。
You can also use the Integrating Vision Toolkit (http://ivt.sourceforge.net), which supports Mac OS X and Quicktime.
Here are the steps:
If you have any questions, let me know (you can find my contact information on the IVT homepage). I also answer questions in the IVT Sourceforge forum usually quite fast.