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: add guard in cam_task() so DMA transfers cannot exceed image slot size
Previously there is no limit how much data would be transferred
via DMA from the camera.
Added a DMA overflow detection block in cam_task() so the
driver stops if the number of frame copies exceeds the
is reaching the maximum amount of storage allocated in
PSRAM.
0 commit comments