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
On several boards, such as the Arduino Giga and
Portenta H7, they are often times setup with their
camera buffers and potentially video buffers in
SDRam. This can lead to a significant number of
DMA errors, which currently stops the camera from
returning any additional frames.
This Pull request tries to recover from a subset of them,
by stopping the HAL DCMI and then restart it.
Signed-off-by: Kurt Eckhardt <kurte@rockisland.com>
0 commit comments