You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried to compile according to the tutorial, the compiler prompted that STATIC was unknown. After trying to change it to lowercase, although there were warnings, it was able to be edited, but ultimately the firmware still couldn't be used (camera module).
My ESP is ESP32-S3-WROOM-1+OV2640 (originally 5640, bought 2640 again)
The text was updated successfully, but these errors were encountered:
Hi! Lemariva! You made a important work, thank you!
I have compiled a new firmwareversion with esp-idf 5.2.2 and the actual Micropython version 1.24. You can do it as it is explained in readme.md.
But you have to make small changes to modcamera.c
Take the new API: https://github.com/cnadler86/micropython-camera-API. Usage is a little bit different, but you have more settings.
This supports the new mp version. I will publish in short precompiled FW versions vir the esp generic boards.
When I tried to compile according to the tutorial, the compiler prompted that STATIC was unknown. After trying to change it to lowercase, although there were warnings, it was able to be edited, but ultimately the firmware still couldn't be used (camera module).
My ESP is ESP32-S3-WROOM-1+OV2640 (originally 5640, bought 2640 again)
The text was updated successfully, but these errors were encountered: