v5.7
Really small bugfix release for Clightd:
- avoid touching camera sensor priority (breaking camera sensor when some other apps was setting an higher prio)
- support ATTR{name} for udev devices, so that for example, one can call:
busctl call org.clightd.clightd /org/clightd/clightd/Sensor/Camera org.clightd.clightd.Sensor Capture "sis" "HD User Facing:HD User Facing" 5 ""
Where "HD User Facing:HD User Facing" is ATTR{name} of my webcam, taken from udevadm info -a /dev/video0
.
This should help in cases where you have unstable /dev nodes between reboots, but you want to capture using same device every time.