nuttx/boards/arm/cxd56xx
SPRESENSE 45e9c2c8f5 drivers/video: Add 3A parameter control
Provide functions which get and set the 3A (Auto white balance/Auto
exposure/Auto
focus) parameters.
These are achieved by the ioctl request codes VIDIOC_G_EXT_CTRLS and
VIDIOC_S_EXT_CTRLS which have the following settings:

 1. ctrl_class = V4L2_CTRL_CLASS_CAMERA
 2. id         = V4L2_CID_3A_PARAMETER

Also, provide function which get the 3A adjustment status.
This is achieved by the ioctl request codes VIDIOC_G_EXT_CTRLS which has the
following settings:

 1. ctrl_class = V4L2_CTRL_CLASS_CAMERA
 2. id         = V4L2_CID_3A_STATUS
2020-07-31 09:37:20 +02:00
..
common boards: cxd56_imageproc.c: Add alpha blend API 2020-07-31 09:37:20 +02:00
drivers drivers/video: Add 3A parameter control 2020-07-31 09:37:20 +02:00
spresense boards: cxd56_imageproc.c: Add alpha blend API 2020-07-31 09:37:20 +02:00