Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CV_CAP_IOS should contain an integer which identifies the device io stream. The default io stream is usually 0 so the following should work.

int CV_CAP_IOS = 0; // Just a guess for the camera io stream