diff options
author | Gary Thomas <gary@mlbassoc.com> | 2013-12-17 09:59:50 -0700 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2014-01-03 23:07:43 +0200 |
commit | 9cd9f42fa154552bae821901d49a41f19ece3e9e (patch) | |
tree | 37b6859cbac153ba2265c4b76babfa45a46e678d | |
parent | bfb7098335f73958ed3514f3b0177991077ab853 (diff) | |
download | meta-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-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -158,6 +158,10 @@ CORE_FREQ = "500" | |||
158 | SDRAM_FREQ = "500" | 158 | SDRAM_FREQ = "500" |
159 | OVER_VOLTAGE = "6" | 159 | OVER_VOLTAGE = "6" |
160 | 160 | ||
161 | 2.F. Optional - Video camera support with V4L2 drivers | ||
162 | Set this variable to enable support for the video camera (Linux 3.12.4+ required) | ||
163 | VIDEO_CAMERA = "1" | ||
164 | |||
161 | 165 | ||
162 | 3. Extra apps | 166 | 3. Extra apps |
163 | ============= | 167 | ============= |