Skip to content

Commit b9ee11b

Browse files
committed
Add new Nikon Z lenses
1 parent d671558 commit b9ee11b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/nikonmn_int.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
39703970
return os << "(" << value << ")";
39713971
}
39723972

3973-
// cf. https://github.com/exiftool/exiftool/blob/12.83/lib/Image/ExifTool/Nikon.pm#L5473
3973+
// cf. https://github.com/exiftool/exiftool/blob/12.97/lib/Image/ExifTool/Nikon.pm#L5539
39743974
static constexpr struct lens {
39753975
uint16_t l;
39763976
const char* vendor;
@@ -4014,6 +4014,8 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
40144014
{45, "Nikon", "Nikkor Z 600mm f/6.3 VR S"},
40154015
{46, "Nikon", "Nikkor Z 135mm f/1.8 S Plena"},
40164016
{48, "Nikon", "Nikkor Z 28-400mm f/4-8 VR"},
4017+
{51, "Nikon", "Nikkor Z 35mm f/1.4"},
4018+
{52, "Nikon", "Nikkor Z 50mm f/1.4"},
40174019
{53251, "Sigma", "56mm F1.4 DC DN | C"},
40184020
{57346, "Tamron", "35-150mm F/2-2.8 Di III VXD"},
40194021
};

0 commit comments

Comments
 (0)