shariltumin / esp32-cam-micropython-2022

MicroPython esp32-cam firmware with camera support compiled with esp-idf-4.4.0. Python script files for live streaming
MIT License
174 stars 33 forks source link

camera.pixformat #29

Closed davefes closed 11 months ago

davefes commented 11 months ago

I tried to upgrade from firmware-20221203 to firmwares-20230717 and got an error saying to choose camera.pixformat between 1 and 9. Has the contents of the help.py file, which I can't find in the latest commit, changed since then?

Thanks.

shariltumin commented 11 months ago

Hi Dave, yes there are some changes in the settings. You can find the updated version here. What is new is the inclusion of esp32-s3. Xiao board is tiny and not that expensive, a great potential for your project.

davefes commented 11 months ago

Thank you.