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

360* photo detection support #107

Open
ihor-nahuliak opened this issue Aug 19, 2020 · 0 comments
Open

360* photo detection support #107

ihor-nahuliak opened this issue Aug 19, 2020 · 0 comments

Comments

@ihor-nahuliak
Copy link

Please, add photo projection support to detect spherical & cylindrical photos.

https://exiftool.org/TagNames/XMP.html#GPano
https://exiftool.org/TagNames/Matroska.html
https://github.com/google/spatial-media/blob/master/docs/spherical-video-v2-rfc.md

e.g.

TAGS['Matroska'] = {
    0x7671: {'name': 'ProjectionType', 'type': TYPES.Long},
    0x7673: {'name': 'ProjectionPosYaw', 'type': TYPES.Float},
    0x7674: {'name': 'ProjectionPosPitch', 'type': TYPES.Float},
    0x7675: {'name': 'ProjectionPosRoll', 'type': TYPES.Float},
}


class Matroska:
    # https://exiftool.org/TagNames/Matroska.html
    ProjectionType = 0x7671
    ProjectionPosYaw = 0x7673
    ProjectionPosPitch = 0x7674
    ProjectionPosRoll = 0x7675

not sure how to add XMP GPano Tags

Thanks!

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

1 participant