Open nitinGangurde opened 1 week ago
frame buffer malloc failed
usually means that PSRAM was not enabled. Are you sure you have enabled it?
Yes, I have initialize the PSRAM in esp32-s3
might be that you need to enable octal psram?
CONFIG_SPIRAM_MODE_OCT=y
Checklist
Issue or Suggestion Description
I am using above code. ESP-IDF version :- 5.1.2 Board :- Lilgo-t-camera s3 with PSRAM 8MB and FLASH 16MB in build
The above code is giving the below error