feat(isp_awb): support isp auto white balance

This commit is contained in:
laokaiyao
2024-06-01 01:50:25 +08:00
parent 1933973f99
commit 28a1091643
13 changed files with 919 additions and 4 deletions
@@ -64,6 +64,7 @@ typedef struct isp_processor_t {
uint32_t v_res;
/* sub module contexts */
isp_af_ctlr_t af_ctlr[SOC_ISP_AF_CTLR_NUMS];
isp_awb_ctlr_t awb_ctlr;
isp_fsm_t bf_fsm;
} isp_processor_t;
#endif