diff options
-rw-r--r-- | rpi3/boot/config.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index 84c7b90ed31c..ceed842e2844 100644 --- a/rpi3/boot/config.txt +++ b/rpi3/boot/config.txt @@ -77,3 +77,12 @@ disable_commandline_tags=1 # enable JTAG flag enable_jtag_gpio=1 + +# Enable the camera module +start_x=1 + +# Turn off the red camera LED when recording video or taking a still picture +disable_camera_led=1 + +# Minimum GPU memory for camera use +gpu_mem=128 |