ESP32-CAM with MicroPython

rp346@njit.edu
Posts: 5
Joined: Tue Aug 21, 2018 8:57 pm

ESP32-CAM with MicroPython

Postby rp346@njit.edu » Tue Nov 20, 2018 10:08 pm

Hi, I just got ESP32-CAM and was able to flash micropython on it. My main purpose of ESP32-CAM to take pictures.

Anyone knows python lib I can use on ESP32-CAM to access camera ?

thanks

jstephencorey
Posts: 1
Joined: Mon Jan 30, 2023 12:42 am

Re: ESP32-CAM with MicroPython

Postby jstephencorey » Mon Jan 30, 2023 12:47 am

I've been down this hole, and I found the follwing resources:

1. https://github.com/shariltumin/esp32-ca ... ython-2022 has some good instructions for how to flash your firmware, but it's missing a few things.
2. https://iot.stackexchange.com/questions ... to-the-esp this has some good troubleshooting tips, and I needed it to get it to work with the CAM board.

Basically:
Download firmware from here (https://github.com/lemariva/micropython ... r/firmware)
With Thonny closed, add to the configuration.ini file under the [ESP32] section:

Code: Select all

dtr = False
rts = False
Open Thonny, flash the firmware, and you're good to go.

Who is online

Users browsing this forum: Bing [Bot] and 105 guests