diff options
Diffstat (limited to 'Documentation/DocBook')
-rw-r--r-- | Documentation/DocBook/media/v4l/controls.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index e2ff0f98f08d..745b611c3593 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -2849,6 +2849,22 @@ remain constant.</entry> | |||
2849 | <row><entry></entry></row> | 2849 | <row><entry></entry></row> |
2850 | 2850 | ||
2851 | <row> | 2851 | <row> |
2852 | <entry spanname="id"><constant>V4L2_CID_EXPOSURE_BIAS</constant> </entry> | ||
2853 | <entry>integer menu</entry> | ||
2854 | </row><row><entry spanname="descr"> Determines the automatic | ||
2855 | exposure compensation, it is effective only when <constant>V4L2_CID_EXPOSURE_AUTO</constant> | ||
2856 | control is set to <constant>AUTO</constant>, <constant>SHUTTER_PRIORITY </constant> | ||
2857 | or <constant>APERTURE_PRIORITY</constant>. | ||
2858 | It is expressed in terms of EV, drivers should interpret the values as 0.001 EV | ||
2859 | units, where the value 1000 stands for +1 EV. | ||
2860 | <para>Increasing the exposure compensation value is equivalent to decreasing | ||
2861 | the exposure value (EV) and will increase the amount of light at the image | ||
2862 | sensor. The camera performs the exposure compensation by adjusting absolute | ||
2863 | exposure time and/or aperture.</para></entry> | ||
2864 | </row> | ||
2865 | <row><entry></entry></row> | ||
2866 | |||
2867 | <row> | ||
2852 | <entry spanname="id"><constant>V4L2_CID_PAN_RELATIVE</constant> </entry> | 2868 | <entry spanname="id"><constant>V4L2_CID_PAN_RELATIVE</constant> </entry> |
2853 | <entry>integer</entry> | 2869 | <entry>integer</entry> |
2854 | </row><row><entry spanname="descr">This control turns the | 2870 | </row><row><entry spanname="descr">This control turns the |