Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

can you try to open the capture like:

capture.open(0); // <-- different device id

or even:

capture.open(0|CAP_DSHOW); // <-- *force* direct show

the default (-1) there uses the VFW graph under the hood, and opens a dialog box with a camera to choose.