diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2012-03-06 05:04:26 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-05-14 13:04:30 -0400 |
commit | e40a05736d4503950ec303610a51f838bd59cdc1 (patch) | |
tree | ffd2cfa05d4fdd0d031729bc7f2deffc6003ee86 /Documentation/DocBook/media/v4l | |
parent | d58083c949b3d76aba225be9f303ab5dab585064 (diff) |
[media] V4L: Add an extended camera white balance control
This patch adds V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE control which is
an extended version of the V4L2_CID_AUTO_WHITE_BALANCE control,
including white balance presets. The following presets are defined:
- V4L2_WHITE_BALANCE_INCANDESCENT,
- V4L2_WHITE_BALANCE_FLUORESCENT,
- V4L2_WHITE_BALANCE_FLUORESCENT_H,
- V4L2_WHITE_BALANCE_HORIZON,
- V4L2_WHITE_BALANCE_DAYLIGHT,
- V4L2_WHITE_BALANCE_FLASH,
- V4L2_WHITE_BALANCE_CLOUDY,
- V4L2_WHITE_BALANCE_SHADE.
Signed-off-by: HeungJun Kim <riverful.kim@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'Documentation/DocBook/media/v4l')
-rw-r--r-- | Documentation/DocBook/media/v4l/controls.xml | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/Documentation/DocBook/media/v4l/controls.xml b/Documentation/DocBook/media/v4l/controls.xml index 745b611c3593..56dfdf02c76b 100644 --- a/Documentation/DocBook/media/v4l/controls.xml +++ b/Documentation/DocBook/media/v4l/controls.xml | |||
@@ -3022,6 +3022,76 @@ camera sensor on or off, or specify its strength. Such band-stop filters can | |||
3022 | be used, for example, to filter out the fluorescent light component.</entry> | 3022 | be used, for example, to filter out the fluorescent light component.</entry> |
3023 | </row> | 3023 | </row> |
3024 | <row><entry></entry></row> | 3024 | <row><entry></entry></row> |
3025 | |||
3026 | <row id="v4l2-auto-n-preset-white-balance"> | ||
3027 | <entry spanname="id"><constant>V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE</constant> </entry> | ||
3028 | <entry>enum v4l2_auto_n_preset_white_balance</entry> | ||
3029 | </row><row><entry spanname="descr">Sets white balance to automatic, | ||
3030 | manual or a preset. The presets determine color temperature of the light as | ||
3031 | a hint to the camera for white balance adjustments resulting in most accurate | ||
3032 | color representation. The following white balance presets are listed in order | ||
3033 | of increasing color temperature.</entry> | ||
3034 | </row> | ||
3035 | <row> | ||
3036 | <entrytbl spanname="descr" cols="2"> | ||
3037 | <tbody valign="top"> | ||
3038 | <row> | ||
3039 | <entry><constant>V4L2_WHITE_BALANCE_MANUAL</constant> </entry> | ||
3040 | <entry>Manual white balance.</entry> | ||
3041 | </row> | ||
3042 | <row> | ||
3043 | <entry><constant>V4L2_WHITE_BALANCE_AUTO</constant> </entry> | ||
3044 | <entry>Automatic white balance adjustments.</entry> | ||
3045 | </row> | ||
3046 | <row> | ||
3047 | <entry><constant>V4L2_WHITE_BALANCE_INCANDESCENT</constant> </entry> | ||
3048 | <entry>White balance setting for incandescent (tungsten) lighting. | ||
3049 | It generally cools down the colors and corresponds approximately to 2500...3500 K | ||
3050 | color temperature range.</entry> | ||
3051 | </row> | ||
3052 | <row> | ||
3053 | <entry><constant>V4L2_WHITE_BALANCE_FLUORESCENT</constant> </entry> | ||
3054 | <entry>White balance preset for fluorescent lighting. | ||
3055 | It corresponds approximately to 4000...5000 K color temperature.</entry> | ||
3056 | </row> | ||
3057 | <row> | ||
3058 | <entry><constant>V4L2_WHITE_BALANCE_FLUORESCENT_H</constant> </entry> | ||
3059 | <entry>With this setting the camera will compensate for | ||
3060 | fluorescent H lighting.</entry> | ||
3061 | </row> | ||
3062 | <row> | ||
3063 | <entry><constant>V4L2_WHITE_BALANCE_HORIZON</constant> </entry> | ||
3064 | <entry>White balance setting for horizon daylight. | ||
3065 | It corresponds approximately to 5000 K color temperature.</entry> | ||
3066 | </row> | ||
3067 | <row> | ||
3068 | <entry><constant>V4L2_WHITE_BALANCE_DAYLIGHT</constant> </entry> | ||
3069 | <entry>White balance preset for daylight (with clear sky). | ||
3070 | It corresponds approximately to 5000...6500 K color temperature.</entry> | ||
3071 | </row> | ||
3072 | <row> | ||
3073 | <entry><constant>V4L2_WHITE_BALANCE_FLASH</constant> </entry> | ||
3074 | <entry>With this setting the camera will compensate for the flash | ||
3075 | light. It slightly warms up the colors and corresponds roughly to 5000...5500 K | ||
3076 | color temperature.</entry> | ||
3077 | </row> | ||
3078 | <row> | ||
3079 | <entry><constant>V4L2_WHITE_BALANCE_CLOUDY</constant> </entry> | ||
3080 | <entry>White balance preset for moderately overcast sky. | ||
3081 | This option corresponds approximately to 6500...8000 K color temperature | ||
3082 | range.</entry> | ||
3083 | </row> | ||
3084 | <row> | ||
3085 | <entry><constant>V4L2_WHITE_BALANCE_SHADE</constant> </entry> | ||
3086 | <entry>White balance preset for shade or heavily overcast | ||
3087 | sky. It corresponds approximately to 9000...10000 K color temperature. | ||
3088 | </entry> | ||
3089 | </row> | ||
3090 | </tbody> | ||
3091 | </entrytbl> | ||
3092 | </row> | ||
3093 | <row><entry></entry></row> | ||
3094 | |||
3025 | </tbody> | 3095 | </tbody> |
3026 | </tgroup> | 3096 | </tgroup> |
3027 | </table> | 3097 | </table> |