Hello,
is there a way to download photos taken on the ANAFI during the flight after the flight using python scripts from linux? I found such a functionality in the iOS SDK, but am clueless how to do this using the Olympe python or other linux scripting tools.
I had a look at PDrAW, but this seems to be for videos only.
Does anyone have a hint?
Access to the drone media is done through a web API.
I made a post explaining how it works here. There is no Olympe specific features about this, you can perfectly do this with urllib or requests (or any other python module which supports HTTP).