EloquentSurveillance
EloquentSurveillance copied to clipboard
Great library! Thanks ! I found one error in file: FileServer.h `line 60: html += F("
Hello, I use your library with an ESP32-CAM/OV2640 in SXGA format to detect a motion and send the image (I do not use the SD card at all) using camera.getBuffer()...
Hello, how can I configure the parameters for the XIAIO ESP32S3 Sense ?
Typos and bugfixes found in Motion.h and WiFiHelper.h
as at 1May23 your top "Motion Detection Example" and "MotionDetectionSaveToSpiffs.ino" won't compile
Using your "github.com/eloquentarduino/EloquentSurveillance" software as at 1May23 and "github.com/espressif/arduino-esp32" as at 1May23 with the arduino-IDE, compiling the above example (or your "MotionDetectionSaveToSpiffs.ino" example) fails to compile with the error messages:...
libraries\eloquentsurveillance\src\motion.h:443:104: error: 'uitn16_t' has not been declared void forEachBlock(Callback callback, Reducer& reducer, uint16_t x, uint16_t y, uint16_t width, uitn16_t height, uint8_t size) { ^ libraries\eloquentsurveillance\src\motion.h: In member function 'void EloquentSurveillance::Motion::locate2()':...
On line 58, a missing ) makes it to bug Correct line 58 should be: `return String(ip[0] + '.' + ip[1] + '.' + ip[2] + '.' + ip[3])`
Hello is still .x and .y TOP/LEFT in the region definition when I use camera.vflip(); camera.hflip(); in camera settings? Or they are "moved to BOTTOM/RIGHT"? Thanx
While this example works OK under 1.0.12, It does not display files under 1.0.13. When a file is selected from the list, I get a page with a "Rotate" button....
My AiThinker camera runs other program correctly but I'm get the following error: ``` 18:14:28.621 -> [INFO] Init 18:14:28.668 -> E (3918) camera: Camera probe failed with error 0x105(ESP_ERR_NOT_FOUND) 18:14:28.668...