-
Notifications
You must be signed in to change notification settings - Fork 282
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
correct identification for Tamron SP 24-70mm G2 A032 #1691
Conversation
SP 24-70mm F/2.8 Di VC USD G2 has a different identcode from exiftool: Composite:LensID CE 47 37 5C 25 25 DF 0E
Codecov Report
@@ Coverage Diff @@
## main #1691 +/- ##
=======================================
Coverage 66.90% 66.90%
=======================================
Files 151 151
Lines 20762 20764 +2
=======================================
+ Hits 13890 13892 +2
Misses 6872 6872
Continue to review full report at Codecov.
|
Hi @nulllinie, thanks a lot for the report! 👍 If you look at the supported lenses in exiftool here, you'll actually see that exiftool has the following line on that site:
So exiv2 and exiftool both expect a "4E" instead of a "0E". I've found a sample picture from a review of the Lens shot with a nikon camera where exiftool and exiv2 report a So something must have changed, because your picture definitely has a value of "0E" for But the above means, that we can't just change the old entry to reflect the new value because it would break exiv2 for existing pictures. Edit: |
Hi @hassec , |
Hi @hassec |
Hi @nulllinie for now don't worry about the other test image I mentioned, as I'm not sure if we can simply include it in the test images. (Copyright and all...) |
stay: *4E, new: 0E and added testcase for additional lens ID 0E for Tamron_SP_24-70mm_F2.8_Di_VC_USD_G2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Thanks a lot @nulllinie for taking the time to provide the fix + testcase 👍
SP 24-70mm F/2.8 Di VC USD G2 has a different identcode
from exiftool: Composite:LensID CE 47 37 5C 25 25 DF 0E
example image (Nikon raw) with this lens:
exampleImage.zip