First time here? Check out the FAQ!
answered 2012-10-16 05:03:50 -0600
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