Raspberry Pi‎ > ‎

How To Disable The Red LED On The Pi Camera Module

posted Dec 17, 2018, 8:35 AM by Chris G   [ updated Dec 17, 2018, 8:36 AM ]

The Pi camera module includes a red LED in one corner of the PCB. This lights up when the camera is active. It’s really useful in giving a visual indication that the camera is doing something and most of the time you will be glad it is there.

However there are a number of reasons you might wish it wasn’t.


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


Comments