Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add command to download images #41

Open
morray opened this issue Dec 30, 2021 · 2 comments
Open

add command to download images #41

morray opened this issue Dec 30, 2021 · 2 comments

Comments

@morray
Copy link

morray commented Dec 30, 2021

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/....

@KonradIT
Copy link
Contributor

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.

@aster94
Copy link
Owner

aster94 commented Dec 31, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants