Modules | |
Video control ID(V4L2_CTRL_CLASS_FLASH) | |
#define V4L2_CID_EXPOSURE_AUTO CAMERA_CID(0) |
Camera class control IDs Auto exposure
#define V4L2_CID_EXPOSURE_ABSOLUTE CAMERA_CID(1) |
Exposure time
#define V4L2_CID_FOCUS_ABSOLUTE CAMERA_CID(2) |
Focus
#define V4L2_CID_FOCUS_RELATIVE CAMERA_CID(3) |
Focus
#define V4L2_CID_FOCUS_AUTO CAMERA_CID(4) |
Auto focus
#define V4L2_CID_ZOOM_ABSOLUTE CAMERA_CID(5) |
Zoom(absolute)
#define V4L2_CID_ZOOM_RELATIVE CAMERA_CID(6) |
Zoom(relative)
#define V4L2_CID_ZOOM_CONTINUOUS CAMERA_CID(7) |
Continuous zoom
#define V4L2_CID_IRIS_ABSOLUTE CAMERA_CID(8) |
Iris(absolute)
#define V4L2_CID_IRIS_RELATIVE CAMERA_CID(9) |
Iris(relative)
#define V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE CAMERA_CID(10) |
Preset white balance
#define V4L2_CID_WIDE_DYNAMIC_RANGE CAMERA_CID(11) |
Wide dynamic range
#define V4L2_CID_IMAGE_STABILIZATION CAMERA_CID(12) |
Image stabilization
#define V4L2_CID_ISO_SENSITIVITY CAMERA_CID(13) |
ISO sensitivity
#define V4L2_CID_ISO_SENSITIVITY_AUTO CAMERA_CID(14) |
Auto ISO sensitivity
#define V4L2_CID_EXPOSURE_METERING CAMERA_CID(15) |
Exposure metering
#define V4L2_CID_SCENE_MODE CAMERA_CID(16) |
Scene selection
#define V4L2_CID_3A_LOCK CAMERA_CID(17) |
Lock 3A
#define V4L2_LOCK_EXPOSURE (1 << 0) |
Exposure bit for V4L2_CID_3A_LOCK
#define V4L2_LOCK_WHITE_BALANCE (1 << 1) |
White balance bit for V4L2_CID_3A_LOCK
#define V4L2_LOCK_FOCUS (1 << 2) |
Focus bit for V4L2_CID_3A_LOCK
#define V4L2_CID_AUTO_FOCUS_START CAMERA_CID(18) |
Start single AF
#define V4L2_CID_AUTO_FOCUS_STOP CAMERA_CID(19) |
Stop single AF
#define V4L2_CID_3A_PARAMETER CAMERA_CID(20) |
3A parameter
#define V4L2_CID_3A_STATUS CAMERA_CID(21) |
3A status
#define V4L2_3A_STATUS_STABLE (0) |
3A is stable
#define V4L2_3A_STATUS_AE_OPERATING (1 << 0) |
AE is operating
#define V4L2_3A_STATUS_AWB_OPERATING (1 << 1) |
AWB is operating
#define V4L2_3A_STATUS_AF_OPERATING (1 << 2) |
AF is operating
#define V4L2_CID_EXPOSURE_METERING_SPOT_POSITION CAMERA_CID(22) |
Spot position in spot exposure metering
Enumeration for V4L2_CID_EXPOSURE_AUTO
Enumeration for V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE
enum v4l2_scene_mode |
Enumeration for V4L2_CID_SCENE_MODE