Re: Linux video camera UVC driver with multiple cameras

2022-03-22 Thread Roger Heflin
udev and a rule similar to this: ENV{SUBSYSTEM}=="video4linux", ENV{ID_TYPE}=="video", ENV{ID_SERIAL_SHORT}=="0582C6D0", SYMLINK+="video-ibm2", GROUP="video" ENV{SUBSYSTEM}=="video4linux", ENV{ID_TYPE}=="video", ENV{ID_SERIAL_SHORT}=="A6D77E9F", SYMLINK+="video-pr1", GROUP="video" ENV{SUBSYSTEM}=="

Linux video camera UVC driver with multiple cameras

2022-03-22 Thread Steve Underwood
Hi, The Linux UVC driver for USB video cameras names devices according to the product name it gets from the USB device itself. This is fine if you have different models of camera, as each gets a different name. However, if you have, say, 3 Logitech C920 cameras, the device list in video appli