From 0ef01ad9816c907e7236c6c3014a3058915a1f7c Mon Sep 17 00:00:00 2001 From: Hackseung Lee Date: Wed, 6 Dec 2017 17:33:44 +0900 Subject: [PATCH] rpi3: config: Enable camera Add configration to enable the Raspberry Pi Camera Module in config.txt file. Change-Id: I092851a559ebab462babf8c176a190339285ef9d Signed-off-by: Hackseung Lee --- rpi3/boot/config.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/rpi3/boot/config.txt b/rpi3/boot/config.txt index 84c7b90..ceed842 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 -- 2.7.4