Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you are using Linux, you can access cameras directly using the V4L path:

vid.open("/dev/v4l/by-id/...");

If you are using Linux, you can access cameras directly using the V4L path:

vid.open("/dev/v4l/by-id/...");

Each camera should have its own identifier.

If you are using Linux, you can access cameras directly using the V4L path:

vid.open("/dev/v4l/by-id/...");

Each camera should have its own identifier.identifier (like usb-Logitech_920...).

You can also access the camera directly using the USB port identifier: vid.open("/dev/v4l/by-path/...");