v4l2: Support additional V4L2 CIDs 89/244789/2
authorJeongmo Yang <jm80.yang@samsung.com>
Thu, 24 Sep 2020 07:34:25 +0000 (16:34 +0900)
committerJeongmo Yang <jm80.yang@samsung.com>
Thu, 24 Sep 2020 10:43:35 +0000 (19:43 +0900)
commitbd6610457a0913772d0e0c048912e6858e7aafa7
tree6ec1438a88b8e072748a0477298b3ad107918f62
parenta57dc5a06c3a2d6e84be7f17f5b106c524a1dc32
v4l2: Support additional V4L2 CIDs

[https://www.linuxtv.org/downloads/legacy/video4linux/API/V4L2_API/spec/ch01s08.html]
- V4L2_CID_WHITE_BALANCE_TEMPERATURE
 : This control specifies the white balance settings as a color temperature in Kelvin.

[https://www.linuxtv.org/downloads/legacy/video4linux/API/V4L2_API/spec/ch01s09.html]
- V4L2_CID_EXPOSURE_AUTO
 : Enables automatic adjustments of the exposure time and/or iris aperture.
- V4L2_CID_EXPOSURE_ABSOLUTE
 : Determines the exposure time of the camera sensor
- V4L2_CID_EXPOSURE_AUTO_PRIORITY
 : When V4L2_CID_EXPOSURE_AUTO is set to AUTO or APERTURE_PRIORITY,
   this control determines if the device may dynamically vary the frame rate.

[Version] 1.16.2-12
[Issue Type] Update

Change-Id: Idab94bb29fdd36a62aaf2df025e2fd338f11c124
Signed-off-by: Jeongmo Yang <jm80.yang@samsung.com>
packaging/gst-plugins-good.spec
sys/v4l2/v4l2_calls.c