s60sc / ESP32-CAM_MJPEG2SD

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.
GNU Affero General Public License v3.0
931 stars 214 forks source link

I need to turn on automatic recording start #344

Closed mehmetcm7 closed 9 months ago

mehmetcm7 commented 9 months ago

Hello , I'm using the ESP32-CAM_MJPEG2SD 9.3 code for my project. I've disabled the motion detection feature, but I need to automatically record video to the SD card from the moment the ESP32 starts working. Can you help me with how to achieve this? This is crucial for me.

s60sc commented 9 months ago

try define a pir pin, keep it high

mehmetcm7 commented 9 months ago

Can we change this with code or add it somehow?

s60sc commented 9 months ago

its a setting - see readme