diff options
author | Marcus Meissner <marcus@jet.franken.de> | 2020-04-29 08:15:10 +0200 |
---|---|---|
committer | Marcus Meissner <marcus@jet.franken.de> | 2020-04-29 08:15:10 +0200 |
commit | 6732c554b4e9ff8adecca6e2820c20a1ae93dc0e (patch) | |
tree | 9f98701d4585f2f6b55aa87c3d221ba23bbd455c /camlibs | |
parent | 0d7858221bb13edefd594348a5cf27320d57d841 (diff) | |
download | libgphoto2-6732c554b4e9ff8adecca6e2820c20a1ae93dc0e.tar.gz |
added nikon raw image size
Diffstat (limited to 'camlibs')
-rw-r--r-- | camlibs/ptp2/config.c | 1 |
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 }, |