Skip to content

Commit

Permalink
Add new Nikon Z lenses
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Oct 22, 2024
1 parent d671558 commit b9ee11b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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"},
};
Expand Down

0 comments on commit b9ee11b

Please sign in to comment.