Search found 4 matches

by rotscher
Tue Apr 19, 2022 7:03 pm
Forum: ESP-IDF
Topic: esp32cam
Replies: 8
Views: 7918

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...
by rotscher
Tue Apr 19, 2022 8:29 am
Forum: ESP-IDF
Topic: esp32cam
Replies: 8
Views: 7918

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...
by rotscher
Mon Apr 18, 2022 9:17 am
Forum: ESP-IDF
Topic: esp32cam
Replies: 8
Views: 7918

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...
by rotscher
Thu Apr 14, 2022 1:31 pm
Forum: ESP-IDF
Topic: esp32cam
Replies: 8
Views: 7918

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 ...