summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngvar Stepanyan <rreverser@google.com>2021-07-27 14:56:37 +0000
committerMarcus Meissner <meissner@suse.de>2021-08-01 16:54:00 +0200
commitb00c2cb2b2b98cdad5dd64207ac086c1a378e139 (patch)
treed7e2d4b0de0c7383e43cbffe6db3d3ed304949f9
parentacea0d1a5f9472c410b6a083f3d99c99e9e8e492 (diff)
downloadlibgphoto2-b00c2cb2b2b98cdad5dd64207ac086c1a378e139.tar.gz
Add few more movie modes for Sony
-rw-r--r--camlibs/ptp2/config.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index ebdbaff10..3c87df433 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -3715,7 +3715,11 @@ static struct deviceproptableu16 exposure_program_modes[] = {
{ N_("Intelligent Auto"), 0x8000, PTP_VENDOR_SONY},
{ N_("Superior Auto"), 0x8001, PTP_VENDOR_SONY},
- { N_("Movie"), 0x8050, PTP_VENDOR_SONY},
+ { N_("Movie (P)"), 0x8050, PTP_VENDOR_SONY},
+ { N_("Movie (A)"), 0x8051, PTP_VENDOR_SONY},
+ { N_("Movie (S)"), 0x8052, PTP_VENDOR_SONY},
+ { N_("Movie (M)"), 0x8053, PTP_VENDOR_SONY},
+ { N_("Movie (Scene)"), 0x8054, PTP_VENDOR_SONY},
{ N_("Tele-zoom Cont. Priority AE"), 0x8031, PTP_VENDOR_SONY},
{ N_("Sweep Panorama"), 0x8041, PTP_VENDOR_SONY},
{ N_("Intelligent Auto Flash Off"), 0x8060, PTP_VENDOR_SONY},
@@ -3726,6 +3730,7 @@ static struct deviceproptableu16 exposure_program_modes[] = {
{ N_("Night Scene"), 0x8013, PTP_VENDOR_SONY},
{ N_("Hand-held Twilight"), 0x8016, PTP_VENDOR_SONY},
{ N_("Night Portrait"), 0x8017, PTP_VENDOR_SONY},
+ { N_("Anti Motion Blur"), 0x8018, PTP_VENDOR_SONY},
{ N_("Picture Effect"), 0x8070, PTP_VENDOR_SONY},
{ N_("S&Q"), 0x8084, PTP_VENDOR_SONY}, /* on A7III */
};