common/omv_csi: Add update AGC/AEC ioctl.

This commit is contained in:
iabdalkader 2025-04-19 19:02:42 +02:00
parent bccc7c35b8
commit d3d02070d7

View File

@ -219,7 +219,8 @@ typedef enum {
OMV_CSI_IOCTL_GET_RGB_STATS = 0x1F,
OMV_CSI_IOCTL_GENX320_SET_BIASES = 0x20,
OMV_CSI_IOCTL_GENX320_SET_BIAS = 0x21,
OMV_CSI_IOCTL_GENX320_SET_AFK = 0x22
OMV_CSI_IOCTL_GENX320_SET_AFK = 0x22,
OMV_CSI_IOCTL_UPDATE_AGC_AEC = 0x7F
} omv_csi_ioctl_t;
typedef enum {