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

Can not dump exif_dict : dump got wrong type of exif value. 50728 in should be Rational instead of Short #119

Open
ThePMO opened this issue Aug 22, 2021 · 0 comments

Comments

@ThePMO
Copy link

ThePMO commented Aug 22, 2021

I'm having problems with loading and dumping the exif data from my Insta360 camera.

This issue is similar to #95 and #83

The source of the problem is that piexif expects SHORT values for tag 50728 (As Shot Neutral), but the values in the file are rationals.
https://exiv2.org/tags.html does specify this tag as a short type, but exiftool uses rationals, so I assume the latter is true.

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