Skip to content

Commit

Permalink
Add some Sony IDs
Browse files Browse the repository at this point in the history
(cherry picked from commit 029dc9f)
  • Loading branch information
kmilos committed Jul 18, 2023
1 parent 2d5a51b commit 0e30ddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/sonymn_int.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,9 @@ constexpr TagDetails sonyModelId[] = {{0, N_("Multiple camera models")},
{389, "ZV-1F"},
{390, "ILCE-7RM5"},
{391, "ILME-FX30"},
{393, "ZV-E1"}};
{393, "ZV-E1"},
{394, "ILCE-6700"},
{395, "ZV-1M2"}};

//! Lookup table to translate Sony creative style (main group) values to readable labels
constexpr StringTagDetails sonyCreativeStyleStd[] = {{"AdobeRGB", N_("Adobe RGB")},
Expand Down

0 comments on commit 0e30ddf

Please sign in to comment.