summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-05-10 16:18:16 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-05-10 16:18:16 +0200
commit0fe915beb87abf68ec82aead60b3d75d2c36259a (patch)
tree8a19f4fb710800afaf788ec76ddf40fafcc6f815
parentbb5f188118709543b83b53d1dcbd32e8b0bede8b (diff)
downloadlibgphoto2-0fe915beb87abf68ec82aead60b3d75d2c36259a.tar.gz
added liveviewwhitebalance for nikon
-rw-r--r--camlibs/ptp2/config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camlibs/ptp2/config.c b/camlibs/ptp2/config.c
index 7422b20f9..d38656941 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -1403,6 +1403,7 @@ static struct deviceproptableu16 whitebalance[] = {
{ N_("Shade"), 0x8011, PTP_VENDOR_NIKON },
{ N_("Color Temperature"), 0x8012, PTP_VENDOR_NIKON },
{ N_("Preset"), 0x8013, PTP_VENDOR_NIKON },
+ { N_("Off"), 0x8014, PTP_VENDOR_NIKON },
{ N_("Natural light auto"), 0x8016, PTP_VENDOR_NIKON },
{ N_("Fluorescent Lamp 1"), 0x8001, PTP_VENDOR_FUJI },
@@ -8622,6 +8623,7 @@ static struct submenu capture_settings_menu[] = {
{ 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_("Live View White Balance"), "liveviewwhitebalance", PTP_DPC_NIKON_LiveViewWhiteBalance, PTP_VENDOR_NIKON, PTP_DTC_UINT16, _get_WhiteBalance, _put_WhiteBalance },
{ 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 },
{ N_("Modelling Flash"), "modelflash", PTP_DPC_NIKON_E4ModelingFlash, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon_OffOn_UINT8, _put_Nikon_OffOn_UINT8 },