Skip to content

Turn off Raspberry Pi camera LED

firepick1 edited this page Jan 10, 2014 · 2 revisions

Configure the Raspberry Pi to disable the red camera led that disrupts close-up pictures.

  1. sudo ex /boot/config.txt -c $
  2. :a
  3. disable_camera_led=1
  4. .
  5. :wq
  6. sudo reboot

Clone this wiki locally