UsbCameraInfo

class cscore.UsbCameraInfo

Bases: pybind11_object

USB camera information

property dev int

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

property name str

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

property otherPaths list[str]

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

property path str

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

property productId int

USB Product Id

property vendorId int

USB Vendor Id