ESP32-CAM-Video-Recorder icon indicating copy to clipboard operation
ESP32-CAM-Video-Recorder copied to clipboard

Having issues with CPU and camera or SD access

Open bomxacalaka opened this issue 3 years ago • 1 comments

21:13:57.689 -> 9 Low on heap !!! 154764
21:13:58.666 -> Error on avi write: err = 0 len = 10524
21:13:58.666 ->  
21:14:08.739 -> Major Fail  0 / 10

bomxacalaka avatar Oct 31 '22 21:10 bomxacalaka

You are out of memory - ram - heap.

It is precariously balanced to have enough memory to do all its jobs - so if you added anything or using a different compiler, memory may get consumed.

This was compiled with Arduino 1.8.19, esp32-arduino 2.02 and Core Debug Level None.

image

jameszah avatar Nov 03 '22 20:11 jameszah