DJI Mavic, Air and Mini Drones
Friendly, Helpful & Knowledgeable Community
Join Us Now

Recent content by csherwood

  1. C

    Altitude information from exif data photos

    DJI stores some of the metadata in the XMP portion of the image. Apparently, EXIFTool can find that. Here is a not-very-elegant Python 3 function that will grab the XMP metadata from an image: def get_dji_meta( filepath ): """ Returns a dict with DJI-specific metadata stored in the XMB...