Search found 1 match

by visdespressif
Tue Feb 08, 2022 12:44 am
Forum: General Discussion
Topic: ESP32-Cam -- Is there a way to reduce the amont of SPI PSRAM memory used up during esp_camera_init
Replies: 0
Views: 1808

ESP32-Cam -- Is there a way to reduce the amont of SPI PSRAM memory used up during esp_camera_init

Below code:- Serial.printf("Before camera config ... SPIRam Total heap %d, SPIRam Free Heap %d", ESP.getPsramSize(), ESP.getFreePsram()) cam_err = esp_camera_init(&config); Serial.printf("After camera config ... SPIRam Total heap %d, SPIRam Free Heap %d", ESP.getPsramSize(), ESP.getFreePsram()) Will...