From 82005d4b4391e338e6d57a905272e3fdfc8d41ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Thu, 17 Oct 2024 08:32:11 +0200 Subject: [PATCH] Add new Nikon Z lenses --- src/nikonmn_int.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/nikonmn_int.cpp b/src/nikonmn_int.cpp index d7db7bcd91..bfbcace762 100644 --- a/src/nikonmn_int.cpp +++ b/src/nikonmn_int.cpp @@ -3970,7 +3970,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value& return os << "(" << value << ")"; } - // cf. https://github.com/exiftool/exiftool/blob/12.83/lib/Image/ExifTool/Nikon.pm#L5473 + // cf. https://github.com/exiftool/exiftool/blob/12.97/lib/Image/ExifTool/Nikon.pm#L5539 static constexpr struct lens { uint16_t l; const char* vendor; @@ -4014,6 +4014,8 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value& {45, "Nikon", "Nikkor Z 600mm f/6.3 VR S"}, {46, "Nikon", "Nikkor Z 135mm f/1.8 S Plena"}, {48, "Nikon", "Nikkor Z 28-400mm f/4-8 VR"}, + {51, "Nikon", "Nikkor Z 35mm f/1.4"}, + {52, "Nikon", "Nikkor Z 50mm f/1.4"}, {53251, "Sigma", "56mm F1.4 DC DN | C"}, {57346, "Tamron", "35-150mm F/2-2.8 Di III VXD"}, };