osx - Compiling OpenCV with FireWire support on Mac OS 10.6 -


We have a webcam and a firewire camera attached and want to get input from the other. But when we use cvCaptureFromCAM (0) and change the number passed as an argument, then we are only getting data from a web camera

We use OpenCivi Private Framework Tried and then it works fine. Therefore, most likely the problem is that our OpenCVI was not compiled with the support of FireWire. Can you please tell how it is possible to enable that help? Do Any Extra Libraries Need?

You execute cvCaptureFromCAM ) 0 Instead of -1 with


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -