Photos
This API is likely change in future API versions. Key functionality will remain.
Photos taken taken by drone are stored in the directory
/data/shared_photos
on the host. In order to access the picutres in your app, map this directory into your docker container using the compose override API as follows:compose-override:
services:
<my-service>:
volumes:
- '/data/shared_photos:/shared_photos'
Note that this directory is shared with all apps and the system. Modifying files in this directory could conflict with other apps.
Last modified 22d ago