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 Nov 2, 2023
1 parent 42e2f62 commit 5b20e7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/nikonmn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3860,6 +3860,9 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
{42, "Nikon", "Nikkor Z 180-600mm f/5.6-6.3 VR"},
{43, "Nikon", "Nikkor Z DX 24mm f/1.7"},
{44, "Nikon", "Nikkor Z 70-180mm f/2.8"},
{45, "Nikon", "Nikkor Z 600mm f/6.3 VR S"},
{46, "Nikon", "Nikkor Z 135mm f/1.8 S Plena"},
{53251, "Sigma", "56mm F1.4 DC DN | C"},
};

auto lid = static_cast<uint16_t>(value.toInt64());
Expand Down

0 comments on commit 5b20e7f

Please sign in to comment.