Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_isp_awb_continuous_mode' into 'master'
Browse files Browse the repository at this point in the history
fix(isp_awb): fixed continuous mode only triggered once

See merge request espressif/esp-idf!31478
  • Loading branch information
L-KAYA committed Jun 14, 2024
2 parents e75d879 + ae9f64a commit 20c2b24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_driver_isp/src/isp_awb.c
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ static void IRAM_ATTR s_isp_awb_default_isr(void *arg)
need_yield |= high_task_awake == pdTRUE;
/* If started continuous sampling, then trigger the next AWB sample */
if (awb_ctlr->fsm == ISP_FSM_START) {
isp_ll_awb_enable(awb_ctlr->isp_proc->hal.hw, false);
isp_ll_awb_enable(awb_ctlr->isp_proc->hal.hw, true);
}
}
Expand Down

0 comments on commit 20c2b24

Please sign in to comment.