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'
Last updated