Search found 4 matches
Re: esp32cam
I was finally able to run the demo code on a ESP32-CAM module with the following setup: - in pio I've used the Espressif ESP32 Dev Module and Espressif IoT Development Framework - cloned https://github.com/espressif/esp32-camera.git to the lib folder in the project - in platform.ini added build_flag...
Re: esp32cam
I was able to compile the esp32cam code by adding the target directory in the library.json file under build -> srcFilter . At the moment I'm not able to test the code on a module. But I hope it will work... { "name": "esp32-camera", "version": "2.0.0", "keywords": "esp32, camera, espressif, esp32-ca...
Re: esp32cam
I have tried the following but until now without success. 1. When I asked the question first I have used pio and selected the "AI Thinker ESP32-CAM" board for the project. I don't cloned the esp32-camera from github I only copied the take_picture.c in then main file and used [env] lib_deps = esp32-c...
esp32cam
Hi, I'm currently trying to bring up an esp32cam board using pio with framework=espidf. I'm setting up the project according to the guide here https://github.com/espressif/esp32-camera . I took into account all the mentioned hints to bring it up in this constellation. But I'm ending always with the ...