jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
443 stars 101 forks source link

question for the offline recorder(using only sd card) #41

Closed nices0325 closed 2 years ago

nices0325 commented 3 years ago

hello there..

nowadays, I'm planning to make a offline recorder (using only sd card) for my own project..

Since the codes you wrote are hard for me to understand that I'm not a major programmer..

Can you get me some tips for removing wifi codes and using esp32 camera logging (log to sdcard) ?

Thanks for your awesome library!

al3xv0lk commented 3 years ago

Just use the Junior version from here: https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior And then add this to auto delete old files: https://github.com/jameszah/ESP32-CAM-Video-Recorder-junior/issues/6

nices0325 commented 3 years ago

Thanks for replying!! I do appreciate