DJI Image Exif XMP for yaw and pitch values
3268 0 2021-2-7
Uploading and Loding Picture ...(0/1)
o(^-^)o
hdrpano
lvl.4
Flight distance : 598458 ft
  • >>>
Switzerland
Offline

DJI Image Exif XMP for yaw and pitch values

We can read DJI exif / xmp values with exiv2

            alt = float(self.checkKey(dictI,'Xmp.drone-dji.RelativeAltitude'))
            gimbal_yaw = float(self.checkKey(dictI,'Xmp.drone-dji.GimbalYawDegree'))
            pitch = float(self.checkKey(dictI,'Xmp.drone-dji.GimbalPitchDegree'))
            aircraft_yaw = float(self.checkKey(dictI,'Xmp.drone-dji.FlightYawDegree'))
            aircraft_pitch = float(self.checkKey(dictI,'Xmp.drone-dji.FlightPitchDegree'))


With these values we can reconstruct a panorama or photogrammetry  shooting with zenith shots.


2021-2-7
Use props
Advanced
You need to log in before you can reply Login | Register now

Credit Rules