Closed TheKerbecs closed 6 months ago
according to ESP.getFreeHeap() i have ~300kb of memory and my video takes only 240 240 2 = 115200 but i get the malloc failed error on the example code.
It is overed some sort of size limit. In ESP32, You only can allocate this size of memory in PSRAM.
according to ESP.getFreeHeap() i have ~300kb of memory and my video takes only 240 240 2 = 115200 but i get the malloc failed error on the example code.