Apply modernize-use-nullptr
Setup:
- `mkdir tidy; cd tidy`
- `cmake .. -DCMAKE_BUILD_TYPE=debug -DPROC_TARGET_NUMBER=1 -DCACHE_NAME_SUFFIX=4 -DBINDIR=. -DDATADIR=. -DBUILD_BUNDLE=ON -DWITH_LTO=OFF -DOPTION_OMP=OFF -DCMAKE_EXPORT_COMPILE_COMMANDS=ON`
- `cd ..`
- `find -name '*.cc' -exec clang-tidy-3.8 -header-filter=.* -p=tidy -fix-errors -checks=modernize-use-nullptr {} \;`
This commit is contained in:
@@ -1067,7 +1067,7 @@ public:
|
||||
focalLength = focalLengthTag->toDouble();
|
||||
}
|
||||
|
||||
double *liArray = NULL;
|
||||
double *liArray = nullptr;
|
||||
|
||||
if (lensInfoTag) {
|
||||
liArray = lensInfoTag->toDoubleArray();
|
||||
@@ -1173,7 +1173,7 @@ public:
|
||||
focalLength = focalLengthTag->toDouble();
|
||||
}
|
||||
|
||||
double *liArray = NULL;
|
||||
double *liArray = nullptr;
|
||||
|
||||
if (lensInfoTag) {
|
||||
liArray = lensInfoTag->toDoubleArray();
|
||||
@@ -2253,226 +2253,226 @@ public:
|
||||
SAColorTemperatureSettingInterpreter saColorTemperatureSettingInterpreter;
|
||||
|
||||
const TagAttrib minoltaAttribs[] = {
|
||||
{0, AC_WRITE, 0, 0, 0x0000, AUTO, "MakerNoteVersion", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0001, AUTO, "MinoltaCameraSettingsOld", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0003, AUTO, "MinoltaCameraSettings", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0004, AUTO, "MinoltaCameraSettings7D", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0018, AUTO, "ImageStabilization", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0040, AUTO, "CompressedImageSize", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, 0, 0x0081, AUTO, "PreviewImage", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, 0, 0x0088, AUTO, "PreviewImageStart", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, 0, 0x0089, AUTO, "PreviewImageLength", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0100, AUTO, "SceneMode", &saSceneModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0101, AUTO, "ColorMode", &saColorModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0102, AUTO, "MinoltaQuality", &maQualityInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0103, AUTO, "MinoltaImageSize", &maImageSizeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0104, AUTO, "FlashExposureComp", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0105, AUTO, "Teleconverter", &maTeleconverterInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0107, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x010a, AUTO, "ZoneMatching", &saZoneMatchingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x010b, AUTO, "ColorTemperature", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x010c, AUTO, "LensID", &saLensIDInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0113, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0114, AUTO, "MinoltaCameraSettings", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, 0, 0x0e00, AUTO, "PrintIM", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0f00, AUTO, "MinoltaCameraSettings2", &stdInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 0x0000, AUTO, "MakerNoteVersion", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0001, AUTO, "MinoltaCameraSettingsOld", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0003, AUTO, "MinoltaCameraSettings", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0004, AUTO, "MinoltaCameraSettings7D", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0018, AUTO, "ImageStabilization", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0040, AUTO, "CompressedImageSize", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, nullptr, 0x0081, AUTO, "PreviewImage", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, nullptr, 0x0088, AUTO, "PreviewImageStart", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, nullptr, 0x0089, AUTO, "PreviewImageLength", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0100, AUTO, "SceneMode", &saSceneModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0101, AUTO, "ColorMode", &saColorModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0102, AUTO, "MinoltaQuality", &maQualityInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0103, AUTO, "MinoltaImageSize", &maImageSizeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0104, AUTO, "FlashExposureComp", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0105, AUTO, "Teleconverter", &maTeleconverterInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0107, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x010a, AUTO, "ZoneMatching", &saZoneMatchingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x010b, AUTO, "ColorTemperature", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x010c, AUTO, "LensID", &saLensIDInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0113, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0114, AUTO, "MinoltaCameraSettings", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, nullptr, 0x0e00, AUTO, "PrintIM", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0f00, AUTO, "MinoltaCameraSettings2", &stdInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyAttribs[] = {
|
||||
{0, AC_WRITE, 0, sonyCameraInfoAttribs, 0x0010, AUTO, "CameraInfo", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0102, AUTO, "Quality", &maQualityInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0104, AUTO, "FlashExposureComp", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0106, AUTO, "TeleConverter", &maTeleconverterInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0102, AUTO, "Quality", &maQualityInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0104, AUTO, "FlashExposureComp", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0106, AUTO, "TeleConverter", &maTeleconverterInterpreter},
|
||||
{0, AC_WRITE, 0, sonyCameraSettingsAttribs, 0x0114, AUTO, "SonyCameraSettings", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0115, AUTO, "WhiteBalance", &saWhiteBalanceInterpreter},
|
||||
{1, AC_WRITE, 0, 0, 0x0e00, AUTO, "PrintIM", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, 0, 0x2001, AUTO, "PreviewImage", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x2009, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction},
|
||||
{0, AC_WRITE, 0, 0, 0x200a, AUTO, "AutoHDR", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x200b, AUTO, "MultiFrameNoiseReduction", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x200e, AUTO, "PictureEffect", &saPictureEffectInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x2011, AUTO, "VignettingCorrection", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x2012, AUTO, "LateralChromaticAberration", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x2013, AUTO, "DistortionCorrection", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb020, AUTO, "ColorReproduction", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb021, AUTO, "ColorTemperature", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb022, AUTO, "ColorCompensationFilter", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb023, AUTO, "SceneMode", &saSceneModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb024, AUTO, "ZoneMatching", &saZoneMatchingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb025, AUTO, "DynamicRangeOptimizer", &saDynamicRangeOptimizerInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb026, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb027, AUTO, "LensID", &saLensIDInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0115, AUTO, "WhiteBalance", &saWhiteBalanceInterpreter},
|
||||
{1, AC_WRITE, 0, nullptr, 0x0e00, AUTO, "PrintIM", &stdInterpreter},
|
||||
{1, AC_WRITE, 0, nullptr, 0x2001, AUTO, "PreviewImage", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x2009, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction},
|
||||
{0, AC_WRITE, 0, nullptr, 0x200a, AUTO, "AutoHDR", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x200b, AUTO, "MultiFrameNoiseReduction", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x200e, AUTO, "PictureEffect", &saPictureEffectInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x2011, AUTO, "VignettingCorrection", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x2012, AUTO, "LateralChromaticAberration", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x2013, AUTO, "DistortionCorrection", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb020, AUTO, "ColorReproduction", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb021, AUTO, "ColorTemperature", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb022, AUTO, "ColorCompensationFilter", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb023, AUTO, "SceneMode", &saSceneModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb024, AUTO, "ZoneMatching", &saZoneMatchingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb025, AUTO, "DynamicRangeOptimizer", &saDynamicRangeOptimizerInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb026, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb027, AUTO, "LensID", &saLensIDInterpreter},
|
||||
{0, AC_WRITE, 0, minoltaAttribs, 0xb028, AUTO, "MinoltaMakerNote", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb029, AUTO, "ColorMode", &saColorModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb040, AUTO, "Macro", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb041, AUTO, "ExposureMode", &saExposureModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb042, AUTO, "FocusMode", &saFocusMode},
|
||||
{0, AC_WRITE, 0, 0, 0xb043, AUTO, "AFMode", &saAFMode},
|
||||
{0, AC_WRITE, 0, 0, 0xb044, AUTO, "AFIlluminator", &saAFIlluminator},
|
||||
{0, AC_WRITE, 0, 0, 0xb047, AUTO, "Quality", &saQualityInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb048, AUTO, "FlashLevel", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb049, AUTO, "ReleaseMode", &saReleaseModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb04a, AUTO, "SequenceNumber", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb04b, AUTO, "AntiBlur", &saAntiBlurInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb04e, AUTO, "LongExposureNoiseReduction", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb04f, AUTO, "DynamicRangeOptimizer", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0xb050, AUTO, "HighISONoiseReduction2", &saHighISONoiseReduction2},
|
||||
{0, AC_WRITE, 0, 0, 0xb052, AUTO, "IntelligentAuto", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb029, AUTO, "ColorMode", &saColorModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb040, AUTO, "Macro", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb041, AUTO, "ExposureMode", &saExposureModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb042, AUTO, "FocusMode", &saFocusMode},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb043, AUTO, "AFMode", &saAFMode},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb044, AUTO, "AFIlluminator", &saAFIlluminator},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb047, AUTO, "Quality", &saQualityInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb048, AUTO, "FlashLevel", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb049, AUTO, "ReleaseMode", &saReleaseModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb04a, AUTO, "SequenceNumber", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb04b, AUTO, "AntiBlur", &saAntiBlurInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb04e, AUTO, "LongExposureNoiseReduction", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb04f, AUTO, "DynamicRangeOptimizer", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb050, AUTO, "HighISONoiseReduction2", &saHighISONoiseReduction2},
|
||||
{0, AC_WRITE, 0, nullptr, 0xb052, AUTO, "IntelligentAuto", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, sonyTag9405Attribs, 0x9405, AUTO, "Tag9405", &stdInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyTag9405Attribs[] = {
|
||||
{0, AC_WRITE, 0, 0, 0x005d, AUTO, "LensFormat", &stdInterpreter}, // 9405b start here
|
||||
{0, AC_WRITE, 0, 0, 0x005e, AUTO, "LensMount", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0060, SHORT, "LensType2", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0062, SHORT, "LensType", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0603, AUTO, "LensFormat", &stdInterpreter}, // 9405a start here
|
||||
{0, AC_WRITE, 0, 0, 0x0604, AUTO, "LensMount", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0605, SHORT, "LensType2", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 0x0608, SHORT, "LensType", &stdInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 0x005d, AUTO, "LensFormat", &stdInterpreter}, // 9405b start here
|
||||
{0, AC_WRITE, 0, nullptr, 0x005e, AUTO, "LensMount", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0060, SHORT, "LensType2", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0062, SHORT, "LensType", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0603, AUTO, "LensFormat", &stdInterpreter}, // 9405a start here
|
||||
{0, AC_WRITE, 0, nullptr, 0x0604, AUTO, "LensMount", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0605, SHORT, "LensType2", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 0x0608, SHORT, "LensType", &stdInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyCameraInfoAttribs[] = {
|
||||
{0, AC_WRITE, 0, 0, 14, SHORT, "FocalLength", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 16, SHORT, "FocalLengthTeleZoom", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 25, AUTO, "FocusStatus", &saCameraInfoFocusStatusInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 28, AUTO, "AFPointSelected", &saCameraInfoAFPointSelected},
|
||||
{0, AC_WRITE, 0, 0, 29, AUTO, "FocusMode", &saFocusMode2},
|
||||
{0, AC_WRITE, 0, 0, 32, AUTO, "AFPoint", &saCameraInfoAFPoint},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 14, SHORT, "FocalLength", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 16, SHORT, "FocalLengthTeleZoom", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 25, AUTO, "FocusStatus", &saCameraInfoFocusStatusInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 28, AUTO, "AFPointSelected", &saCameraInfoAFPointSelected},
|
||||
{0, AC_WRITE, 0, nullptr, 29, AUTO, "FocusMode", &saFocusMode2},
|
||||
{0, AC_WRITE, 0, nullptr, 32, AUTO, "AFPoint", &saCameraInfoAFPoint},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyCameraInfo2Attribs[] = {
|
||||
{0, AC_WRITE, 0, 0, 304, AUTO, "AFMicroAdjValue", &saAFMicroAdjValueInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 305, AUTO, "AFMicroAdjMode", &saAFMicroAdjModeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 305, AUTO, "AFMicroAdjRegisteredLenses", &saAFMicroAdjRegisteredLensesInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 304, AUTO, "AFMicroAdjValue", &saAFMicroAdjValueInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 305, AUTO, "AFMicroAdjMode", &saAFMicroAdjModeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 305, AUTO, "AFMicroAdjRegisteredLenses", &saAFMicroAdjRegisteredLensesInterpreter},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyCameraSettingsAttribs[] = {
|
||||
{0, AC_WRITE, 0, 0, 0, AUTO, "ExposureTime", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 1, AUTO, "FNumber", &saFNumberInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 4, AUTO, "DriveMode", &saDriveMode},
|
||||
{0, AC_WRITE, 0, 0, 6, AUTO, "WhiteBalanceFineTune", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 16, AUTO, "FocusModeSetting", &saFocusMode},
|
||||
{0, AC_WRITE, 0, 0, 17, AUTO, "AFAreaMode", &saAFAreaMode},
|
||||
{0, AC_WRITE, 0, 0, 18, AUTO, "AFPointSelected", &saAFPointSelected},
|
||||
{0, AC_WRITE, 0, 0, 21, AUTO, "MeteringMode", &saMeteringMode1_4},
|
||||
{0, AC_WRITE, 0, 0, 22, AUTO, "ISOSetting", &saISOSettingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 24, AUTO, "DynamicRangeOptimizerMode", &saDynamicRangeOptimizerMode},
|
||||
{0, AC_WRITE, 0, 0, 25, AUTO, "DynamicRangeOptimizerLevel", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 26, AUTO, "CreativeStyle", &saCreativeStyle},
|
||||
{0, AC_WRITE, 0, 0, 28, AUTO, "Sharpness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 29, AUTO, "Contrast", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 30, AUTO, "Saturation", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 31, AUTO, "ZoneMatchingValue", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 34, AUTO, "Brightness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 35, AUTO, "FlashMode", &saFlashMode},
|
||||
{0, AC_WRITE, 0, 0, 40, AUTO, "PrioritySetupShutterRelease", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 41, AUTO, "AFIlluminator", &saAFIlluminator},
|
||||
{0, AC_WRITE, 0, 0, 42, AUTO, "AFWithShutter", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 43, AUTO, "LongExposureNoiseReduction", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 44, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction3},
|
||||
{0, AC_WRITE, 0, 0, 45, AUTO, "ImageStyle", &saImageStyleInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 60, AUTO, "ExposureProgram", &saExposureProgram},
|
||||
{0, AC_WRITE, 0, 0, 61, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 63, AUTO, "Rotation", &saRotation},
|
||||
{0, AC_WRITE, 0, 0, 77, AUTO, "FocusMode", &saFocusMode},
|
||||
{0, AC_WRITE, 0, 0, 83, AUTO, "FocusStatus", &saFocusStatusInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 84, AUTO, "SonyImageSize", &saSonyImageSize},
|
||||
{0, AC_WRITE, 0, 0, 85, AUTO, "AspectRatio", &saAspectRatio},
|
||||
{0, AC_WRITE, 0, 0, 86, AUTO, "Quality", &saQualityInterpreter2},
|
||||
{0, AC_WRITE, 0, 0, 88, AUTO, "ExposureLevelIncrements", &saExposureLevelIncrements},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 0, AUTO, "ExposureTime", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 1, AUTO, "FNumber", &saFNumberInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 4, AUTO, "DriveMode", &saDriveMode},
|
||||
{0, AC_WRITE, 0, nullptr, 6, AUTO, "WhiteBalanceFineTune", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 16, AUTO, "FocusModeSetting", &saFocusMode},
|
||||
{0, AC_WRITE, 0, nullptr, 17, AUTO, "AFAreaMode", &saAFAreaMode},
|
||||
{0, AC_WRITE, 0, nullptr, 18, AUTO, "AFPointSelected", &saAFPointSelected},
|
||||
{0, AC_WRITE, 0, nullptr, 21, AUTO, "MeteringMode", &saMeteringMode1_4},
|
||||
{0, AC_WRITE, 0, nullptr, 22, AUTO, "ISOSetting", &saISOSettingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 24, AUTO, "DynamicRangeOptimizerMode", &saDynamicRangeOptimizerMode},
|
||||
{0, AC_WRITE, 0, nullptr, 25, AUTO, "DynamicRangeOptimizerLevel", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 26, AUTO, "CreativeStyle", &saCreativeStyle},
|
||||
{0, AC_WRITE, 0, nullptr, 28, AUTO, "Sharpness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 29, AUTO, "Contrast", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 30, AUTO, "Saturation", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 31, AUTO, "ZoneMatchingValue", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 34, AUTO, "Brightness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 35, AUTO, "FlashMode", &saFlashMode},
|
||||
{0, AC_WRITE, 0, nullptr, 40, AUTO, "PrioritySetupShutterRelease", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 41, AUTO, "AFIlluminator", &saAFIlluminator},
|
||||
{0, AC_WRITE, 0, nullptr, 42, AUTO, "AFWithShutter", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 43, AUTO, "LongExposureNoiseReduction", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 44, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction3},
|
||||
{0, AC_WRITE, 0, nullptr, 45, AUTO, "ImageStyle", &saImageStyleInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 60, AUTO, "ExposureProgram", &saExposureProgram},
|
||||
{0, AC_WRITE, 0, nullptr, 61, AUTO, "ImageStabilization", &saOnOffInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 63, AUTO, "Rotation", &saRotation},
|
||||
{0, AC_WRITE, 0, nullptr, 77, AUTO, "FocusMode", &saFocusMode},
|
||||
{0, AC_WRITE, 0, nullptr, 83, AUTO, "FocusStatus", &saFocusStatusInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 84, AUTO, "SonyImageSize", &saSonyImageSize},
|
||||
{0, AC_WRITE, 0, nullptr, 85, AUTO, "AspectRatio", &saAspectRatio},
|
||||
{0, AC_WRITE, 0, nullptr, 86, AUTO, "Quality", &saQualityInterpreter2},
|
||||
{0, AC_WRITE, 0, nullptr, 88, AUTO, "ExposureLevelIncrements", &saExposureLevelIncrements},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyCameraSettingsAttribs2[] = {
|
||||
{0, AC_WRITE, 0, 0, 0, AUTO, "ExposureTime", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 1, AUTO, "FNumber", &saFNumberInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 11, AUTO, "ColorTemperatureSetting", &saColorTemperatureSettingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 15, AUTO, "FocusMode", &saFocusMode2},
|
||||
{0, AC_WRITE, 0, 0, 16, AUTO, "AFAreaMode", &saAFAreaMode},
|
||||
{0, AC_WRITE, 0, 0, 17, AUTO, "AFPointSelected", &saAFPointSelected2},
|
||||
{0, AC_WRITE, 0, 0, 19, AUTO, "MeteringMode", &saMeteringMode1_4},
|
||||
{0, AC_WRITE, 0, 0, 20, AUTO, "ISOSetting", &saISOSettingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 22, AUTO, "DynamicRangeOptimizerMode", &saDynamicRangeOptimizerMode},
|
||||
{0, AC_WRITE, 0, 0, 23, AUTO, "DynamicRangeOptimizerLevel", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 24, AUTO, "CreativeStyle", &saCreativeStyle2},
|
||||
{0, AC_WRITE, 0, 0, 25, AUTO, "Sharpness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 26, AUTO, "Contrast", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 27, AUTO, "Saturation", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 35, AUTO, "FlashMode", &saFlashMode},
|
||||
{0, AC_WRITE, 0, 0, 38, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction4},
|
||||
{0, AC_WRITE, 0, 0, 60, AUTO, "ExposureProgram", &saExposureProgram},
|
||||
{0, AC_WRITE, 0, 0, 63, AUTO, "Rotation", &saRotation},
|
||||
{0, AC_WRITE, 0, 0, 83, AUTO, "FocusStatus", &saFocusStatusInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 84, AUTO, "SonyImageSize", &saSonyImageSize},
|
||||
{0, AC_WRITE, 0, 0, 85, AUTO, "AspectRatio", &saAspectRatio},
|
||||
{0, AC_WRITE, 0, 0, 86, AUTO, "Quality", &saQualityInterpreter2},
|
||||
{0, AC_WRITE, 0, 0, 88, AUTO, "ExposureLevelIncrements", &saExposureLevelIncrements},
|
||||
{0, AC_WRITE, 0, 0, 126, AUTO, "DriveMode", &saDriveMode2},
|
||||
{0, AC_WRITE, 0, 0, 131, AUTO, "ColorSpace", &saColorSpace5_6},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 0, AUTO, "ExposureTime", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 1, AUTO, "FNumber", &saFNumberInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 11, AUTO, "ColorTemperatureSetting", &saColorTemperatureSettingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 15, AUTO, "FocusMode", &saFocusMode2},
|
||||
{0, AC_WRITE, 0, nullptr, 16, AUTO, "AFAreaMode", &saAFAreaMode},
|
||||
{0, AC_WRITE, 0, nullptr, 17, AUTO, "AFPointSelected", &saAFPointSelected2},
|
||||
{0, AC_WRITE, 0, nullptr, 19, AUTO, "MeteringMode", &saMeteringMode1_4},
|
||||
{0, AC_WRITE, 0, nullptr, 20, AUTO, "ISOSetting", &saISOSettingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 22, AUTO, "DynamicRangeOptimizerMode", &saDynamicRangeOptimizerMode},
|
||||
{0, AC_WRITE, 0, nullptr, 23, AUTO, "DynamicRangeOptimizerLevel", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 24, AUTO, "CreativeStyle", &saCreativeStyle2},
|
||||
{0, AC_WRITE, 0, nullptr, 25, AUTO, "Sharpness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 26, AUTO, "Contrast", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 27, AUTO, "Saturation", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 35, AUTO, "FlashMode", &saFlashMode},
|
||||
{0, AC_WRITE, 0, nullptr, 38, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction4},
|
||||
{0, AC_WRITE, 0, nullptr, 60, AUTO, "ExposureProgram", &saExposureProgram},
|
||||
{0, AC_WRITE, 0, nullptr, 63, AUTO, "Rotation", &saRotation},
|
||||
{0, AC_WRITE, 0, nullptr, 83, AUTO, "FocusStatus", &saFocusStatusInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 84, AUTO, "SonyImageSize", &saSonyImageSize},
|
||||
{0, AC_WRITE, 0, nullptr, 85, AUTO, "AspectRatio", &saAspectRatio},
|
||||
{0, AC_WRITE, 0, nullptr, 86, AUTO, "Quality", &saQualityInterpreter2},
|
||||
{0, AC_WRITE, 0, nullptr, 88, AUTO, "ExposureLevelIncrements", &saExposureLevelIncrements},
|
||||
{0, AC_WRITE, 0, nullptr, 126, AUTO, "DriveMode", &saDriveMode2},
|
||||
{0, AC_WRITE, 0, nullptr, 131, AUTO, "ColorSpace", &saColorSpace5_6},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
const TagAttrib sonyCameraSettingsAttribs3[] = {
|
||||
{0, AC_WRITE, 0, 0, 0, AUTO, "ShutterSpeedSetting", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 1, AUTO, "ApertureSetting", &saFNumberInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 2, AUTO, "ISOSetting", &saISOSettingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 3, AUTO, "ExposureCompensationSet", &saExposureCompSetInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 3, AUTO, "DriveModeSetting", &saDriveMode3},
|
||||
{0, AC_WRITE, 0, 0, 5, AUTO, "ExposureProgram", &saExposureProgram2},
|
||||
{0, AC_WRITE, 0, 0, 6, AUTO, "FocusModeSetting", &saFocusModeSetting3},
|
||||
{0, AC_WRITE, 0, 0, 7, AUTO, "MeteringMode", &saMeteringMode1_3},
|
||||
{0, AC_WRITE, 0, 0, 9, AUTO, "SonyImageSize", &saSonyImageSize3},
|
||||
{0, AC_WRITE, 0, 0, 10, AUTO, "AspectRatio", &saAspectRatio2},
|
||||
{0, AC_WRITE, 0, 0, 11, AUTO, "Quality", &saQualityInterpreter3},
|
||||
{0, AC_WRITE, 0, 0, 12, AUTO, "DynamicRangeOptimizerSetting", &saDynamicRangeOptimizerSetting},
|
||||
{0, AC_WRITE, 0, 0, 14, AUTO, "ColorSpace", &saColorSpace1_2},
|
||||
{0, AC_WRITE, 0, 0, 15, AUTO, "CreativeStyleSetting", &saCreativeStyleSetting},
|
||||
{0, AC_WRITE, 0, 0, 16, AUTO, "Contrast", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 17, AUTO, "Saturation", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 18, AUTO, "Sharpness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 22, AUTO, "WhiteBalance", &saWhiteBalanceSettingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 23, AUTO, "ColorTemperatureSetting", &saColorTemperatureSettingInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 23, AUTO, "ColorCompensationFilterSet", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 32, AUTO, "FlashMode", &saFlashMode2},
|
||||
{0, AC_WRITE, 0, 0, 33, AUTO, "FlashControl", &saFlashControl},
|
||||
{0, AC_WRITE, 0, 0, 35, AUTO, "FlashExposureCompSet", &saExposureCompSetInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 36, AUTO, "AFAreaMode", &saAFAreaMode2},
|
||||
{0, AC_WRITE, 0, 0, 37, AUTO, "LongExposureNoiseReduction", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, 0, 38, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction5},
|
||||
{0, AC_WRITE, 0, 0, 39, AUTO, "SmileShutterMode", &saSmileShutterMode},
|
||||
{0, AC_WRITE, 0, 0, 40, AUTO, "RedEyeReduction", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, 0, 45, AUTO, "HDRSetting", &saOnOffInterpreter3},
|
||||
{0, AC_WRITE, 0, 0, 46, AUTO, "HDRLevel", &saHDRLevel},
|
||||
{0, AC_WRITE, 0, 0, 47, AUTO, "ViewingMode", &saViewingMode},
|
||||
{0, AC_WRITE, 0, 0, 48, AUTO, "FaceDetection", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, 0, 49, AUTO, "SmileShutter", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, 0, 50, AUTO, "SweepPanoramaSize", &saSweepPanoramaSize},
|
||||
{0, AC_WRITE, 0, 0, 51, AUTO, "SweepPanoramaDirection", &saSweepPanoramaDirection},
|
||||
{0, AC_WRITE, 0, 0, 52, AUTO, "DriveMode", &saDriveMode3},
|
||||
{0, AC_WRITE, 0, 0, 53, AUTO, "MultiFrameNoiseReduction", &saOnOffInterpreter4},
|
||||
{0, AC_WRITE, 0, 0, 54, AUTO, "LiveViewAFSetting", &saLiveViewAFSetting},
|
||||
{0, AC_WRITE, 0, 0, 56, AUTO, "PanoramaSize3D", &saPanoramaSize3D},
|
||||
{0, AC_WRITE, 0, 0, 131, AUTO, "AFButtonPressed", &saNoYesInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 132, AUTO, "LiveViewMetering", &saLiveViewMetering},
|
||||
{0, AC_WRITE, 0, 0, 133, AUTO, "ViewingMode2", &saViewingMode},
|
||||
{0, AC_WRITE, 0, 0, 134, AUTO, "AELock", &saOnOffInterpreter5},
|
||||
{0, AC_WRITE, 0, 0, 135, AUTO, "FlashAction", &saFlashAction},
|
||||
{0, AC_WRITE, 0, 0, 139, AUTO, "LiveViewFocusMode", &saLiveViewFocusMode},
|
||||
{0, AC_WRITE, 0, 0, 153, AUTO, "LensMount", &saLensMount},
|
||||
{0, AC_WRITE, 0, 0, 643, AUTO, "AFButtonPressed", &saNoYesInterpreter},
|
||||
{0, AC_WRITE, 0, 0, 644, AUTO, "LiveViewMetering", &saLiveViewMetering},
|
||||
{0, AC_WRITE, 0, 0, 645, AUTO, "ViewingMode2", &saViewingMode},
|
||||
{0, AC_WRITE, 0, 0, 646, AUTO, "AELock", &saOnOffInterpreter5},
|
||||
{0, AC_WRITE, 0, 0, 647, AUTO, "FlashAction", &saFlashAction},
|
||||
{0, AC_WRITE, 0, 0, 651, AUTO, "LiveViewFocusMode", &saLiveViewFocusMode},
|
||||
{0, AC_WRITE, 0, 0, 1015, SHORT, "LensType2", &saLensID2Interpreter},
|
||||
{ -1, AC_DONTWRITE, 0, 0, 0, AUTO, "", NULL}
|
||||
{0, AC_WRITE, 0, nullptr, 0, AUTO, "ShutterSpeedSetting", &saExposureTimeInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 1, AUTO, "ApertureSetting", &saFNumberInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 2, AUTO, "ISOSetting", &saISOSettingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 3, AUTO, "ExposureCompensationSet", &saExposureCompSetInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 3, AUTO, "DriveModeSetting", &saDriveMode3},
|
||||
{0, AC_WRITE, 0, nullptr, 5, AUTO, "ExposureProgram", &saExposureProgram2},
|
||||
{0, AC_WRITE, 0, nullptr, 6, AUTO, "FocusModeSetting", &saFocusModeSetting3},
|
||||
{0, AC_WRITE, 0, nullptr, 7, AUTO, "MeteringMode", &saMeteringMode1_3},
|
||||
{0, AC_WRITE, 0, nullptr, 9, AUTO, "SonyImageSize", &saSonyImageSize3},
|
||||
{0, AC_WRITE, 0, nullptr, 10, AUTO, "AspectRatio", &saAspectRatio2},
|
||||
{0, AC_WRITE, 0, nullptr, 11, AUTO, "Quality", &saQualityInterpreter3},
|
||||
{0, AC_WRITE, 0, nullptr, 12, AUTO, "DynamicRangeOptimizerSetting", &saDynamicRangeOptimizerSetting},
|
||||
{0, AC_WRITE, 0, nullptr, 14, AUTO, "ColorSpace", &saColorSpace1_2},
|
||||
{0, AC_WRITE, 0, nullptr, 15, AUTO, "CreativeStyleSetting", &saCreativeStyleSetting},
|
||||
{0, AC_WRITE, 0, nullptr, 16, AUTO, "Contrast", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 17, AUTO, "Saturation", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 18, AUTO, "Sharpness", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 22, AUTO, "WhiteBalance", &saWhiteBalanceSettingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 23, AUTO, "ColorTemperatureSetting", &saColorTemperatureSettingInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 23, AUTO, "ColorCompensationFilterSet", &stdInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 32, AUTO, "FlashMode", &saFlashMode2},
|
||||
{0, AC_WRITE, 0, nullptr, 33, AUTO, "FlashControl", &saFlashControl},
|
||||
{0, AC_WRITE, 0, nullptr, 35, AUTO, "FlashExposureCompSet", &saExposureCompSetInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 36, AUTO, "AFAreaMode", &saAFAreaMode2},
|
||||
{0, AC_WRITE, 0, nullptr, 37, AUTO, "LongExposureNoiseReduction", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, nullptr, 38, AUTO, "HighISONoiseReduction", &saHighISONoiseReduction5},
|
||||
{0, AC_WRITE, 0, nullptr, 39, AUTO, "SmileShutterMode", &saSmileShutterMode},
|
||||
{0, AC_WRITE, 0, nullptr, 40, AUTO, "RedEyeReduction", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, nullptr, 45, AUTO, "HDRSetting", &saOnOffInterpreter3},
|
||||
{0, AC_WRITE, 0, nullptr, 46, AUTO, "HDRLevel", &saHDRLevel},
|
||||
{0, AC_WRITE, 0, nullptr, 47, AUTO, "ViewingMode", &saViewingMode},
|
||||
{0, AC_WRITE, 0, nullptr, 48, AUTO, "FaceDetection", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, nullptr, 49, AUTO, "SmileShutter", &saOnOffInterpreter2},
|
||||
{0, AC_WRITE, 0, nullptr, 50, AUTO, "SweepPanoramaSize", &saSweepPanoramaSize},
|
||||
{0, AC_WRITE, 0, nullptr, 51, AUTO, "SweepPanoramaDirection", &saSweepPanoramaDirection},
|
||||
{0, AC_WRITE, 0, nullptr, 52, AUTO, "DriveMode", &saDriveMode3},
|
||||
{0, AC_WRITE, 0, nullptr, 53, AUTO, "MultiFrameNoiseReduction", &saOnOffInterpreter4},
|
||||
{0, AC_WRITE, 0, nullptr, 54, AUTO, "LiveViewAFSetting", &saLiveViewAFSetting},
|
||||
{0, AC_WRITE, 0, nullptr, 56, AUTO, "PanoramaSize3D", &saPanoramaSize3D},
|
||||
{0, AC_WRITE, 0, nullptr, 131, AUTO, "AFButtonPressed", &saNoYesInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 132, AUTO, "LiveViewMetering", &saLiveViewMetering},
|
||||
{0, AC_WRITE, 0, nullptr, 133, AUTO, "ViewingMode2", &saViewingMode},
|
||||
{0, AC_WRITE, 0, nullptr, 134, AUTO, "AELock", &saOnOffInterpreter5},
|
||||
{0, AC_WRITE, 0, nullptr, 135, AUTO, "FlashAction", &saFlashAction},
|
||||
{0, AC_WRITE, 0, nullptr, 139, AUTO, "LiveViewFocusMode", &saLiveViewFocusMode},
|
||||
{0, AC_WRITE, 0, nullptr, 153, AUTO, "LensMount", &saLensMount},
|
||||
{0, AC_WRITE, 0, nullptr, 643, AUTO, "AFButtonPressed", &saNoYesInterpreter},
|
||||
{0, AC_WRITE, 0, nullptr, 644, AUTO, "LiveViewMetering", &saLiveViewMetering},
|
||||
{0, AC_WRITE, 0, nullptr, 645, AUTO, "ViewingMode2", &saViewingMode},
|
||||
{0, AC_WRITE, 0, nullptr, 646, AUTO, "AELock", &saOnOffInterpreter5},
|
||||
{0, AC_WRITE, 0, nullptr, 647, AUTO, "FlashAction", &saFlashAction},
|
||||
{0, AC_WRITE, 0, nullptr, 651, AUTO, "LiveViewFocusMode", &saLiveViewFocusMode},
|
||||
{0, AC_WRITE, 0, nullptr, 1015, SHORT, "LensType2", &saLensID2Interpreter},
|
||||
{ -1, AC_DONTWRITE, 0, nullptr, 0, AUTO, "", nullptr}
|
||||
};
|
||||
|
||||
/*const TagAttrib sonyDNGMakerNote[]={
|
||||
|
||||
Reference in New Issue
Block a user