feat(isp_ae): support isp auto exposure

This commit is contained in:
gaoxu
2024-07-08 09:57:08 +08:00
parent dcb34c5ffa
commit 3c0fe579b6
16 changed files with 837 additions and 63 deletions

View File

@@ -66,6 +66,7 @@ typedef struct isp_processor_t {
isp_af_ctlr_t af_ctlr[SOC_ISP_AF_CTLR_NUMS];
isp_awb_ctlr_t awb_ctlr;
isp_fsm_t bf_fsm;
isp_ae_ctlr_t ae_ctlr;
} isp_processor_t;
#endif