lemariva / micropython-camera-driver

add camera support to MicroPython
https://lemariva.com
Apache License 2.0
462 stars 99 forks source link

Build without PSRAM support #84

Closed keenanhector closed 1 year ago

keenanhector commented 1 year ago

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?

keenanhector commented 1 year ago

Resolved by setting CONFIG_ESP32_SPIRAM_SUPPORT=n in sdkconfig.esp32cam