- Update all classes to more verbosely log what's going on. - Update readme and udev rule for automatic camera checking - Add dependency-checking plugin to pom.xml - Add GPIO check on initialisation, and override to not drive GPIO if not plugged in - Continue updating functions to be closer and more accurate to documentation
2 lines
328 B
Text
Executable file
2 lines
328 B
Text
Executable file
##EXAMPLE: ACTION=="add", KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", SUBSYSTEMS=="usb", ENV{ID_PATH}=="platform-fd500000.pcie-pci-0000:01:00.0-usb-0:1.4:1.0", SYMLINK+="video-cam-left"
|
|
ACTION=="add", KERNEL=="video[0-9]*", SUBSYSTEM=="video4linux", SUBSYSTEMS=="usb", ENV{ID_PATH}=="fillerText", SYMLINK+="video-cam-left"
|