jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
443 stars 101 forks source link

Having issues with CPU and camera or SD access #76

Open bomxacalaka opened 1 year ago

bomxacalaka commented 1 year ago
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
jameszah commented 1 year ago

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