UsbCameraInfo

class cscore.UsbCameraInfo

Bases: pybind11_object

USB camera information

property dev

Device number (e.g. N in ‘/dev/videoN’ on Linux)

property name

Vendor/model name of the camera as provided by the USB driver

property otherPaths

Other path aliases to device (e.g. ‘/dev/v4l/by-id/…’ etc on Linux)

property path

Path to device if available (e.g. ‘/dev/video0’ on Linux)

property productId

USB Product Id

property vendorId

USB Vendor Id