-
Notifications
You must be signed in to change notification settings - Fork 58
Description
First, thank you very much for this amazing funciton eloquentarduino!
I tryed your code with my ESP32-CAM, and it worked well via serial. I am a beginner in coding and it helped me a lot!
Now I am trying to make a version that will capture motion in the best quality possible saving frames to the SD Card with a 1000 ms interval. I started by mixing 2 codes, but no success yet.
I followed alan's conversation in the topic https://eloquentarduino.github.io/2020/01/motion-detection-with-esp32-cam-only-arduino-version/ and would like to suggest a code where the board detects motion by itself and save good quality pictures in the SD card.
Again, thank you very much!
Edit2: here's my code:
https://github.com/paulohlcosta/esp32-cam_motion_detection_sdcard/blob/master/esp32-cam_motion_detection_sdcard.ino