diff options
Diffstat (limited to 'Documentation/DocBook/media/v4l/controls.xml')
-rw-r--r-- | Documentation/DocBook/media/v4l/controls.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index ad0d53d3ffdd..f38f06169795 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -3301,6 +3301,45 @@ lens-distortion correction.</entry> | |||
3301 | </row> | 3301 | </row> |
3302 | <row><entry></entry></row> | 3302 | <row><entry></entry></row> |
3303 | 3303 | ||
3304 | <row> | ||
3305 | <entry spanname="id"><constant>V4L2_CID_3A_LOCK</constant></entry> | ||
3306 | <entry>bitmask</entry> | ||
3307 | </row> | ||
3308 | <row> | ||
3309 | <entry spanname="descr">This control locks or unlocks the automatic | ||
3310 | focus, exposure and white balance. The automatic adjustments can be paused | ||
3311 | independently by setting the corresponding lock bit to 1. The camera then retains | ||
3312 | the settings until the lock bit is cleared. The following lock bits are defined: | ||
3313 | </entry> | ||
3314 | </row> | ||
3315 | <row> | ||
3316 | <entrytbl spanname="descr" cols="2"> | ||
3317 | <tbody valign="top"> | ||
3318 | <row> | ||
3319 | <entry><constant>V4L2_LOCK_EXPOSURE</constant></entry> | ||
3320 | <entry>Automatic exposure adjustments lock.</entry> | ||
3321 | </row> | ||
3322 | <row> | ||
3323 | <entry><constant>V4L2_LOCK_WHITE_BALANCE</constant></entry> | ||
3324 | <entry>Automatic white balance adjustments lock.</entry> | ||
3325 | </row> | ||
3326 | <row> | ||
3327 | <entry><constant>V4L2_LOCK_FOCUS</constant></entry> | ||
3328 | <entry>Automatic focus lock.</entry> | ||
3329 | </row> | ||
3330 | </tbody> | ||
3331 | </entrytbl> | ||
3332 | </row> | ||
3333 | <row><entry spanname="descr"> | ||
3334 | When a given algorithm is not enabled, drivers should ignore requests | ||
3335 | to lock it and should return no error. An example might be an application | ||
3336 | setting bit <constant>V4L2_LOCK_WHITE_BALANCE</constant> when the | ||
3337 | <constant>V4L2_CID_AUTO_WHITE_BALANCE</constant> control is set to | ||
3338 | <constant>FALSE</constant>. The value of this control may be changed | ||
3339 | by exposure, white balance or focus controls.</entry> | ||
3340 | </row> | ||
3341 | <row><entry></entry></row> | ||
3342 | |||
3304 | </tbody> | 3343 | </tbody> |
3305 | </tgroup> | 3344 | </tgroup> |
3306 | </table> | 3345 | </table> |