mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
common/omv_csi: Add update AGC/AEC ioctl.
This commit is contained in:
parent
bccc7c35b8
commit
d3d02070d7
@ -219,7 +219,8 @@ typedef enum {
|
|||||||
OMV_CSI_IOCTL_GET_RGB_STATS = 0x1F,
|
OMV_CSI_IOCTL_GET_RGB_STATS = 0x1F,
|
||||||
OMV_CSI_IOCTL_GENX320_SET_BIASES = 0x20,
|
OMV_CSI_IOCTL_GENX320_SET_BIASES = 0x20,
|
||||||
OMV_CSI_IOCTL_GENX320_SET_BIAS = 0x21,
|
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;
|
} omv_csi_ioctl_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user