Skip to content

Commit

Permalink
add video360 for the udev rule (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyLiu2886 authored Oct 26, 2023
1 parent b49f999 commit 2b936f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions image_tools/etc/udev/rules.d/80-uvccam.rules
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
KERNEL=="video*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="2894", ATTRS{idProduct}=="0004", ENV{ID_V4L_CAPABILITIES}=="*:capture:*", KERNELS=="1-2.4", SYMLINK+="videofront"

KERNEL=="video*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="2894", ATTRS{idProduct}=="0004", ENV{ID_V4L_CAPABILITIES}=="*:capture:*", KERNELS=="1-2.2", SYMLINK+="videoback"

KERNEL=="video*", SUBSYSTEMS=="usb", ATTRS{idVendor}=="0bda", ATTRS{idProduct}=="5075", ENV{ID_V4L_CAPABILITIES}=="*:capture:*", SYMLINK+="video360"

0 comments on commit 2b936f0

Please sign in to comment.