Skip to content

Commit b0fcdcc

Browse files
committed
fix(isp_awb): fixed continuous mode only triggered once
1 parent 4b3e014 commit b0fcdcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/esp_driver_isp/src/isp_awb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ static void IRAM_ATTR s_isp_awb_default_isr(void *arg)
259259
need_yield |= high_task_awake == pdTRUE;
260260
/* If started continuous sampling, then trigger the next AWB sample */
261261
if (awb_ctlr->fsm == ISP_FSM_START) {
262+
isp_ll_awb_enable(awb_ctlr->isp_proc->hal.hw, false);
262263
isp_ll_awb_enable(awb_ctlr->isp_proc->hal.hw, true);
263264
}
264265
}

0 commit comments

Comments
 (0)