Access sd card memory

Hi,
I would like to save some data from the drone in a file. At the moment I am able to store this data on the drone’s memory space by retrieving the folder path with getenv("MISSION_DATA"). Is there a way to do the same thing by recording on the SD card?

Thanks

Thibaut

Hi,
Starting from 7.6 firmware, SD-Card access is available to missions:
https://developer.parrot.com/docs/airsdk/general/storage_and_persistence.html#sd-card-storage

Note that your mission should not access media files directly (or anything in the /mnt/user/DCIM/ directory) to avoid issues while recording/taking photos.

Regards,
Nicolas.

1 Like

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