Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drone Flight Rotational and Velocity Metadata Inclusion #334

Open
JoshuaNeilCoady opened this issue May 14, 2023 · 1 comment
Open

Drone Flight Rotational and Velocity Metadata Inclusion #334

JoshuaNeilCoady opened this issue May 14, 2023 · 1 comment

Comments

@JoshuaNeilCoady
Copy link

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.

@drewnoakes
Copy link
Owner

drewnoakes commented May 22, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants