prusa3d / Prusa-Firmware-ESP32-Cam

Firmware for ESP32 Cam modules to be used in Prusa Connect
GNU General Public License v3.0
97 stars 10 forks source link

WebDAV support #45

Open hickengr opened 2 weeks ago

hickengr commented 2 weeks ago

I would like to save my snapshots locally to the SD card, retrieve them by copying them via MacOS file manager or Windows file explorer via my local network, and then delete them from the SD card to make room for the next print snapshots. This could be done via WebDAV. Is it possible to add WebDAV file transfer?

johnyHV commented 2 weeks ago

I'm not sure if it's possible. Adding the webdavn service could slow down the processor and make it unstable. It is another service that consumes the processor and RAM. I'll try to look into it

mozgy commented 2 weeks ago

I'm not sure if it's possible. Adding the webdavn service could slow down the processor and make it unstable. It is another service that consumes the processor and RAM. I'll try to look into it

try something like I did in my ESP32-Cam, with dir alike hierarchy on URL/archive ..