Integrating MicroPython ADF and Camera API on ESP32-S3: Creating a Unified Firmware #16273
Unanswered
sheetaljain01
asked this question in
Core Development
Replies: 2 comments
-
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
-
Where you able to make any progress on this @sheetaljain01 ? To combine different user C modules, I believe you need to add your own .cmake file which has the contents of both of the two cmake files. And then pass that to make using USER_C_MODULES |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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