SYNOPSYS

start powertop as root
navigate to Device stats using TAB
acknowledge that your USB camera has 100% power usage, even if it is not used

as reported in issue 2669 and 4115
pipewire opens /dev/video* even if there is no active stream

PROCEDURE

~/.config/wireplumber/wireplumber.conf.d/10-disable-camera.conf

1
2
3
4
5
wireplumber.profiles = {
  main = {
    monitor.libcamera = disabled
  }
}

1
systemctl restart --user wireplumber