EloquentEsp32cam
EloquentEsp32cam copied to clipboard
Use your Esp32-cam like an expert
Hi, I created an addition for the pinout for the new Seed Studio board that we will be using in our college event. Will submit a pull request.
I want to implement Motion Detection. For a time the program runs fine. But then it throws an error message: esp_jpg_decode: JPG Decompression Failed! Data format error After this, the...
Doing this for collecting images to upload to edge impulse. The stream quality is showing up at svga quality which I set in the code `camera.resolution.svga();` but when I start...
Calling `camera.brownout.disable()` on an ESP32-S3 board (specifically tested with ESP32-S3-WROOM on an "ESP32S3 Dev Module" board type) causes the device to immediately crash or reset. The standard bootloader messages appear...
i have purchased esp32 cam module and they have given the module with RHYX M21-45 cam connected to it. when i select ai-thinker board and run it the code absolutly...
In file included from C:\Users\SanjayKumar\Documents\Arduino\libraries\EloquentEsp32cam\src/eloquent_esp32cam/viz/image_collection.h:7, from C:\Users\SANJAY~1\AppData\Local\Temp\arduino_modified_sketch_413018\Collect_Images_for_EdgeImpulse.ino:22: C:/Users/SanjayKumar/Documents/Arduino/libraries/EloquentEsp32cam/src/eloquent_esp32cam/extra/esp32/http/server.h: In member function 'void Eloquent::Extra::Esp32::Http::HttpServer::sendGzip(const uint8_t*, size_t)': C:/Users/SanjayKumar/Documents/Arduino/libraries/EloquentEsp32cam/src/eloquent_esp32cam/extra/esp32/http/server.h:237:41: warning: 'virtual void NetworkClient::flush()' is deprecated: Use clear() instead. [-Wdeprecated-declarations] 237 | client.flush(); |...
C:\Users\ \AppData\Local\Temp\.arduinoIDE-unsaved2025227-4416-129r1n4.lh8c\Collect_Images_for_EdgeImpulse\Collect_Images_for_EdgeImpulse.ino:20:10: fatal error: eloquent_esp32cam.h: No such file or directory 20 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 Compilation error: eloquent_esp32cam.h: No such file or directory please help...
Hi, I try to reuse the same sketch wich is working for my AIthinker now on a Xiao-ESP32S3 sense. unfortunalty, even that I init with Xiao, the cam is not...
I'm using the example Face_recognition of the library EloquentEsp32cam I have no trouble on compilation and it starts fine on ESP32S3 CAM but it is very inaccurate with Face recognition....
Firstly, thank you so much for your library! I'm using it to take and store pictures to an SD card, with the date & time as name. But I'm not...