Photos
{% hint style="warning" %} This API is likely change in future API versions. Key functionality will remain. {% endhint %}
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'
{% hint style="info" %} Note that this directory is shared with all apps and the system. Modifying files in this directory could conflict with other apps. {% endhint %}
Comments
0 comments
Please sign in to leave a comment.