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

WebDAV #423

Closed 1qazza closed 4 months ago

1qazza commented 5 months ago

Is there a way to automatically upload files to any cloud storage provider, like Google Drive, using WebDAV ?

rjsachse commented 5 months ago

Not with WebDav, should be possible to upload to cloud. Maybe see if someone else has made a project that uploads to cloud. Try and implement yourself, no harm in trying.