EloquentEsp32cam
EloquentEsp32cam copied to clipboard
Use your Esp32-cam like an expert
Here is an implementation of my proposed feature request
Update an external float variable with the movingRatio calculated internally to permit calibration of the detection ration threshold within an app
This is a variant of motion detection to meet a different requirement. Motion detection detects significant differences between successive frames from the camera. In the event of an object moving...
Hello, I have have an ESP32-CAM / AI Thinker - at least I thinker it is. The board is marked ESP32-S and executes examples of AI Thinker code correctly including...
The Daemon that runs motion detection as a separate RTOS task cannot be stopped after calling .start(). It would be good to provide .stop() and .pause() methods that would allow...
Hi there, I am looking into detecting movement and found the [elequent library](https://github.com/eloquentarduino/EloquentEsp32cam/blob/main/src/eloquent_esp32cam/motion/detection.h), which is using the get_moving_point_number() (from [/include/image/dl_image.hpp](https://github.com/espressif/esp-dl/blob/8a5be0973686e8ae16e19a345025a954b5cdc31e/include/image/dl_image.hpp#L326)) The Function is very well explained, but I don't seem...
Dear friends By choosing "Motion detection" program on Arduino 1.8.9, I face an error : `C:\Users\--\Documents\Arduino\libraries\EloquentEsp32cam\src/eloquent_esp32cam/motion/detection.h:4:24: fatal error: dl_image.hpp: No such file or directory` so what's the problem ?!
Hello i would like be able to stream the mjpeg image but after making this operation on the image channel components. Blue - Red / Blue + Red. Could this...
is there anywhere example on how to use filebrowser with files from sd card? Thanks!
Great example on using the camera itself to conveniently get training data. On your example, you mention that "In fact, you can well capture images at the resolution you prefer...