ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
I downloaded your amazing work and flashed on an ESP32-Cam sold by DIYMORE and with the ESP module with the following logo:
I struggled a lot with the SD. I was unable to make it working. After a lot of research and pain I added this line in the setup section and everything started to work like a charme.
pinMode(2, INPUT_PULLUP);
I think you can add a note on your README in order to prevent some Pain to other guys.
I downloaded your amazing work and flashed on an ESP32-Cam sold by DIYMORE and with the ESP module with the following logo:
I struggled a lot with the SD. I was unable to make it working. After a lot of research and pain I added this line in the setup section and everything started to work like a charme.
pinMode(2, INPUT_PULLUP);
I think you can add a note on your README in order to prevent some Pain to other guys.
Thanks again for the amazing work.