Skip to content

Commit 637a368

Browse files
committed
Add new Nikon Z lenses
1 parent 1071589 commit 637a368

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/nikonmn_int.cpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1556,7 +1556,7 @@ constexpr TagInfo Nikon3MakerNote::tagInfoLd3_[] = {
15561556
};
15571557

15581558
//! LensID, tag index 48
1559-
// see https://github.com/exiftool/exiftool/blob/13.16/lib/Image/ExifTool/Nikon.pm#L5668
1559+
// see https://github.com/exiftool/exiftool/blob/13.44/lib/Image/ExifTool/Nikon.pm#L5816
15601560
constexpr TagDetails nikonZMountLensId[] = {
15611561
{0, N_("n/a")},
15621562
{1, "Nikon Nikkor Z 24-70mm f/4 S"},
@@ -1599,8 +1599,12 @@ constexpr TagDetails nikonZMountLensId[] = {
15991599
{47, "Nikon Nikkor Z 35mm f/1.2 S"},
16001600
{48, "Nikon Nikkor Z 28-400mm f/4-8 VR"},
16011601
{49, "Nikon Nikkor Z 28-135mm f/4 PZ"},
1602+
{50, "Nikon Nikkor Z 24-70mm f/2.8 S II"},
16021603
{51, "Nikon Nikkor Z 35mm f/1.4"},
16031604
{52, "Nikon Nikkor Z 50mm f/1.4"},
1605+
{53, "Nikon Nikkor Z DX 16-50mm f/2.8 VR"},
1606+
{55, "Nikon Nikkor Z DX MC 35mm f/1.7"},
1607+
{57, "Nikon Nikkor Z 24-105mm f/4-7.1"},
16041608
{2305, "Laowa FFII 10mm F2.8 C&D Dreamer"},
16051609
{2820, "Viltrox AF 16mm F1.8"},
16061610
{2822, "Viltrox AF 20mm F2.8"},

0 commit comments

Comments
 (0)