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 <gary@mlbassoc.com>
Acked-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Gary Thomas
2013-12-17 09:59:50 -07:00
committed by Andrei Gherzan
parent bfb7098335
commit 9cd9f42fa1

4
README
View File

@ -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
=============