ESP32 Camera (ESP32 Cam) Library

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
User avatar
lemariva
Posts: 5
Joined: Sun Oct 21, 2018 9:33 am
Location: Hannover, Germany
Contact:

Re: ESP32 Camera (ESP32 Cam) Library

Post by lemariva » Fri Jul 03, 2020 3:20 pm

I tried but the RAM/HEAP wasn't enough. I modify the MicroPython driver to get access to the pins/format etc. from the MicroPython side: https://github.com/lemariva/micropython-camera-driver and the new application is here: https://github.com/lemariva/uPyCam
But, when I choose the BMP format, the image size doesn't fit and the board reboots. I need to get a bigger HEAP (main.c file). However, it is not recommended: https://github.com/espressif/esp32-came ... o-remember

RobinMosedale
Posts: 40
Joined: Fri Jul 26, 2019 9:40 pm

Re: ESP32 Camera (ESP32 Cam) Library

Post by RobinMosedale » Sat Oct 17, 2020 3:32 pm

I installed the prebuilt firmware for OV2640 successfully
How does one get it to respond.
repl won't connect at 9600 baud, and tried other rates

jerrycai73
Posts: 8
Joined: Wed Jan 20, 2021 9:12 pm

Re: ESP32 Camera (ESP32 Cam) Library

Post by jerrycai73 » Sat Mar 13, 2021 11:35 pm

Nice, I'll buy one and try it.

Post Reply