We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3830f commit fcec5a9Copy full SHA for fcec5a9
pkg/driver/camera/camera.go
@@ -4,10 +4,10 @@ Package camera provides a video camera driver.
4
Device Label Generation Rules
5
6
On Linux, the device label will be in the format of:
7
- /dev/video0;/dev/v4l/by-path/pci-0000:00:00.0-usb-0:0:0.0-video-index0
+ pci-0000:00:00.0-usb-0:0:0.0-video-index0;video0
8
If /dev/v4l/by-path/* is not available (for example in a docker container without
9
bindings in /dev/v4l/by-path/), it will be:
10
- /dev/video0;/dev/video0
+ video0;video0
11
*/
12
package camera
13
0 commit comments