lemariva/micropython-camera-driver

Build without PSRAM support

keenanhector opened this issue · 1 comments

Good day,

Is it possible to build the firmware without PSRAM support and still have the camera functionality. We have received a batch of ESP32 cam boards in which the PSRAM is faulty and I have been attempting to build the firmware. I am able to build successfully, but import camera results in "no module named 'camera'". Please can someone assist?

Resolved by setting CONFIG_ESP32_SPIRAM_SUPPORT=n in sdkconfig.esp32cam