-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
lens correction module cannot detect lens from EXIF data in RAW.NEF from Nikon z6 #10053
Comments
If exif infos aren’t properly detected, you’d also check if that’s a known issue at https://github.com/Exiv2/exiv2. If not, then file an issue there. |
Can you please run
Looks like it is related to the adapter and the MakerNotes changes in the Z series. Can you try to check if there is indeed something in this LensData tag using exiftool (might be that exiv2 is not yet aware of it)? |
@audioscavenger Btw, support for the Z mount and the updated LensData structure (seems also to be produced by newer bodies like D6, D780, i.e. all based on latest EXPEED 6) was added to exiv2 0.27.4, so it would be great to have some output from it in the case of the FTZ adapter (or a NEF sample please; I can get samples w/ Z lenses from RPU to compare). I now think we do indeed have a missing feature in dt: the lens detection for Nikon has to now be special-cased (like e.g. Canon and Olympus) since the Z mount and FTZ came into play... |
sorry for the late reply. exiftool seems to be able to correctly identify the lens!
|
Describe the bug/issue
lens correction module cannot detect lens from EXIF data in RAW.NEF from Nikon z6
To Reproduce
Expected behavior
camera/lens found.
The same lens on a Nikon d5300 is found from the EXIF data correctly
Platform
Win10x64
Z6 firmware 3.31
Additional context
Additional information
_correctly detected lens from a RAW made on a d5300:
_same lens, undetected, EXIF in a RAW from a Z6:
The text was updated successfully, but these errors were encountered: