Has anyone tried using the ESP32-CAM driver with ESP-IDF?

Has anyone tried using the ESP32-CAM driver with ESP-IDF? I'm facing an issue where I can't build the project, and I'm unable to access menuconfig. When I try the command idf.py menuconfig, it takes me to the Python file instead of the menu. I have run both export.bat and export.sh but still face the issue.
7 Replies
ZacckOsiemo
ZacckOsiemo•4w ago
Wafa, cameras are trouble. Keep trying though
wafa_ath
wafa_ath•4w ago
ooo yes i can feel the pain 😅
wafa_ath
wafa_ath•4w ago
the version of the ESP-idf was the reason , when i change to 4.0 version i get the environment to work , apparently the latest version have some miss independencies
daleonpz
daleonpz•4w ago
GitHub
POC_CV_tinyml/application/main/idf_component.yml at main · daleonpz...
Screw type detection using ESP-EYE and TensorFlow Lite Micro for real-time classification on ESP32. - daleonpz/POC_CV_tinyml
wafa_ath
wafa_ath•4w ago
Thank you @daleonpz , i took at this earlier and actually follow your way for converting YOLO to tflite and then c array. Now am facing problem in installing esp idf itself , what version did you work with ?
daleonpz
daleonpz•4w ago
git log -1
commit a322e6bdad4b6675d4597fb2722eea2851ba88cb (HEAD, tag: v5.2.1)
Author: Roland Dobai <[email protected]>
Date: Tue Mar 5 16:58:26 2024 +0100

change(version): Update version to 5.2.1
git log -1
commit a322e6bdad4b6675d4597fb2722eea2851ba88cb (HEAD, tag: v5.2.1)
Author: Roland Dobai <[email protected]>
Date: Tue Mar 5 16:58:26 2024 +0100

change(version): Update version to 5.2.1

Did you find this page helpful?