Skip to content

v5.7

Compare
Choose a tag to compare
@FedeDP FedeDP released this 15 Nov 20:30
· 51 commits to master since this release

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.