Overwrite photo path in sample mission?

In the sample video/photo mission, how would I go about overwriting the latest photo taken by the drone? I’m trying to get the drone to overwrite the latest photo file when a new one is taken to save memory while doing lots of image processing. Also, how would I access the latest photo from a python service?

Hi @kaeladair,

The best way to delete an image is to use the drone’s Web API to send a DELETE request.

Note: Take a look at our road-runner sample mission for image processing with the front camera stream.

Regards,
Axel

This topic was automatically closed after 30 days. New replies are no longer allowed.