开发者

Compiling OpenCV with FireWire support on Mac OS 10.6

开发者 https://www.devze.com 2023-01-09 00:21 出处:网络
We have a web-camera and a FireWire camera attached and would like to get input from the second one. But when we use cvCaptureFromCAM(0) and change a number passed as an argument, we\'re getting data

We have a web-camera and a FireWire camera attached and would like to get input from the second one. But when we use cvCaptureFromCAM(0) and change a number passed as an argument, we're getting data only from a web-camera.

We tried to use OpenCV Private Framework and then it works fine. So, most probably problem is caused by the fact that our OpenCV was not compiled with a support of FireWire. Could you please tell how is it possible to enable that support? Are there any additional libraries 开发者_JAVA百科needed?


What happens when you execute cvCaptureFromCAM() with -1 instead of 0?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号