summaryrefslogtreecommitdiff
path: root/camlibs
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2020-04-29 08:15:10 +0200
committerMarcus Meissner <marcus@jet.franken.de>2020-04-29 08:15:10 +0200
commit6732c554b4e9ff8adecca6e2820c20a1ae93dc0e (patch)
tree9f98701d4585f2f6b55aa87c3d221ba23bbd455c /camlibs
parent0d7858221bb13edefd594348a5cf27320d57d841 (diff)
downloadlibgphoto2-6732c554b4e9ff8adecca6e2820c20a1ae93dc0e.tar.gz
added nikon raw image size
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 0eedd10de..2e6b985c4 100644
--- a/camlibs/ptp2/config.c
+++ b/camlibs/ptp2/config.c
@@ -8384,6 +8384,7 @@ static struct submenu image_settings_menu[] = {
{ N_("Image Format"), "imageformat", 0, PTP_VENDOR_PANASONIC,PTP_DTC_UINT16, _get_Panasonic_ImageFormat, _put_Panasonic_ImageFormat },
{ N_("Image Format Ext HD"), "imageformatexthd", PTP_DPC_CANON_EOS_ImageFormatExtHD, PTP_VENDOR_CANON, PTP_DTC_UINT16, _get_Canon_EOS_ImageFormat, _put_Canon_EOS_ImageFormat },
{ N_("Image Size"), "imagesize", PTP_DPC_ImageSize, 0, PTP_DTC_STR, _get_STR_ENUMList, _put_STR },
+ { N_("Raw Image Size"), "rawimagesize", PTP_DPC_NIKON_RawImageSize, PTP_VENDOR_NIKON, PTP_DTC_STR, _get_STR_ENUMList, _put_STR },
{ N_("Image Size"), "imagesize", PTP_DPC_NIKON_1_ImageSize, PTP_VENDOR_NIKON, PTP_DTC_UINT8, _get_Nikon1_ImageSize, _put_Nikon1_ImageSize },
{ N_("Image Size"), "imagesize", PTP_DPC_SONY_ImageSize, PTP_VENDOR_SONY, PTP_DTC_UINT8, _get_Sony_ImageSize, _put_Sony_ImageSize },
{ N_("Image Size"), "imagesize", PTP_DPC_CANON_ImageSize, PTP_VENDOR_CANON, PTP_DTC_UINT8, _get_Canon_Size, _put_Canon_Size },