You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The formats NEF, ARW, RW2 & ORF are missing the lens information, because it's not written to standard EXIF fields and must be constructed from MakerNote data.
The formats NEF, ARW, RW2 & ORF are missing the lens information, because it's not written to standard EXIF fields and must be constructed from MakerNote data.
These documentations describe how to do so:
This document provides an overview:
https://exiftool.org/makernote_types.html
metadata-extractor has logic to identify the kind of MakerNote that is present:
https://github.com/drewnoakes/metadata-extractor/blob/67dfddd72e3cfbb7bf802a672eacc70b42fba601/Source/com/drew/metadata/exif/ExifTiffHandler.java#L426
The text was updated successfully, but these errors were encountered: