summaryrefslogtreecommitdiff
path: root/camlibs
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-10 16:04:55 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-10 16:04:55 +0200
commitbb5f188118709543b83b53d1dcbd32e8b0bede8b (patch)
tree8ea97bbc4f3ab06a58d0ebc14c99686c6bf19f99 /camlibs
parent4676642f9cbfc5498c60b70a3219699467ae4433 (diff)
downloadlibgphoto2-bb5f188118709543b83b53d1dcbd32e8b0bede8b.tar.gz
decoder for Live View Exposure Preview aka liveviewexposurepreview,
likely addresses https://github.com/gphoto/libgphoto2/issues/500
Diffstat (limited to 'camlibs')
-rw-r--r--camlibs/ptp2/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 2026315cf..7422b20f9 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -8620,6 +8620,7 @@ static struct submenu capture_settings_menu[] = {
{ N_("Live View AF Mode"), "liveviewafmode", PTP_DPC_NIKON_LiveViewAFArea, PTP_VENDOR_NIKON, PTP_DTC_INT8, _get_Nikon_LiveViewAFI, _put_Nikon_LiveViewAFI },
{ N_("Live View AF Mode"), "liveviewafmode", PTP_DPC_NIKON_LiveViewAFArea, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_LiveViewAFU, _put_Nikon_LiveViewAFU },
{ N_("Live View AF Focus"), "liveviewaffocus", PTP_DPC_NIKON_LiveViewAFFocus, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_LiveViewAFFocus, _put_Nikon_LiveViewAFFocus },
+ { N_("Live View Exposure Preview"), "liveviewexposurepreview", PTP_DPC_NIKON_LiveViewExposurePreview, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_OffOn_UINT8, _put_Nikon_OffOn_UINT8 },
{ N_("Live View Image Zoom Ratio"), "liveviewimagezoomratio", PTP_DPC_NIKON_LiveViewImageZoomRatio, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_LiveViewImageZoomRatio, _put_Nikon_LiveViewImageZoomRatio },
{ N_("File Number Sequencing"), "filenrsequencing", PTP_DPC_NIKON_FileNumberSequence, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_OnOff_UINT8, _put_Nikon_OnOff_UINT8 },
{ N_("Flash Sign"), "flashsign", PTP_DPC_NIKON_FlashSign, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_OnOff_UINT8, _put_Nikon_OnOff_UINT8 },