Skip to content

Commit d6f0f8f

Browse files
kmilosneheb
authored andcommitted
Add new Nikon Z lenses
1 parent 6186619 commit d6f0f8f

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
@@ -3835,7 +3835,7 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
38353835
return os << "(" << value << ")";
38363836
}
38373837

3838-
// cf. https://github.com/exiftool/exiftool/blob/12.97/lib/Image/ExifTool/Nikon.pm#L5539
3838+
// cf. https://github.com/exiftool/exiftool/blob/13.16/lib/Image/ExifTool/Nikon.pm#L5668
38393839
static constexpr struct lens {
38403840
uint16_t l;
38413841
const char* vendor;
@@ -3878,9 +3878,11 @@ std::ostream& Nikon3MakerNote::printLensId4ZMount(std::ostream& os, const Value&
38783878
{44, "Nikon", "Nikkor Z 70-180mm f/2.8"},
38793879
{45, "Nikon", "Nikkor Z 600mm f/6.3 VR S"},
38803880
{46, "Nikon", "Nikkor Z 135mm f/1.8 S Plena"},
3881+
{47, "Nikon", "Nikkor Z 35mm f/1.2 S"},
38813882
{48, "Nikon", "Nikkor Z 28-400mm f/4-8 VR"},
38823883
{51, "Nikon", "Nikkor Z 35mm f/1.4"},
38833884
{52, "Nikon", "Nikkor Z 50mm f/1.4"},
3885+
{2305, "Laowa", "FFII 10mm F2.8 C&D Dreamer"},
38843886
{53251, "Sigma", "56mm F1.4 DC DN | C"},
38853887
{57346, "Tamron", "35-150mm F/2-2.8 Di III VXD"},
38863888
};

0 commit comments

Comments
 (0)