Go to the source code of this file.
Macros | |
#define | V4L2_CTRL_CLASS_USER (0x0100) |
#define | V4L2_CTRL_CLASS_CAMERA (0x0200) |
#define | V4L2_CTRL_CLASS_FLASH (0x0300) |
#define | V4L2_CTRL_CLASS_JPEG (0x0400) |
#define | USER_CID(v) (V4L2_CTRL_CLASS_USER + (v)) |
#define | CAMERA_CID(v) (V4L2_CTRL_CLASS_CAMERA + (v)) |
#define | FLASH_CID(v) (V4L2_CTRL_CLASS_FLASH + (v)) |
#define | JPEG_CID(v) (V4L2_CTRL_CLASS_JPEG + (v)) |
#define | V4L2_CID_BRIGHTNESS USER_CID(0) |
#define | V4L2_CID_CONTRAST USER_CID(1) |
#define | V4L2_CID_SATURATION USER_CID(2) |
#define | V4L2_CID_HUE USER_CID(3) |
#define | V4L2_CID_AUTO_WHITE_BALANCE USER_CID(4) |
#define | V4L2_CID_RED_BALANCE USER_CID(5) |
#define | V4L2_CID_BLUE_BALANCE USER_CID(6) |
#define | V4L2_CID_GAMMA USER_CID(7) |
#define | V4L2_CID_GAMMA_CURVE USER_CID(8) |
#define | V4L2_CID_EXPOSURE USER_CID(9) |
#define | V4L2_CID_HFLIP USER_CID(10) |
#define | V4L2_CID_VFLIP USER_CID(11) |
#define | V4L2_CID_HFLIP_STILL USER_CID(12) |
#define | V4L2_CID_VFLIP_STILL USER_CID(13) |
#define | V4L2_CID_SHARPNESS USER_CID(14) |
#define | V4L2_CID_COLOR_KILLER USER_CID(15) |
#define | V4L2_CID_COLORFX USER_CID(16) |
#define | V4L2_CID_AUTOBRIGHTNESS USER_CID(17) |
#define | V4L2_CID_ROTATE USER_CID(18) |
#define | V4L2_CID_EXPOSURE_AUTO CAMERA_CID(0) |
#define | V4L2_CID_EXPOSURE_ABSOLUTE CAMERA_CID(1) |
#define | V4L2_CID_FOCUS_ABSOLUTE CAMERA_CID(2) |
#define | V4L2_CID_FOCUS_RELATIVE CAMERA_CID(3) |
#define | V4L2_CID_FOCUS_AUTO CAMERA_CID(4) |
#define | V4L2_CID_ZOOM_ABSOLUTE CAMERA_CID(5) |
#define | V4L2_CID_ZOOM_RELATIVE CAMERA_CID(6) |
#define | V4L2_CID_ZOOM_CONTINUOUS CAMERA_CID(7) |
#define | V4L2_CID_IRIS_ABSOLUTE CAMERA_CID(8) |
#define | V4L2_CID_IRIS_RELATIVE CAMERA_CID(9) |
#define | V4L2_CID_AUTO_N_PRESET_WHITE_BALANCE CAMERA_CID(10) |
#define | V4L2_CID_WIDE_DYNAMIC_RANGE CAMERA_CID(11) |
#define | V4L2_CID_IMAGE_STABILIZATION CAMERA_CID(12) |
#define | V4L2_CID_ISO_SENSITIVITY CAMERA_CID(13) |
#define | V4L2_CID_ISO_SENSITIVITY_AUTO CAMERA_CID(14) |
#define | V4L2_CID_EXPOSURE_METERING CAMERA_CID(15) |
#define | V4L2_CID_SCENE_MODE CAMERA_CID(16) |
#define | V4L2_CID_3A_LOCK CAMERA_CID(17) |
#define | V4L2_LOCK_EXPOSURE (1 << 0) |
#define | V4L2_LOCK_WHITE_BALANCE (1 << 1) |
#define | V4L2_LOCK_FOCUS (1 << 2) |
#define | V4L2_CID_AUTO_FOCUS_START CAMERA_CID(18) |
#define | V4L2_CID_AUTO_FOCUS_STOP CAMERA_CID(19) |
#define | V4L2_CID_3A_PARAMETER CAMERA_CID(20) |
#define | V4L2_CID_3A_STATUS CAMERA_CID(21) |
#define | V4L2_3A_STATUS_STABLE (0) |
#define | V4L2_3A_STATUS_AE_OPERATING (1 << 0) |
#define | V4L2_3A_STATUS_AWB_OPERATING (1 << 1) |
#define | V4L2_3A_STATUS_AF_OPERATING (1 << 2) |
#define | V4L2_CID_EXPOSURE_METERING_SPOT_POSITION CAMERA_CID(22) |
#define | V4L2_CID_FLASH_LED_MODE FLASH_CID(0) |
#define | V4L2_CID_JPEG_COMPRESSION_QUALITY JPEG_CID(0) |