Ashampoo/kim

Add lens info for NEF, ARW, RW2 & ORF

Opened this issue · 0 comments

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