From 3403dabec247a41206138645b5045fd2cfddf2a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Komar=C4=8Devi=C4=87?= Date: Wed, 29 Mar 2023 17:13:29 +0200 Subject: [PATCH] Add Sony ZV-E1 ID --- src/sonymn_int.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sonymn_int.cpp b/src/sonymn_int.cpp index 17300985..0eede805 100644 --- a/src/sonymn_int.cpp +++ b/src/sonymn_int.cpp @@ -431,7 +431,8 @@ constexpr TagDetails sonyModelId[] = {{0, N_("Multiple camera models")}, {388, "ILCE-7M4"}, {389, "ZV-1F"}, {390, "ILCE-7RM5"}, - {391, "ILME-FX30"}}; + {391, "ILME-FX30"}, + {393, "ZV-E1"}}; //! Lookup table to translate Sony creative style (main group) values to readable labels constexpr StringTagDetails sonyCreativeStyleStd[] = {{"AdobeRGB", N_("Adobe RGB")},