From 9cd9f42fa154552bae821901d49a41f19ece3e9e Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Tue, 17 Dec 2013 09:59:50 -0700 Subject: [PATCH] README: Add video camera control Add optional 'VIDEO_CAMERA' setting to enable video camera at boot time. Change-Id: I8b2509aee1ff8ec94b7a3a3b5066d0411a957f43 Signed-off-by: Gary Thomas Acked-by: Andrei Gherzan --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index c1321a3..c4be792 100644 --- a/README +++ b/README @@ -158,6 +158,10 @@ CORE_FREQ = "500" SDRAM_FREQ = "500" OVER_VOLTAGE = "6" +2.F. Optional - Video camera support with V4L2 drivers +Set this variable to enable support for the video camera (Linux 3.12.4+ required) +VIDEO_CAMERA = "1" + 3. Extra apps =============