In my testing here are some of the reasons it can get in the way :
- It can cause reflections on objects you are trying to photograph giving them a red glow.
- For nature photography it scares animals.
- For security applications it may draw unnecessary attention to the device.
- It consumes power.
To disable the red LED you simply need to add the following line to your config.txt file :
disable_camera_led=1
To edit the config.txt file you can use Nano :
sudo nano /boot/config.txt
Use the arrow keys to scroll to the end of the file and add “disable_camera_led=1″ to the last line. Press “CTRL-x” to quit. If prompted press “Y” followed by “Return” or “Enter”.
Reboot your Pi with “sudo reboot” and when you next use the camera the red LED will be disabled.
Taken from http://www.raspberrypi-spy.co.uk/
No comments:
Post a Comment