GoProControl icon indicating copy to clipboard operation
GoProControl copied to clipboard

add command to download images

Open morray opened this issue 4 years ago • 2 comments

Could have additional options, like a) last image b) first image c) all images d) specific images e) direct transfer to google/AWS/one/... cloud f) direct transfer to ftp/smb/....

morray avatar Dec 30 '21 14:12 morray

Downloading >5MB files in an ESP32? Sounds pretty challenging.

You could use https://github.com/aster94/GoProControl/blob/master/examples/ArduinoJson/ArduinoJson.ino#L47 to get a deserialized JSON object of the media list. And from there use something like this to download the file to an SD card (construct your URL like: http://10.5.5.9:8080/videos/DCIM/$folder/$file.JPG).

As per e) and f)... that's pretty much out of scope.

KonradIT avatar Dec 30 '21 16:12 KonradIT

That library seems interesting and not so heavy so it could be implemented into a download function Agree with @KonradIT e) and f) are out of scope

aster94 avatar Dec 31 '21 09:12 aster94