Page 2 of 2

Re: ESP32-P4 Camera App: esp_cam_ctlr_receive() hangs

Posted: Mon Mar 30, 2026 11:59 am
by luguangyu
I encountered sam issue, i fix it by remove esp_cam_ctlr_receive, Theres no place to call it in esp_video compoent too. After remove it the callback esp_cam_ctlr_evt_cbs_t will be invoked.
Finally i got the caputed image but the size and color has some problem.