Skip to content

Commit

Permalink
Add Sony 9M3 ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Nov 11, 2023
1 parent 3e977c5 commit 9002797
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sonymn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ constexpr TagDetails sonyModelId[] = {
{389, "ZV-1F"},
{390, "ILCE-7RM5"},
{391, "ILME-FX30"},
{392, "ILCE-9M3"},
{393, "ZV-E1"},
{394, "ILCE-6700"},
{395, "ZV-1M2"},
Expand Down Expand Up @@ -547,7 +548,7 @@ constexpr StringTagDetails sonyFileFormat[] = {
{"0 0 0 2", "JPEG"}, {"1 0 0 0", "SR2 1.0"}, {"2 0 0 0", "ARW 1.0"}, {"3 0 0 0", "ARW 2.0"},
{"3 1 0 0", "ARW 2.1"}, {"3 2 0 0", "ARW 2.2"}, {"3 3 0 0", "ARW 2.3"}, {"3 3 1 0", "ARW 2.3.1"},
{"3 3 2 0", "ARW 2.3.2"}, {"3 3 3 0", "ARW 2.3.3"}, {"3 3 5 0", "ARW 2.3.5"}, {"4 0 0 0", "ARW 4.0"},
{"4 0 1 0", "ARW 4.0.1"},
{"4 0 1 0", "ARW 4.0.1"}, {"5 0 0 0", "ARW 5.0.0"},
};

//! Lookup table to translate Sony dynamic range optimizer values to readable labels
Expand Down

0 comments on commit 9002797

Please sign in to comment.