Integrating MicroPython ADF and Camera API on ESP32-S3: Creating a Unified Firmware #16273
Unanswered
sheetaljain01
asked this question in
Core Development
Replies: 1 comment
-
Both repositories (micropython-camera-API and micropython_adf) have custom modules and potentially overlapping configurations. You have to identify the modules or features they add and any conflicting dependencies or settings. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently working on an ESP32-S3 camera with esp-adf on micropython.
I have tested both of the following:
Micropython ESP32-S3 camera with this repository:
https://github.com/cnadler86/micropython-camera-API
MicroPython ADF with this repository:
https://github.com/espressif/esp-adf/tree/master/micropython_adf
When I create custom firmware, both use different build commands:
For the camera, I use:
For MicroPython ADF, I use:
How can I merge both of them to create a single firmware file where both functionalities work together?
Beta Was this translation helpful? Give feedback.
All reactions