Downloading photos over wifi to raspberry pi 4 folder

Hello,

I’m new to programming my ANAFI and python/linux commands. I want to download photos in real time over wifi to my raspberry pi 4. Is there a way to directly download? I’ve been following this forum https://forum.developer.parrot.com/t/get-real-time-photos-from-the-anafi-in-sphinx/9966

I understand you can access media through a web link. I’m not sure if I’ve been using this efficiently but to see photos I’ve been scrolling through http://192.168.42.1/api/v1/media/medias until I reach the photo url I want and then I copy that into the browser bar. If there is a way to automatically do this and have it downloaded to a photos folder on my pi that would be extremely helpful!

Hi Helene,

The web media API is now integrated into Olympe and you can use it to download the photos taken by the drone. There is a comprehensive example available here: https://github.com/Parrot-Developers/olympe/blob/master/src/olympe/doc/examples/media.py

3 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.