drewnoakes / metadata-extractor-dotnet

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drone Flight Rotational and Velocity Metadata Inclusion

JoshuaNeilCoady opened this issue · comments

I noticed that for drone related flight information, specifically the non-gps positioning data is not parsed out at all. I have uploaded some photos I took with my drone to your photo library that include these tags:

flight_roll_degree
flight_yaw_degree
flight_pitch_degree
flight_x_speed
flight_y_speed
flight_z_speed
gimbal_roll_degree
gimbal_yaw_degree
gimbal_pitch_degree

I understand these are not standard tags.

I understand these are not standard tags.

That's fine, we try to grab as much metadata as possible, including camera/manufacturer-specific data.

Seems like the metadata you're after is in the XMP segment:

drewnoakes/metadata-extractor-images@ffc0266

Note that XMP data must currently be handled differently to other tags. I added some sample code to highlight this in 4d9d59a.