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
888 stars 209 forks source link

ftp uploading after wifi reconnection. #387

Closed sjude68 closed 6 months ago

sjude68 commented 6 months ago

I tried the upload to FTP after the wifi disconnection and reconnection. It uploads only the last file created after the wifi connection. The previous motion captured files stay on the SDcard. Can the complete folder be uploaded instead of the latest file only.

Also noticed that version number is not updated on the webpage. It still shows 9.5. Should I also upload the data directory on the SDcard ?

s60sc commented 6 months ago

All previous files in folder should be uploaded after a new file is created, provided both Auto Upload & Auto SD Delete are selected

It still shows 9.5

Then 9.6.2 is not installed

sjude68 commented 6 months ago

I used Ota update to send the compiled bin file.

sjude68 commented 6 months ago

I updated from Arduino directly. It worked. I had to copy the data directory also to the sdcard.