You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cam_hal: psram: reset DMA and yield after NO-EOI to resume capture
In PSRAM JPEG mode, a truncated frame (missing EOI) could leave GDMA in
a bad state and cause subsequent captures to time out.
Fix:
- On the NO-EOI path, reset the DMA channel (`ll_cam_dma_reset(cam_obj)`).
- Yield once (`vTaskDelay(1)`) to let the pipeline restart cleanly.
Result: the driver recovers on the next frame instead of timing out,
reducing spurious capture failures after truncated JPEGs.
0 commit comments