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
Wafa, cameras are trouble. Keep trying though
ooo yes i can feel the pain 😅
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
that may help you
https://github.com/daleonpz/POC_CV_tinyml/blob/main/application/main/idf_component.yml
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
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 ?
I just follow the guide https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/linux-macos-setup.html