Skip to content

Commit

Permalink
Add some Sony IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos authored and neheb committed Jul 17, 2023
1 parent 1837bf0 commit 029dc9f
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 029dc9f

Please sign in to comment.