We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b3e014 commit b0fcdccCopy full SHA for b0fcdcc
components/esp_driver_isp/src/isp_awb.c
@@ -259,6 +259,7 @@ static void IRAM_ATTR s_isp_awb_default_isr(void *arg)
259
need_yield |= high_task_awake == pdTRUE;
260
/* If started continuous sampling, then trigger the next AWB sample */
261
if (awb_ctlr->fsm == ISP_FSM_START) {
262
+ isp_ll_awb_enable(awb_ctlr->isp_proc->hal.hw, false);
263
isp_ll_awb_enable(awb_ctlr->isp_proc->hal.hw, true);
264
}
265
0 commit comments