rpi3: config: Enable camera
authorHackseung Lee <lhs@dignsys.com>
Wed, 6 Dec 2017 08:33:44 +0000 (17:33 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
Add configration to enable the Raspberry Pi Camera Module in config.txt file.

Change-Id: I092851a559ebab462babf8c176a190339285ef9d
Signed-off-by: Hackseung Lee <lhs@dignsys.com>
rpi3/boot/config.txt

index 84c7b90..ceed842 100644 (file)
@@ -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