summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2013-12-17 09:59:50 -0700
committerAndrei Gherzan <andrei@gherzan.ro>2014-01-03 23:07:43 +0200
commit9cd9f42fa154552bae821901d49a41f19ece3e9e (patch)
tree37b6859cbac153ba2265c4b76babfa45a46e678d
parentbfb7098335f73958ed3514f3b0177991077ab853 (diff)
downloadmeta-raspberrypi-9cd9f42fa154552bae821901d49a41f19ece3e9e.tar.gz
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>
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index c1321a3..c4be792 100644
--- a/README
+++ b/README
@@ -158,6 +158,10 @@ CORE_FREQ = "500"
158SDRAM_FREQ = "500" 158SDRAM_FREQ = "500"
159OVER_VOLTAGE = "6" 159OVER_VOLTAGE = "6"
160 160
1612.F. Optional - Video camera support with V4L2 drivers
162Set this variable to enable support for the video camera (Linux 3.12.4+ required)
163VIDEO_CAMERA = "1"
164
161 165
1623. Extra apps 1663. Extra apps
163============= 167=============