841 lines
69 KiB
Java
841 lines
69 KiB
Java
package CRSDK;
|
|
|
|
@SuppressWarnings("unused")
|
|
public enum CrDevicePropertyCode {
|
|
CrDeviceProperty_Undefined (0),
|
|
|
|
CrDeviceProperty_S1 (CrDeviceProperty_Undefined.getValue()+1),
|
|
CrDeviceProperty_AEL (CrDeviceProperty_Undefined.getValue()+2),
|
|
CrDeviceProperty_FEL (CrDeviceProperty_Undefined.getValue()+3),
|
|
CrDeviceProperty_Reserved1 (CrDeviceProperty_Undefined.getValue()+4),
|
|
CrDeviceProperty_AWBL (CrDeviceProperty_Undefined.getValue()+5),
|
|
|
|
CrDeviceProperty_FNumber (0x0100),
|
|
CrDeviceProperty_ExposureBiasCompensation (CrDeviceProperty_FNumber.getValue()+1),
|
|
CrDeviceProperty_FlashCompensation (CrDeviceProperty_FNumber.getValue()+2),
|
|
CrDeviceProperty_ShutterSpeed (CrDeviceProperty_FNumber.getValue()+3),
|
|
CrDeviceProperty_IsoSensitivity (CrDeviceProperty_FNumber.getValue()+4),
|
|
CrDeviceProperty_ExposureProgramMode (CrDeviceProperty_FNumber.getValue()+5),
|
|
CrDeviceProperty_FileType (CrDeviceProperty_FNumber.getValue()+6),
|
|
CrDeviceProperty_StillImageQuality (CrDeviceProperty_FNumber.getValue()+7),
|
|
CrDeviceProperty_WhiteBalance (CrDeviceProperty_FNumber.getValue()+8),
|
|
CrDeviceProperty_FocusMode (CrDeviceProperty_FNumber.getValue()+9),
|
|
CrDeviceProperty_MeteringMode (CrDeviceProperty_FNumber.getValue()+10),
|
|
CrDeviceProperty_FlashMode (CrDeviceProperty_FNumber.getValue()+11),
|
|
CrDeviceProperty_WirelessFlash (CrDeviceProperty_FNumber.getValue()+12),
|
|
CrDeviceProperty_RedEyeReduction (CrDeviceProperty_FNumber.getValue()+13),
|
|
CrDeviceProperty_DriveMode (CrDeviceProperty_FNumber.getValue()+14),
|
|
CrDeviceProperty_DRO (CrDeviceProperty_FNumber.getValue()+15),
|
|
CrDeviceProperty_ImageSize (CrDeviceProperty_FNumber.getValue()+16),
|
|
CrDeviceProperty_AspectRatio (CrDeviceProperty_FNumber.getValue()+17),
|
|
CrDeviceProperty_PictureEffect (CrDeviceProperty_FNumber.getValue()+18),
|
|
CrDeviceProperty_FocusArea (CrDeviceProperty_FNumber.getValue()+19),
|
|
CrDeviceProperty_reserved4 (CrDeviceProperty_FNumber.getValue()+20),
|
|
CrDeviceProperty_Colortemp (CrDeviceProperty_FNumber.getValue()+21),
|
|
CrDeviceProperty_ColorTuningAB (CrDeviceProperty_FNumber.getValue()+22),
|
|
CrDeviceProperty_ColorTuningGM (CrDeviceProperty_FNumber.getValue()+23),
|
|
|
|
CrDeviceProperty_LiveViewDisplayEffect (CrDeviceProperty_FNumber.getValue()+24),
|
|
CrDeviceProperty_StillImageStoreDestination (CrDeviceProperty_FNumber.getValue()+25),
|
|
CrDeviceProperty_PriorityKeySettings (CrDeviceProperty_FNumber.getValue()+26),
|
|
CrDeviceProperty_AFTrackingSensitivity (CrDeviceProperty_FNumber.getValue()+27),
|
|
CrDeviceProperty_reserved6 (CrDeviceProperty_FNumber.getValue()+28),
|
|
CrDeviceProperty_Focus_Magnifier_Setting (CrDeviceProperty_FNumber.getValue()+29),
|
|
CrDeviceProperty_DateTime_Settings (CrDeviceProperty_FNumber.getValue()+30),
|
|
CrDeviceProperty_NearFar (CrDeviceProperty_FNumber.getValue()+31),
|
|
CrDeviceProperty_reserved7 (CrDeviceProperty_FNumber.getValue()+32),
|
|
CrDeviceProperty_AF_Area_Position (CrDeviceProperty_FNumber.getValue()+33),
|
|
CrDeviceProperty_reserved8 (CrDeviceProperty_FNumber.getValue()+34),
|
|
CrDeviceProperty_reserved9 (CrDeviceProperty_FNumber.getValue()+35),
|
|
|
|
CrDeviceProperty_Zoom_Scale (CrDeviceProperty_FNumber.getValue()+36),
|
|
CrDeviceProperty_Zoom_Setting (CrDeviceProperty_FNumber.getValue()+37),
|
|
CrDeviceProperty_Zoom_Operation (CrDeviceProperty_FNumber.getValue()+38),
|
|
CrDeviceProperty_Movie_File_Format (CrDeviceProperty_FNumber.getValue()+39),
|
|
CrDeviceProperty_Movie_Recording_Setting (CrDeviceProperty_FNumber.getValue()+40),
|
|
CrDeviceProperty_Movie_Recording_FrameRateSetting (CrDeviceProperty_FNumber.getValue()+41),
|
|
CrDeviceProperty_CompressionFileFormatStill (CrDeviceProperty_FNumber.getValue()+42),
|
|
CrDeviceProperty_MediaSLOT1_FileType (CrDeviceProperty_FNumber.getValue()+43),
|
|
CrDeviceProperty_MediaSLOT2_FileType (CrDeviceProperty_FNumber.getValue()+44),
|
|
CrDeviceProperty_MediaSLOT1_ImageQuality (CrDeviceProperty_FNumber.getValue()+45),
|
|
CrDeviceProperty_MediaSLOT2_ImageQuality (CrDeviceProperty_FNumber.getValue()+46),
|
|
CrDeviceProperty_MediaSLOT1_ImageSize (CrDeviceProperty_FNumber.getValue()+47),
|
|
CrDeviceProperty_MediaSLOT2_ImageSize (CrDeviceProperty_FNumber.getValue()+48),
|
|
CrDeviceProperty_RAW_FileCompressionType (CrDeviceProperty_FNumber.getValue()+49),
|
|
CrDeviceProperty_MediaSLOT1_RAW_FileCompressionType (CrDeviceProperty_FNumber.getValue()+50),
|
|
CrDeviceProperty_MediaSLOT2_RAW_FileCompressionType (CrDeviceProperty_FNumber.getValue()+51),
|
|
CrDeviceProperty_ZoomAndFocusPosition_Save (CrDeviceProperty_FNumber.getValue()+52),
|
|
CrDeviceProperty_ZoomAndFocusPosition_Load (CrDeviceProperty_FNumber.getValue()+53),
|
|
|
|
CrDeviceProperty_IrisModeSetting (CrDeviceProperty_FNumber.getValue()+54),
|
|
CrDeviceProperty_ShutterModeSetting (CrDeviceProperty_FNumber.getValue()+55),
|
|
CrDeviceProperty_GainControlSetting (CrDeviceProperty_FNumber.getValue()+56),
|
|
CrDeviceProperty_GainBaseIsoSensitivity (CrDeviceProperty_FNumber.getValue()+57),
|
|
CrDeviceProperty_GainBaseSensitivity (CrDeviceProperty_FNumber.getValue()+58),
|
|
CrDeviceProperty_ExposureIndex (CrDeviceProperty_FNumber.getValue()+59),
|
|
CrDeviceProperty_BaseLookValue (CrDeviceProperty_FNumber.getValue()+60),
|
|
CrDeviceProperty_PlaybackMedia (CrDeviceProperty_FNumber.getValue()+61),
|
|
CrDeviceProperty_DispModeSetting (CrDeviceProperty_FNumber.getValue()+62),
|
|
CrDeviceProperty_DispMode ( CrDeviceProperty_FNumber.getValue()+63),
|
|
CrDeviceProperty_TouchOperation ( CrDeviceProperty_FNumber.getValue()+64),
|
|
CrDeviceProperty_SelectFinder ( CrDeviceProperty_FNumber.getValue()+65),
|
|
CrDeviceProperty_AutoPowerOffTemperature ( CrDeviceProperty_FNumber.getValue()+66),
|
|
CrDeviceProperty_BodyKeyLock ( CrDeviceProperty_FNumber.getValue()+67),
|
|
CrDeviceProperty_ImageID_Num_Setting ( CrDeviceProperty_FNumber.getValue()+68),
|
|
CrDeviceProperty_ImageID_Num ( CrDeviceProperty_FNumber.getValue()+69),
|
|
CrDeviceProperty_ImageID_String ( CrDeviceProperty_FNumber.getValue()+70),
|
|
CrDeviceProperty_ExposureCtrlType ( CrDeviceProperty_FNumber.getValue()+71),
|
|
CrDeviceProperty_MonitorLUTSetting ( CrDeviceProperty_FNumber.getValue()+72),
|
|
CrDeviceProperty_FocalDistanceInMeter ( CrDeviceProperty_FNumber.getValue()+73),
|
|
CrDeviceProperty_FocalDistanceInFeet ( CrDeviceProperty_FNumber.getValue()+74),
|
|
CrDeviceProperty_FocalDistanceUnitSetting ( CrDeviceProperty_FNumber.getValue()+75),
|
|
CrDeviceProperty_DigitalZoomScale ( CrDeviceProperty_FNumber.getValue()+76),
|
|
CrDeviceProperty_ZoomDistance ( CrDeviceProperty_FNumber.getValue()+77),
|
|
CrDeviceProperty_ZoomDistanceUnitSetting ( CrDeviceProperty_FNumber.getValue()+78),
|
|
CrDeviceProperty_ShutterModeStatus ( CrDeviceProperty_FNumber.getValue()+79),
|
|
CrDeviceProperty_ShutterSlow ( CrDeviceProperty_FNumber.getValue()+80),
|
|
CrDeviceProperty_ShutterSlowFrames ( CrDeviceProperty_FNumber.getValue()+81),
|
|
CrDeviceProperty_Movie_Recording_ResolutionForMain ( CrDeviceProperty_FNumber.getValue()+82),
|
|
CrDeviceProperty_Movie_Recording_ResolutionForProxy ( CrDeviceProperty_FNumber.getValue()+83),
|
|
CrDeviceProperty_Movie_Recording_FrameRateProxySetting ( CrDeviceProperty_FNumber.getValue()+84),
|
|
CrDeviceProperty_BatteryRemainDisplayUnit ( CrDeviceProperty_FNumber.getValue()+85),
|
|
CrDeviceProperty_PowerSource ( CrDeviceProperty_FNumber.getValue()+86),
|
|
CrDeviceProperty_MovieShootingMode ( CrDeviceProperty_FNumber.getValue()+87),
|
|
CrDeviceProperty_MovieShootingModeColorGamut ( CrDeviceProperty_FNumber.getValue()+88),
|
|
CrDeviceProperty_MovieShootingModeTargetDisplay ( CrDeviceProperty_FNumber.getValue()+89),
|
|
CrDeviceProperty_DepthOfFieldAdjustmentMode ( CrDeviceProperty_FNumber.getValue()+90),
|
|
CrDeviceProperty_ColortempStep ( CrDeviceProperty_FNumber.getValue()+91),
|
|
CrDeviceProperty_WhiteBalanceModeSetting ( CrDeviceProperty_FNumber.getValue()+92),
|
|
CrDeviceProperty_WhiteBalanceTint ( CrDeviceProperty_FNumber.getValue()+93),
|
|
CrDeviceProperty_WhiteBalanceTintStep ( CrDeviceProperty_FNumber.getValue()+94),
|
|
CrDeviceProperty_Focus_Operation ( CrDeviceProperty_FNumber.getValue()+95),
|
|
CrDeviceProperty_ShutterECSSetting ( CrDeviceProperty_FNumber.getValue()+96),
|
|
CrDeviceProperty_ShutterECSNumber ( CrDeviceProperty_FNumber.getValue()+97),
|
|
CrDeviceProperty_ShutterECSNumberStep ( CrDeviceProperty_FNumber.getValue()+98),
|
|
CrDeviceProperty_ShutterECSFrequency ( CrDeviceProperty_FNumber.getValue()+99),
|
|
CrDeviceProperty_RecorderControlProxySetting ( CrDeviceProperty_FNumber.getValue()+100),
|
|
CrDeviceProperty_ButtonAssignmentAssignable1 ( CrDeviceProperty_FNumber.getValue()+101),
|
|
CrDeviceProperty_ButtonAssignmentAssignable2 ( CrDeviceProperty_FNumber.getValue()+102),
|
|
CrDeviceProperty_ButtonAssignmentAssignable3 ( CrDeviceProperty_FNumber.getValue()+103),
|
|
CrDeviceProperty_ButtonAssignmentAssignable4 ( CrDeviceProperty_FNumber.getValue()+104),
|
|
CrDeviceProperty_ButtonAssignmentAssignable5 ( CrDeviceProperty_FNumber.getValue()+105),
|
|
CrDeviceProperty_ButtonAssignmentAssignable6 ( CrDeviceProperty_FNumber.getValue()+106),
|
|
CrDeviceProperty_ButtonAssignmentAssignable7 ( CrDeviceProperty_FNumber.getValue()+107),
|
|
CrDeviceProperty_ButtonAssignmentAssignable8 ( CrDeviceProperty_FNumber.getValue()+108),
|
|
CrDeviceProperty_ButtonAssignmentAssignable9 ( CrDeviceProperty_FNumber.getValue()+109),
|
|
CrDeviceProperty_ButtonAssignmentLensAssignable1 ( CrDeviceProperty_FNumber.getValue()+110),
|
|
CrDeviceProperty_AssignableButton1 ( CrDeviceProperty_FNumber.getValue()+111),
|
|
CrDeviceProperty_AssignableButton2 ( CrDeviceProperty_FNumber.getValue()+112),
|
|
CrDeviceProperty_AssignableButton3 ( CrDeviceProperty_FNumber.getValue()+113),
|
|
CrDeviceProperty_AssignableButton4 ( CrDeviceProperty_FNumber.getValue()+114),
|
|
CrDeviceProperty_AssignableButton5 ( CrDeviceProperty_FNumber.getValue()+115),
|
|
CrDeviceProperty_AssignableButton6 ( CrDeviceProperty_FNumber.getValue()+116),
|
|
CrDeviceProperty_AssignableButton7 ( CrDeviceProperty_FNumber.getValue()+117),
|
|
CrDeviceProperty_AssignableButton8 ( CrDeviceProperty_FNumber.getValue()+118),
|
|
CrDeviceProperty_AssignableButton9 ( CrDeviceProperty_FNumber.getValue()+119),
|
|
CrDeviceProperty_LensAssignableButton1 ( CrDeviceProperty_FNumber.getValue()+120),
|
|
CrDeviceProperty_FocusModeSetting ( CrDeviceProperty_FNumber.getValue()+121),
|
|
CrDeviceProperty_ShutterAngle ( CrDeviceProperty_FNumber.getValue()+122),
|
|
CrDeviceProperty_ShutterSetting ( CrDeviceProperty_FNumber.getValue()+123),
|
|
CrDeviceProperty_ShutterMode ( CrDeviceProperty_FNumber.getValue()+124),
|
|
CrDeviceProperty_ShutterSpeedValue ( CrDeviceProperty_FNumber.getValue()+125),
|
|
CrDeviceProperty_NDFilter ( CrDeviceProperty_FNumber.getValue()+126),
|
|
CrDeviceProperty_NDFilterModeSetting ( CrDeviceProperty_FNumber.getValue()+127),
|
|
CrDeviceProperty_NDFilterValue ( CrDeviceProperty_FNumber.getValue()+128),
|
|
CrDeviceProperty_GainUnitSetting ( CrDeviceProperty_FNumber.getValue()+129),
|
|
CrDeviceProperty_GaindBValue ( CrDeviceProperty_FNumber.getValue()+130),
|
|
CrDeviceProperty_AWB ( CrDeviceProperty_FNumber.getValue()+131),
|
|
CrDeviceProperty_SceneFileIndex ( CrDeviceProperty_FNumber.getValue()+132),
|
|
CrDeviceProperty_MoviePlayButton ( CrDeviceProperty_FNumber.getValue()+133),
|
|
CrDeviceProperty_MoviePlayPauseButton ( CrDeviceProperty_FNumber.getValue()+134),
|
|
CrDeviceProperty_MoviePlayStopButton ( CrDeviceProperty_FNumber.getValue()+135),
|
|
CrDeviceProperty_MovieForwardButton ( CrDeviceProperty_FNumber.getValue()+136),
|
|
CrDeviceProperty_MovieRewindButton ( CrDeviceProperty_FNumber.getValue()+137),
|
|
CrDeviceProperty_MovieNextButton ( CrDeviceProperty_FNumber.getValue()+138),
|
|
CrDeviceProperty_MoviePrevButton ( CrDeviceProperty_FNumber.getValue()+139),
|
|
CrDeviceProperty_MovieRecReviewButton ( CrDeviceProperty_FNumber.getValue()+140),
|
|
CrDeviceProperty_SubjectRecognitionAF ( CrDeviceProperty_FNumber.getValue()+141),
|
|
CrDeviceProperty_AFTransitionSpeed ( CrDeviceProperty_FNumber.getValue()+142),
|
|
CrDeviceProperty_AFSubjShiftSens ( CrDeviceProperty_FNumber.getValue()+143),
|
|
CrDeviceProperty_AFAssist ( CrDeviceProperty_FNumber.getValue()+144),
|
|
CrDeviceProperty_NDFilterSwitchingSetting ( CrDeviceProperty_FNumber.getValue()+145),
|
|
CrDeviceProperty_FunctionOfRemoteTouchOperation ( CrDeviceProperty_FNumber.getValue()+146),
|
|
CrDeviceProperty_RemoteTouchOperation ( CrDeviceProperty_FNumber.getValue()+147),
|
|
CrDeviceProperty_FollowFocusPositionSetting ( CrDeviceProperty_FNumber.getValue()+148),
|
|
CrDeviceProperty_FocusBracketShotNumber ( CrDeviceProperty_FNumber.getValue()+149),
|
|
CrDeviceProperty_FocusBracketFocusRange ( CrDeviceProperty_FNumber.getValue()+150),
|
|
|
|
CrDeviceProperty_ExtendedInterfaceMode ( CrDeviceProperty_FNumber.getValue()+151),
|
|
CrDeviceProperty_SQRecordingFrameRateSetting ( CrDeviceProperty_FNumber.getValue()+152),
|
|
CrDeviceProperty_SQFrameRate ( CrDeviceProperty_FNumber.getValue()+153),
|
|
CrDeviceProperty_SQRecordingSetting ( CrDeviceProperty_FNumber.getValue()+154),
|
|
CrDeviceProperty_AudioRecording ( CrDeviceProperty_FNumber.getValue()+155),
|
|
CrDeviceProperty_AudioInputMasterLevel ( CrDeviceProperty_FNumber.getValue()+156),
|
|
CrDeviceProperty_TimeCodePreset ( CrDeviceProperty_FNumber.getValue()+157),
|
|
CrDeviceProperty_TimeCodeFormat ( CrDeviceProperty_FNumber.getValue()+158),
|
|
CrDeviceProperty_TimeCodeRun ( CrDeviceProperty_FNumber.getValue()+159),
|
|
CrDeviceProperty_TimeCodeMake ( CrDeviceProperty_FNumber.getValue()+160),
|
|
CrDeviceProperty_UserBitPreset ( CrDeviceProperty_FNumber.getValue()+161),
|
|
CrDeviceProperty_UserBitTimeRec ( CrDeviceProperty_FNumber.getValue()+162),
|
|
CrDeviceProperty_ImageStabilizationSteadyShot ( CrDeviceProperty_FNumber.getValue()+163),
|
|
CrDeviceProperty_Movie_ImageStabilizationSteadyShot ( CrDeviceProperty_FNumber.getValue()+164),
|
|
CrDeviceProperty_SilentMode ( CrDeviceProperty_FNumber.getValue()+165),
|
|
CrDeviceProperty_SilentModeApertureDriveInAF ( CrDeviceProperty_FNumber.getValue()+166),
|
|
CrDeviceProperty_SilentModeShutterWhenPowerOff ( CrDeviceProperty_FNumber.getValue()+167),
|
|
CrDeviceProperty_SilentModeAutoPixelMapping ( CrDeviceProperty_FNumber.getValue()+168),
|
|
CrDeviceProperty_ShutterType ( CrDeviceProperty_FNumber.getValue()+169),
|
|
CrDeviceProperty_PictureProfile ( CrDeviceProperty_FNumber.getValue()+170),
|
|
CrDeviceProperty_PictureProfile_BlackLevel ( CrDeviceProperty_FNumber.getValue()+171),
|
|
CrDeviceProperty_PictureProfile_Gamma ( CrDeviceProperty_FNumber.getValue()+172),
|
|
CrDeviceProperty_PictureProfile_BlackGammaRange ( CrDeviceProperty_FNumber.getValue()+173),
|
|
CrDeviceProperty_PictureProfile_BlackGammaLevel ( CrDeviceProperty_FNumber.getValue()+174),
|
|
CrDeviceProperty_PictureProfile_KneeMode ( CrDeviceProperty_FNumber.getValue()+175),
|
|
CrDeviceProperty_PictureProfile_KneeAutoSet_MaxPoint ( CrDeviceProperty_FNumber.getValue()+176),
|
|
CrDeviceProperty_PictureProfile_KneeAutoSet_Sensitivity ( CrDeviceProperty_FNumber.getValue()+177),
|
|
CrDeviceProperty_PictureProfile_KneeManualSet_Point ( CrDeviceProperty_FNumber.getValue()+178),
|
|
CrDeviceProperty_PictureProfile_KneeManualSet_Slope ( CrDeviceProperty_FNumber.getValue()+179),
|
|
CrDeviceProperty_PictureProfile_ColorMode ( CrDeviceProperty_FNumber.getValue()+180),
|
|
CrDeviceProperty_PictureProfile_Saturation ( CrDeviceProperty_FNumber.getValue()+181),
|
|
CrDeviceProperty_PictureProfile_ColorPhase ( CrDeviceProperty_FNumber.getValue()+182),
|
|
CrDeviceProperty_PictureProfile_ColorDepthRed ( CrDeviceProperty_FNumber.getValue()+183),
|
|
CrDeviceProperty_PictureProfile_ColorDepthGreen ( CrDeviceProperty_FNumber.getValue()+184),
|
|
CrDeviceProperty_PictureProfile_ColorDepthBlue ( CrDeviceProperty_FNumber.getValue()+185),
|
|
CrDeviceProperty_PictureProfile_ColorDepthCyan ( CrDeviceProperty_FNumber.getValue()+186),
|
|
CrDeviceProperty_PictureProfile_ColorDepthMagenta ( CrDeviceProperty_FNumber.getValue()+187),
|
|
CrDeviceProperty_PictureProfile_ColorDepthYellow ( CrDeviceProperty_FNumber.getValue()+188),
|
|
CrDeviceProperty_PictureProfile_DetailLevel ( CrDeviceProperty_FNumber.getValue()+189),
|
|
CrDeviceProperty_PictureProfile_DetailAdjustMode ( CrDeviceProperty_FNumber.getValue()+190),
|
|
CrDeviceProperty_PictureProfile_DetailAdjustVHBalance (CrDeviceProperty_FNumber.getValue()+191), //Picture Profile Detail Adjust V/H Balance
|
|
CrDeviceProperty_PictureProfile_DetailAdjustBWBalance (CrDeviceProperty_FNumber.getValue()+192), //Picture Profile Detail Adjust B/W Balance
|
|
CrDeviceProperty_PictureProfile_DetailAdjustLimit (CrDeviceProperty_FNumber.getValue()+193), //Picture Profile Detail Adjust Limit
|
|
CrDeviceProperty_PictureProfile_DetailAdjustCrispening (CrDeviceProperty_FNumber.getValue()+194), //Picture Profile Detail Adjust Crispening
|
|
CrDeviceProperty_PictureProfile_DetailAdjustHiLightDetail (CrDeviceProperty_FNumber.getValue()+195), //Picture Profile Detail Adjust Hi-Light Detail
|
|
CrDeviceProperty_PictureProfile_Copy ( CrDeviceProperty_FNumber.getValue()+196),
|
|
CrDeviceProperty_CreativeLook ( CrDeviceProperty_FNumber.getValue()+197),
|
|
CrDeviceProperty_CreativeLook_Contrast ( CrDeviceProperty_FNumber.getValue()+198),
|
|
CrDeviceProperty_CreativeLook_Highlights ( CrDeviceProperty_FNumber.getValue()+199),
|
|
CrDeviceProperty_CreativeLook_Shadows ( CrDeviceProperty_FNumber.getValue()+200),
|
|
CrDeviceProperty_CreativeLook_Fade (CrDeviceProperty_FNumber.getValue()+201),
|
|
CrDeviceProperty_CreativeLook_Saturation ( CrDeviceProperty_FNumber.getValue()+202),
|
|
CrDeviceProperty_CreativeLook_Sharpness ( CrDeviceProperty_FNumber.getValue()+203),
|
|
CrDeviceProperty_CreativeLook_SharpnessRange ( CrDeviceProperty_FNumber.getValue()+204),
|
|
CrDeviceProperty_CreativeLook_Clarity ( CrDeviceProperty_FNumber.getValue()+205),
|
|
CrDeviceProperty_CreativeLook_CustomLook ( CrDeviceProperty_FNumber.getValue()+206),
|
|
CrDeviceProperty_Movie_ProxyFileFormat ( CrDeviceProperty_FNumber.getValue()+207),
|
|
CrDeviceProperty_ProxyRecordingSetting ( CrDeviceProperty_FNumber.getValue()+208),
|
|
CrDeviceProperty_FunctionOfTouchOperation ( CrDeviceProperty_FNumber.getValue()+209),
|
|
|
|
CrDeviceProperty_HighResolutionShutterSpeedSetting ( CrDeviceProperty_FNumber.getValue()+210),
|
|
CrDeviceProperty_DeleteUserBaseLook ( CrDeviceProperty_FNumber.getValue()+211),
|
|
CrDeviceProperty_SelectUserBaseLookToEdit ( CrDeviceProperty_FNumber.getValue()+212),
|
|
CrDeviceProperty_SelectUserBaseLookToSetInPPLUT ( CrDeviceProperty_FNumber.getValue()+213),
|
|
CrDeviceProperty_UserBaseLookInput ( CrDeviceProperty_FNumber.getValue()+214),
|
|
CrDeviceProperty_UserBaseLookAELevelOffset ( CrDeviceProperty_FNumber.getValue()+215),
|
|
CrDeviceProperty_BaseISOSwitchEI ( CrDeviceProperty_FNumber.getValue()+216),
|
|
CrDeviceProperty_FlickerLessShooting ( CrDeviceProperty_FNumber.getValue()+217),
|
|
CrDeviceProperty_AudioLevelDisplay ( CrDeviceProperty_FNumber.getValue()+218),
|
|
CrDeviceProperty_PlaybackVolumeSettings ( CrDeviceProperty_FNumber.getValue()+219),
|
|
CrDeviceProperty_AutoReview ( CrDeviceProperty_FNumber.getValue()+220),
|
|
CrDeviceProperty_AudioSignals ( CrDeviceProperty_FNumber.getValue()+221),
|
|
CrDeviceProperty_HDMIResolutionStillPlay ( CrDeviceProperty_FNumber.getValue()+222),
|
|
CrDeviceProperty_Movie_HDMIOutputRecMedia ( CrDeviceProperty_FNumber.getValue()+223),
|
|
CrDeviceProperty_Movie_HDMIOutputResolution ( CrDeviceProperty_FNumber.getValue()+224),
|
|
CrDeviceProperty_Movie_HDMIOutput4KSetting ( CrDeviceProperty_FNumber.getValue()+225),
|
|
CrDeviceProperty_Movie_HDMIOutputRAW ( CrDeviceProperty_FNumber.getValue()+226),
|
|
CrDeviceProperty_Movie_HDMIOutputRawSetting ( CrDeviceProperty_FNumber.getValue()+227),
|
|
CrDeviceProperty_Movie_HDMIOutputColorGamutForRAWOut ( CrDeviceProperty_FNumber.getValue()+228),
|
|
CrDeviceProperty_Movie_HDMIOutputTimeCode ( CrDeviceProperty_FNumber.getValue()+229),
|
|
CrDeviceProperty_Movie_HDMIOutputRecControl ( CrDeviceProperty_FNumber.getValue()+230),
|
|
CrDeviceProperty_reserved56 ( CrDeviceProperty_FNumber.getValue()+231),
|
|
CrDeviceProperty_MonitoringOutputDisplayHDMI ( CrDeviceProperty_FNumber.getValue()+232),
|
|
CrDeviceProperty_Movie_HDMIOutputAudioCH ( CrDeviceProperty_FNumber.getValue()+233),
|
|
CrDeviceProperty_Movie_IntervalRec_IntervalTime ( CrDeviceProperty_FNumber.getValue()+234),
|
|
CrDeviceProperty_Movie_IntervalRec_FrameRateSetting ( CrDeviceProperty_FNumber.getValue()+235),
|
|
CrDeviceProperty_Movie_IntervalRec_RecordingSetting ( CrDeviceProperty_FNumber.getValue()+236),
|
|
CrDeviceProperty_EframingScaleAuto ( CrDeviceProperty_FNumber.getValue()+237),
|
|
CrDeviceProperty_EframingSpeedAuto ( CrDeviceProperty_FNumber.getValue()+238),
|
|
CrDeviceProperty_EframingModeAuto ( CrDeviceProperty_FNumber.getValue()+239),
|
|
CrDeviceProperty_EframingRecordingImageCrop ( CrDeviceProperty_FNumber.getValue()+240),
|
|
CrDeviceProperty_EframingHDMICrop ( CrDeviceProperty_FNumber.getValue()+241),
|
|
CrDeviceProperty_CameraEframing ( CrDeviceProperty_FNumber.getValue()+242),
|
|
CrDeviceProperty_USBPowerSupply ( CrDeviceProperty_FNumber.getValue()+243),
|
|
CrDeviceProperty_LongExposureNR ( CrDeviceProperty_FNumber.getValue()+244),
|
|
CrDeviceProperty_HighIsoNR ( CrDeviceProperty_FNumber.getValue()+245),
|
|
CrDeviceProperty_HLGStillImage ( CrDeviceProperty_FNumber.getValue()+246),
|
|
CrDeviceProperty_ColorSpace ( CrDeviceProperty_FNumber.getValue()+247),
|
|
CrDeviceProperty_BracketOrder ( CrDeviceProperty_FNumber.getValue()+248),
|
|
CrDeviceProperty_FocusBracketOrder ( CrDeviceProperty_FNumber.getValue()+249),
|
|
CrDeviceProperty_FocusBracketExposureLock1stImg ( CrDeviceProperty_FNumber.getValue()+250),
|
|
CrDeviceProperty_FocusBracketIntervalUntilNextShot ( CrDeviceProperty_FNumber.getValue()+251),
|
|
CrDeviceProperty_IntervalRec_ShootingStartTime ( CrDeviceProperty_FNumber.getValue()+252),
|
|
CrDeviceProperty_IntervalRec_ShootingInterval ( CrDeviceProperty_FNumber.getValue()+253),
|
|
CrDeviceProperty_IntervalRec_ShootIntervalPriority ( CrDeviceProperty_FNumber.getValue()+254),
|
|
CrDeviceProperty_IntervalRec_NumberOfShots ( CrDeviceProperty_FNumber.getValue()+255),
|
|
CrDeviceProperty_IntervalRec_AETrackingSensitivity ( CrDeviceProperty_FNumber.getValue()+256),
|
|
CrDeviceProperty_IntervalRec_ShutterType ( CrDeviceProperty_FNumber.getValue()+257),
|
|
CrDeviceProperty_ElectricFrontCurtainShutter ( CrDeviceProperty_FNumber.getValue()+258),
|
|
CrDeviceProperty_WindNoiseReduct ( CrDeviceProperty_FNumber.getValue()+259),
|
|
CrDeviceProperty_RecordingSelfTimer ( CrDeviceProperty_FNumber.getValue()+260),
|
|
CrDeviceProperty_RecordingSelfTimerCountTime ( CrDeviceProperty_FNumber.getValue()+261),
|
|
CrDeviceProperty_RecordingSelfTimerContinuous ( CrDeviceProperty_FNumber.getValue()+262),
|
|
CrDeviceProperty_RecordingSelfTimerStatus ( CrDeviceProperty_FNumber.getValue()+263),
|
|
CrDeviceProperty_BulbTimerSetting ( CrDeviceProperty_FNumber.getValue()+264),
|
|
CrDeviceProperty_BulbExposureTimeSetting ( CrDeviceProperty_FNumber.getValue()+265),
|
|
CrDeviceProperty_AutoSlowShutter ( CrDeviceProperty_FNumber.getValue()+266),
|
|
CrDeviceProperty_IsoAutoMinShutterSpeedMode ( CrDeviceProperty_FNumber.getValue()+267),
|
|
CrDeviceProperty_IsoAutoMinShutterSpeedManual ( CrDeviceProperty_FNumber.getValue()+268),
|
|
CrDeviceProperty_IsoAutoMinShutterSpeedPreset ( CrDeviceProperty_FNumber.getValue()+269),
|
|
CrDeviceProperty_FocusPositionSetting ( CrDeviceProperty_FNumber.getValue()+270),
|
|
CrDeviceProperty_SoftSkinEffect ( CrDeviceProperty_FNumber.getValue()+271),
|
|
CrDeviceProperty_PrioritySetInAF_S ( CrDeviceProperty_FNumber.getValue()+272),
|
|
CrDeviceProperty_PrioritySetInAF_C ( CrDeviceProperty_FNumber.getValue()+273),
|
|
CrDeviceProperty_FocusMagnificationTime ( CrDeviceProperty_FNumber.getValue()+274),
|
|
CrDeviceProperty_SubjectRecognitionInAF ( CrDeviceProperty_FNumber.getValue()+275),
|
|
CrDeviceProperty_RecognitionTarget ( CrDeviceProperty_FNumber.getValue()+276),
|
|
CrDeviceProperty_RightLeftEyeSelect ( CrDeviceProperty_FNumber.getValue()+277),
|
|
CrDeviceProperty_SelectFTPServer ( CrDeviceProperty_FNumber.getValue()+278),
|
|
CrDeviceProperty_SelectFTPServerID ( CrDeviceProperty_FNumber.getValue()+279),
|
|
CrDeviceProperty_FTP_Function ( CrDeviceProperty_FNumber.getValue()+280),
|
|
CrDeviceProperty_FTP_AutoTransfer ( CrDeviceProperty_FNumber.getValue()+281),
|
|
CrDeviceProperty_FTP_AutoTransferTarget ( CrDeviceProperty_FNumber.getValue()+282),
|
|
CrDeviceProperty_Movie_FTP_AutoTransferTarget ( CrDeviceProperty_FNumber.getValue()+283),
|
|
CrDeviceProperty_FTP_TransferTarget ( CrDeviceProperty_FNumber.getValue()+284),
|
|
CrDeviceProperty_Movie_FTP_TransferTarget ( CrDeviceProperty_FNumber.getValue()+285),
|
|
CrDeviceProperty_FTP_PowerSave ( CrDeviceProperty_FNumber.getValue()+286),
|
|
|
|
CrDeviceProperty_ButtonAssignmentAssignable10 ( CrDeviceProperty_FNumber.getValue()+287),
|
|
CrDeviceProperty_ButtonAssignmentAssignable11 ( CrDeviceProperty_FNumber.getValue()+288),
|
|
CrDeviceProperty_reserved14 ( CrDeviceProperty_FNumber.getValue()+289),
|
|
CrDeviceProperty_reserved15 ( CrDeviceProperty_FNumber.getValue()+290),
|
|
CrDeviceProperty_reserved16 ( CrDeviceProperty_FNumber.getValue()+291),
|
|
CrDeviceProperty_reserved17 ( CrDeviceProperty_FNumber.getValue()+292),
|
|
CrDeviceProperty_AssignableButton10 ( CrDeviceProperty_FNumber.getValue()+293),
|
|
CrDeviceProperty_AssignableButton11 ( CrDeviceProperty_FNumber.getValue()+294),
|
|
CrDeviceProperty_reserved37 ( CrDeviceProperty_FNumber.getValue()+295),
|
|
CrDeviceProperty_reserved38 ( CrDeviceProperty_FNumber.getValue()+296),
|
|
CrDeviceProperty_reserved39 ( CrDeviceProperty_FNumber.getValue()+297),
|
|
CrDeviceProperty_reserved40 ( CrDeviceProperty_FNumber.getValue()+298),
|
|
CrDeviceProperty_NDFilterUnitSetting ( CrDeviceProperty_FNumber.getValue()+299),
|
|
CrDeviceProperty_NDFilterOpticalDensityValue ( CrDeviceProperty_FNumber.getValue()+300),
|
|
CrDeviceProperty_TNumber ( CrDeviceProperty_FNumber.getValue()+301),
|
|
CrDeviceProperty_IrisDisplayUnit ( CrDeviceProperty_FNumber.getValue()+302),
|
|
CrDeviceProperty_Movie_ImageStabilizationLevel ( CrDeviceProperty_FNumber.getValue()+303),
|
|
CrDeviceProperty_ImageStabilizationSteadyShotAdjust ( CrDeviceProperty_FNumber.getValue()+304),
|
|
CrDeviceProperty_ImageStabilizationSteadyShotFocalLength ( CrDeviceProperty_FNumber.getValue()+305),
|
|
|
|
CrDeviceProperty_ExtendedShutterSpeed ( CrDeviceProperty_FNumber.getValue()+306),
|
|
CrDeviceProperty_CameraButtonFunction ( CrDeviceProperty_FNumber.getValue()+307),
|
|
CrDeviceProperty_CameraButtonFunctionMulti ( CrDeviceProperty_FNumber.getValue()+308),
|
|
CrDeviceProperty_CameraDialFunction ( CrDeviceProperty_FNumber.getValue()+309),
|
|
|
|
CrDeviceProperty_SynchroterminalForcedOutput ( CrDeviceProperty_FNumber.getValue()+310),
|
|
CrDeviceProperty_ShutterReleaseTimeLagControl ( CrDeviceProperty_FNumber.getValue()+311),
|
|
CrDeviceProperty_ContinuousShootingSpotBoostFrameSpeed ( CrDeviceProperty_FNumber.getValue()+312),
|
|
CrDeviceProperty_TimeShiftShooting ( CrDeviceProperty_FNumber.getValue()+313),
|
|
CrDeviceProperty_TimeShiftTriggerSetting ( CrDeviceProperty_FNumber.getValue()+314),
|
|
CrDeviceProperty_TimeShiftPreShootingTimeSetting ( CrDeviceProperty_FNumber.getValue()+315),
|
|
CrDeviceProperty_EmbedLUTFile ( CrDeviceProperty_FNumber.getValue()+316),
|
|
CrDeviceProperty_APS_C_S35 ( CrDeviceProperty_FNumber.getValue()+317),
|
|
CrDeviceProperty_LensCompensationShading ( CrDeviceProperty_FNumber.getValue()+318),
|
|
CrDeviceProperty_LensCompensationChromaticAberration ( CrDeviceProperty_FNumber.getValue()+319),
|
|
CrDeviceProperty_LensCompensationDistortion ( CrDeviceProperty_FNumber.getValue()+320),
|
|
CrDeviceProperty_LensCompensationBreathing ( CrDeviceProperty_FNumber.getValue()+321),
|
|
CrDeviceProperty_RecordingMedia ( CrDeviceProperty_FNumber.getValue()+322),
|
|
CrDeviceProperty_Movie_RecordingMedia ( CrDeviceProperty_FNumber.getValue()+323),
|
|
CrDeviceProperty_AutoSwitchMedia ( CrDeviceProperty_FNumber.getValue()+324),
|
|
CrDeviceProperty_RecordingFileNumber ( CrDeviceProperty_FNumber.getValue()+325),
|
|
CrDeviceProperty_Movie_RecordingFileNumber ( CrDeviceProperty_FNumber.getValue()+326),
|
|
CrDeviceProperty_RecordingSettingFileName ( CrDeviceProperty_FNumber.getValue()+327),
|
|
CrDeviceProperty_RecordingFolderFormat ( CrDeviceProperty_FNumber.getValue()+328),
|
|
CrDeviceProperty_CreateNewFolder ( CrDeviceProperty_FNumber.getValue()+329),
|
|
CrDeviceProperty_SelectIPTCMetadata ( CrDeviceProperty_FNumber.getValue()+330),
|
|
CrDeviceProperty_WriteCopyrightInfo ( CrDeviceProperty_FNumber.getValue()+331),
|
|
CrDeviceProperty_SetPhotographer ( CrDeviceProperty_FNumber.getValue()+332),
|
|
CrDeviceProperty_SetCopyright ( CrDeviceProperty_FNumber.getValue()+333),
|
|
CrDeviceProperty_FileSettingsTitleNameSettings ( CrDeviceProperty_FNumber.getValue()+334),
|
|
CrDeviceProperty_FocusBracketRecordingFolder ( CrDeviceProperty_FNumber.getValue()+335),
|
|
CrDeviceProperty_ReleaseWithoutLens ( CrDeviceProperty_FNumber.getValue()+336),
|
|
CrDeviceProperty_ReleaseWithoutCard ( CrDeviceProperty_FNumber.getValue()+337),
|
|
CrDeviceProperty_GridLineDisplay ( CrDeviceProperty_FNumber.getValue()+338),
|
|
CrDeviceProperty_ContinuousShootingSpeedInElectricShutterHiPlus ( CrDeviceProperty_FNumber.getValue()+339),
|
|
CrDeviceProperty_ContinuousShootingSpeedInElectricShutterHi ( CrDeviceProperty_FNumber.getValue()+340),
|
|
CrDeviceProperty_ContinuousShootingSpeedInElectricShutterMid ( CrDeviceProperty_FNumber.getValue()+341),
|
|
CrDeviceProperty_ContinuousShootingSpeedInElectricShutterLo ( CrDeviceProperty_FNumber.getValue()+342),
|
|
CrDeviceProperty_IsoAutoRangeLimitMin ( CrDeviceProperty_FNumber.getValue()+343),
|
|
CrDeviceProperty_IsoAutoRangeLimitMax ( CrDeviceProperty_FNumber.getValue()+344),
|
|
CrDeviceProperty_FacePriorityInMultiMetering ( CrDeviceProperty_FNumber.getValue()+345),
|
|
CrDeviceProperty_PrioritySetInAWB ( CrDeviceProperty_FNumber.getValue()+346),
|
|
CrDeviceProperty_CustomWB_Size_Setting ( CrDeviceProperty_FNumber.getValue()+347),
|
|
CrDeviceProperty_AFIlluminator ( CrDeviceProperty_FNumber.getValue()+348),
|
|
CrDeviceProperty_ApertureDriveInAF ( CrDeviceProperty_FNumber.getValue()+349),
|
|
CrDeviceProperty_AFWithShutter ( CrDeviceProperty_FNumber.getValue()+350),
|
|
CrDeviceProperty_FullTimeDMF ( CrDeviceProperty_FNumber.getValue()+351),
|
|
CrDeviceProperty_PreAF ( CrDeviceProperty_FNumber.getValue()+352),
|
|
CrDeviceProperty_SubjectRecognitionPersonTrackingSubjectShiftRange ( CrDeviceProperty_FNumber.getValue()+353),
|
|
CrDeviceProperty_SubjectRecognitionAnimalBirdPriority ( CrDeviceProperty_FNumber.getValue()+354),
|
|
CrDeviceProperty_SubjectRecognitionAnimalBirdDetectionParts ( CrDeviceProperty_FNumber.getValue()+355),
|
|
CrDeviceProperty_SubjectRecognitionAnimalTrackingSubjectShiftRange ( CrDeviceProperty_FNumber.getValue()+356),
|
|
CrDeviceProperty_SubjectRecognitionAnimalTrackingSensitivity ( CrDeviceProperty_FNumber.getValue()+357),
|
|
CrDeviceProperty_SubjectRecognitionAnimalDetectionSensitivity (CrDeviceProperty_FNumber.getValue()+358),
|
|
CrDeviceProperty_SubjectRecognitionAnimalDetectionParts (CrDeviceProperty_FNumber.getValue()+359),
|
|
CrDeviceProperty_SubjectRecognitionBirdTrackingSubjectShiftRange (CrDeviceProperty_FNumber.getValue()+360),
|
|
CrDeviceProperty_SubjectRecognitionBirdTrackingSensitivity (CrDeviceProperty_FNumber.getValue()+361),
|
|
CrDeviceProperty_SubjectRecognitionBirdDetectionSensitivity (CrDeviceProperty_FNumber.getValue()+362),
|
|
CrDeviceProperty_SubjectRecognitionBirdDetectionParts (CrDeviceProperty_FNumber.getValue()+363),
|
|
CrDeviceProperty_SubjectRecognitionInsectTrackingSubjectShiftRange (CrDeviceProperty_FNumber.getValue()+364),
|
|
CrDeviceProperty_SubjectRecognitionInsectTrackingSensitivity (CrDeviceProperty_FNumber.getValue()+365),
|
|
CrDeviceProperty_SubjectRecognitionInsectDetectionSensitivity (CrDeviceProperty_FNumber.getValue()+366),
|
|
CrDeviceProperty_SubjectRecognitionCarTrainTrackingSubjectShiftRange (CrDeviceProperty_FNumber.getValue()+367),
|
|
CrDeviceProperty_SubjectRecognitionCarTrainTrackingSensitivity (CrDeviceProperty_FNumber.getValue()+368),
|
|
CrDeviceProperty_SubjectRecognitionCarTrainDetectionSensitivity (CrDeviceProperty_FNumber.getValue()+369),
|
|
CrDeviceProperty_SubjectRecognitionPlaneTrackingSubjectShiftRange (CrDeviceProperty_FNumber.getValue()+370),
|
|
CrDeviceProperty_SubjectRecognitionPlaneTrackingSensitivity (CrDeviceProperty_FNumber.getValue()+371),
|
|
CrDeviceProperty_SubjectRecognitionPlaneDetectionSensitivity (CrDeviceProperty_FNumber.getValue()+372),
|
|
CrDeviceProperty_SubjectRecognitionPriorityOnRegisteredFace (CrDeviceProperty_FNumber.getValue()+373),
|
|
CrDeviceProperty_FaceEyeFrameDisplay (CrDeviceProperty_FNumber.getValue()+374),
|
|
CrDeviceProperty_FocusMap ( CrDeviceProperty_FNumber.getValue()+375),
|
|
CrDeviceProperty_InitialFocusMagnifier ( CrDeviceProperty_FNumber.getValue()+376),
|
|
CrDeviceProperty_AFInFocusMagnifier ( CrDeviceProperty_FNumber.getValue()+377),
|
|
CrDeviceProperty_AFTrackForSpeedChange ( CrDeviceProperty_FNumber.getValue()+378),
|
|
CrDeviceProperty_AFFreeSizeAndPositionSetting ( CrDeviceProperty_FNumber.getValue()+379),
|
|
CrDeviceProperty_ZoomAndFocusPresetZoomOnly_Set ( CrDeviceProperty_FNumber.getValue()+380),
|
|
CrDeviceProperty_PlaySetOfMultiMedia ( CrDeviceProperty_FNumber.getValue()+381),
|
|
CrDeviceProperty_RemoteSaveImageSize ( CrDeviceProperty_FNumber.getValue()+382),
|
|
CrDeviceProperty_FTP_TransferStillImageQualitySize ( CrDeviceProperty_FNumber.getValue()+383),
|
|
CrDeviceProperty_FTP_AutoTransferTarget_StillImage ( CrDeviceProperty_FNumber.getValue()+384),
|
|
CrDeviceProperty_ProtectImageInFTPTransfer ( CrDeviceProperty_FNumber.getValue()+385),
|
|
CrDeviceProperty_MonitorBrightnessType ( CrDeviceProperty_FNumber.getValue()+386),
|
|
CrDeviceProperty_MonitorBrightnessManual ( CrDeviceProperty_FNumber.getValue()+387),
|
|
CrDeviceProperty_DisplayQualityFinder ( CrDeviceProperty_FNumber.getValue()+388),
|
|
CrDeviceProperty_TCUBDisplaySetting ( CrDeviceProperty_FNumber.getValue()+389),
|
|
CrDeviceProperty_GammaDisplayAssist ( CrDeviceProperty_FNumber.getValue()+390),
|
|
CrDeviceProperty_GammaDisplayAssistType ( CrDeviceProperty_FNumber.getValue()+391),
|
|
CrDeviceProperty_AudioSignalsStartEnd ( CrDeviceProperty_FNumber.getValue()+392),
|
|
CrDeviceProperty_AudioSignalsVolume ( CrDeviceProperty_FNumber.getValue()+393),
|
|
CrDeviceProperty_ControlForHDMI ( CrDeviceProperty_FNumber.getValue()+394),
|
|
CrDeviceProperty_AntidustShutterWhenPowerOff ( CrDeviceProperty_FNumber.getValue()+395),
|
|
CrDeviceProperty_WakeOnLAN ( CrDeviceProperty_FNumber.getValue()+396),
|
|
|
|
CrDeviceProperty_CameraLeverFunction ( CrDeviceProperty_FNumber.getValue()+397),
|
|
CrDeviceProperty_ShootingTimingPreNotificationMode ( CrDeviceProperty_FNumber.getValue()+398),
|
|
CrDeviceProperty_MicrophoneDirectivity ( CrDeviceProperty_FNumber.getValue()+399),
|
|
CrDeviceProperty_ProductShowcaseSet ( CrDeviceProperty_FNumber.getValue()+400),
|
|
CrDeviceProperty_AmountOfDefocusSetting ( CrDeviceProperty_FNumber.getValue()+401),
|
|
CrDeviceProperty_CinematicVlogSetting ( CrDeviceProperty_FNumber.getValue()+402),
|
|
CrDeviceProperty_CinematicVlogLook ( CrDeviceProperty_FNumber.getValue()+403),
|
|
CrDeviceProperty_CinematicVlogMood ( CrDeviceProperty_FNumber.getValue()+404),
|
|
CrDeviceProperty_CinematicVlogAFTransitionSpeed ( CrDeviceProperty_FNumber.getValue()+405),
|
|
CrDeviceProperty_MonitoringOutputDisplaySDI ( CrDeviceProperty_FNumber.getValue()+406),
|
|
CrDeviceProperty_AFAreaPositionAF_C ( CrDeviceProperty_FNumber.getValue()+407),
|
|
CrDeviceProperty_AFAreaPositionAF_S ( CrDeviceProperty_FNumber.getValue()+408),
|
|
CrDeviceProperty_AutoFocusHold ( CrDeviceProperty_FNumber.getValue()+409),
|
|
CrDeviceProperty_PushAFModeSetting ( CrDeviceProperty_FNumber.getValue()+410),
|
|
CrDeviceProperty_TouchFunctionInMF ( CrDeviceProperty_FNumber.getValue()+411),
|
|
CrDeviceProperty_PushAutoFocus ( CrDeviceProperty_FNumber.getValue()+412),
|
|
CrDeviceProperty_PushAGC ( CrDeviceProperty_FNumber.getValue()+413),
|
|
CrDeviceProperty_PushAutoIris ( CrDeviceProperty_FNumber.getValue()+414),
|
|
CrDeviceProperty_PushAutoNDFilter ( CrDeviceProperty_FNumber.getValue()+415),
|
|
CrDeviceProperty_NDFilterPresetSelect ( CrDeviceProperty_FNumber.getValue()+416),
|
|
CrDeviceProperty_NDFilterPreset1Value ( CrDeviceProperty_FNumber.getValue()+417),
|
|
CrDeviceProperty_NDFilterPreset2Value ( CrDeviceProperty_FNumber.getValue()+418),
|
|
CrDeviceProperty_NDFilterPreset3Value ( CrDeviceProperty_FNumber.getValue()+419),
|
|
CrDeviceProperty_WhiteBalanceSwitch ( CrDeviceProperty_FNumber.getValue()+420),
|
|
CrDeviceProperty_WhiteBalancePresetColorTemperature ( CrDeviceProperty_FNumber.getValue()+421),
|
|
CrDeviceProperty_WhiteBalanceRGain ( CrDeviceProperty_FNumber.getValue()+422),
|
|
CrDeviceProperty_WhiteBalanceBGain ( CrDeviceProperty_FNumber.getValue()+423),
|
|
CrDeviceProperty_WhiteBalanceOffsetColorTempATW ( CrDeviceProperty_FNumber.getValue()+424),
|
|
CrDeviceProperty_WhiteBalanceOffsetTintATW ( CrDeviceProperty_FNumber.getValue()+425),
|
|
CrDeviceProperty_WhiteBalanceOffsetSetting ( CrDeviceProperty_FNumber.getValue()+426),
|
|
CrDeviceProperty_WhiteBalanceOffsetColorTemp ( CrDeviceProperty_FNumber.getValue()+427),
|
|
CrDeviceProperty_PaintLookMasterBlack ( CrDeviceProperty_FNumber.getValue()+428),
|
|
CrDeviceProperty_PaintLookRBlack ( CrDeviceProperty_FNumber.getValue()+429),
|
|
CrDeviceProperty_PaintLookBBlack ( CrDeviceProperty_FNumber.getValue()+430),
|
|
CrDeviceProperty_PaintLookKneeSetting ( CrDeviceProperty_FNumber.getValue()+431),
|
|
CrDeviceProperty_PaintLookAutoKnee ( CrDeviceProperty_FNumber.getValue()+432),
|
|
CrDeviceProperty_PaintLookKneePoint ( CrDeviceProperty_FNumber.getValue()+433),
|
|
CrDeviceProperty_PaintLookKneeSlope ( CrDeviceProperty_FNumber.getValue()+434),
|
|
CrDeviceProperty_PaintLookDetailSetting ( CrDeviceProperty_FNumber.getValue()+435),
|
|
CrDeviceProperty_PaintLookDetailLevel ( CrDeviceProperty_FNumber.getValue()+436),
|
|
CrDeviceProperty_UserBaseLookOutput ( CrDeviceProperty_FNumber.getValue()+437),
|
|
CrDeviceProperty_MonitorLUTSetting1 ( CrDeviceProperty_FNumber.getValue()+438),
|
|
CrDeviceProperty_MonitorLUTSetting2 ( CrDeviceProperty_FNumber.getValue()+439),
|
|
CrDeviceProperty_MonitorLUTSetting3 ( CrDeviceProperty_FNumber.getValue()+440),
|
|
CrDeviceProperty_SQModeSetting ( CrDeviceProperty_FNumber.getValue()+441),
|
|
CrDeviceProperty_MovieQualityFullAutoMode ( CrDeviceProperty_FNumber.getValue()+442),
|
|
CrDeviceProperty_DeSqueezeDisplayRatio ( CrDeviceProperty_FNumber.getValue()+443),
|
|
CrDeviceProperty_ZoomPositionSetting ( CrDeviceProperty_FNumber.getValue()+444),
|
|
CrDeviceProperty_FileSettingsCameraId ( CrDeviceProperty_FNumber.getValue()+445),
|
|
CrDeviceProperty_FileSettingsReelNumber ( CrDeviceProperty_FNumber.getValue()+446),
|
|
CrDeviceProperty_FileSettingsCameraPosition ( CrDeviceProperty_FNumber.getValue()+447),
|
|
CrDeviceProperty_ImageStabilizationFramingStabilizer ( CrDeviceProperty_FNumber.getValue()+448),
|
|
CrDeviceProperty_ExposureStep ( CrDeviceProperty_FNumber.getValue()+449),
|
|
CrDeviceProperty_EnlargeScreenSetting ( CrDeviceProperty_FNumber.getValue()+450),
|
|
CrDeviceProperty_SimulRecSetting ( CrDeviceProperty_FNumber.getValue()+451),
|
|
CrDeviceProperty_SimulRecSettingMovieRecButton ( CrDeviceProperty_FNumber.getValue()+452),
|
|
CrDeviceProperty_OSDImageMode ( CrDeviceProperty_FNumber.getValue()+453),
|
|
CrDeviceProperty_DebugMode ( CrDeviceProperty_FNumber.getValue()+454),
|
|
CrDeviceProperty_reserved18 ( CrDeviceProperty_FNumber.getValue()+455),
|
|
CrDeviceProperty_reserved19 ( CrDeviceProperty_FNumber.getValue()+456),
|
|
CrDeviceProperty_ShutterSelectMode ( CrDeviceProperty_FNumber.getValue()+457),
|
|
CrDeviceProperty_AutoRecognitionTargetSetting ( CrDeviceProperty_FNumber.getValue()+458),
|
|
|
|
CrDeviceProperty_PanTiltAccelerationRampCurve ( CrDeviceProperty_FNumber.getValue()+459),
|
|
CrDeviceProperty_PanLimitMode ( CrDeviceProperty_FNumber.getValue()+460),
|
|
CrDeviceProperty_PanLimitRangeMinimum ( CrDeviceProperty_FNumber.getValue()+461),
|
|
CrDeviceProperty_PanLimitRangeMaximum ( CrDeviceProperty_FNumber.getValue()+462),
|
|
CrDeviceProperty_TiltLimitMode ( CrDeviceProperty_FNumber.getValue()+463),
|
|
CrDeviceProperty_TiltLimitRangeMinimum ( CrDeviceProperty_FNumber.getValue()+464),
|
|
CrDeviceProperty_TiltLimitRangeMaximum ( CrDeviceProperty_FNumber.getValue()+465),
|
|
CrDeviceProperty_PresetPTZFSlotNumber ( CrDeviceProperty_FNumber.getValue()+466),
|
|
CrDeviceProperty_IRRemoteSetting ( CrDeviceProperty_FNumber.getValue()+467),
|
|
CrDeviceProperty_IPSetupProtocolSetting ( CrDeviceProperty_FNumber.getValue()+468),
|
|
CrDeviceProperty_IrisCloseSetting ( CrDeviceProperty_FNumber.getValue()+469),
|
|
CrDeviceProperty_LanguageSetting ( CrDeviceProperty_FNumber.getValue()+470),
|
|
CrDeviceProperty_PaintLookUserMatrixSetting ( CrDeviceProperty_FNumber.getValue()+471),
|
|
CrDeviceProperty_PaintLookUserMatrixLevel ( CrDeviceProperty_FNumber.getValue()+472),
|
|
CrDeviceProperty_PaintLookUserMatrixPhase ( CrDeviceProperty_FNumber.getValue()+473),
|
|
CrDeviceProperty_PaintLookUserMatrixRG ( CrDeviceProperty_FNumber.getValue()+474),
|
|
CrDeviceProperty_PaintLookUserMatrixRB ( CrDeviceProperty_FNumber.getValue()+475),
|
|
CrDeviceProperty_PaintLookUserMatrixGR ( CrDeviceProperty_FNumber.getValue()+476),
|
|
CrDeviceProperty_PaintLookUserMatrixGB ( CrDeviceProperty_FNumber.getValue()+477),
|
|
CrDeviceProperty_PaintLookUserMatrixBR ( CrDeviceProperty_FNumber.getValue()+478),
|
|
CrDeviceProperty_PaintLookUserMatrixBG ( CrDeviceProperty_FNumber.getValue()+479),
|
|
CrDeviceProperty_PaintLookMultiMatrixSetting ( CrDeviceProperty_FNumber.getValue()+480),
|
|
CrDeviceProperty_PaintLookMultiMatrixAxis ( CrDeviceProperty_FNumber.getValue()+481),
|
|
CrDeviceProperty_PaintLookMultiMatrixHue ( CrDeviceProperty_FNumber.getValue()+482),
|
|
CrDeviceProperty_PaintLookMultiMatrixSaturation ( CrDeviceProperty_FNumber.getValue()+483),
|
|
CrDeviceProperty_PaintLookMultiMatrixAreaIndication ( CrDeviceProperty_FNumber.getValue()+484),
|
|
CrDeviceProperty_AudioInputCH1LevelControl ( CrDeviceProperty_FNumber.getValue()+485),
|
|
CrDeviceProperty_AudioInputCH2LevelControl ( CrDeviceProperty_FNumber.getValue()+486),
|
|
CrDeviceProperty_AudioInputCH3LevelControl ( CrDeviceProperty_FNumber.getValue()+487),
|
|
CrDeviceProperty_AudioInputCH4LevelControl ( CrDeviceProperty_FNumber.getValue()+488),
|
|
CrDeviceProperty_AudioInputCH1Level ( CrDeviceProperty_FNumber.getValue()+489),
|
|
CrDeviceProperty_AudioInputCH2Level ( CrDeviceProperty_FNumber.getValue()+490),
|
|
CrDeviceProperty_AudioInputCH3Level ( CrDeviceProperty_FNumber.getValue()+491),
|
|
CrDeviceProperty_AudioInputCH4Level ( CrDeviceProperty_FNumber.getValue()+492),
|
|
CrDeviceProperty_AudioInputCH1InputSelect ( CrDeviceProperty_FNumber.getValue()+493),
|
|
CrDeviceProperty_AudioInputCH2InputSelect ( CrDeviceProperty_FNumber.getValue()+494),
|
|
CrDeviceProperty_AudioInputCH3InputSelect ( CrDeviceProperty_FNumber.getValue()+495),
|
|
CrDeviceProperty_AudioInputCH4InputSelect ( CrDeviceProperty_FNumber.getValue()+496),
|
|
CrDeviceProperty_AudioInputCH1WindFilter ( CrDeviceProperty_FNumber.getValue()+497),
|
|
CrDeviceProperty_AudioInputCH2WindFilter ( CrDeviceProperty_FNumber.getValue()+498),
|
|
CrDeviceProperty_AudioInputCH3WindFilter ( CrDeviceProperty_FNumber.getValue()+499),
|
|
CrDeviceProperty_AudioInputCH4WindFilter ( CrDeviceProperty_FNumber.getValue()+500),
|
|
CrDeviceProperty_AudioInput1TypeSelect ( CrDeviceProperty_FNumber.getValue()+501),
|
|
CrDeviceProperty_AudioInput2TypeSelect ( CrDeviceProperty_FNumber.getValue()+502),
|
|
CrDeviceProperty_RemoteKeyThumbnailButton ( CrDeviceProperty_FNumber.getValue()+503),
|
|
CrDeviceProperty_RemoteKeySLOTSelectButton ( CrDeviceProperty_FNumber.getValue()+504),
|
|
CrDeviceProperty_VideoRecordingFormatBitrateSetting ( CrDeviceProperty_FNumber.getValue()+505),
|
|
CrDeviceProperty_VideoRecordingFormatQuality ( CrDeviceProperty_FNumber.getValue()+506),
|
|
CrDeviceProperty_MonitoringOutputFormat (CrDeviceProperty_FNumber.getValue()+507),
|
|
CrDeviceProperty_MonitoringOutputDisplaySetting1 (CrDeviceProperty_FNumber.getValue()+508),
|
|
CrDeviceProperty_MonitoringOutputDisplaySetting2 (CrDeviceProperty_FNumber.getValue()+509),
|
|
CrDeviceProperty_FocusSpeedDirectSync (CrDeviceProperty_FNumber.getValue()+510),
|
|
CrDeviceProperty_LiveViewImageQualityByNumericalValue (CrDeviceProperty_FNumber.getValue()+511),
|
|
CrDeviceProperty_TallyLampControlRed (CrDeviceProperty_FNumber.getValue()+512),
|
|
CrDeviceProperty_TallyLampControlGreen (CrDeviceProperty_FNumber.getValue()+513),
|
|
CrDeviceProperty_TallyLampControlYellow (CrDeviceProperty_FNumber.getValue()+514),
|
|
CrDeviceProperty_ZoomOperationWithInt16 (CrDeviceProperty_FNumber.getValue()+515),
|
|
CrDeviceProperty_FocusOperationWithInt16 (CrDeviceProperty_FNumber.getValue()+516),
|
|
CrDeviceProperty_Movie_RecordingResolutionForRTSP (CrDeviceProperty_FNumber.getValue()+517),
|
|
CrDeviceProperty_Movie_RecordingResolutionForRAW (CrDeviceProperty_FNumber.getValue()+518),
|
|
CrDeviceProperty_Movie_RecordingFrameRateRTSPSetting (CrDeviceProperty_FNumber.getValue()+519),
|
|
CrDeviceProperty_PictureCacheRecSetting (CrDeviceProperty_FNumber.getValue()+520),
|
|
CrDeviceProperty_PictureCacheRecSizeAndTime (CrDeviceProperty_FNumber.getValue()+521),
|
|
CrDeviceProperty_Movie_IntervalRecFrames ( CrDeviceProperty_FNumber.getValue()+522),
|
|
CrDeviceProperty_ImagerScanMode ( CrDeviceProperty_FNumber.getValue()+523),
|
|
CrDeviceProperty_ShootingEnableSettingLicense ( CrDeviceProperty_FNumber.getValue()+524),
|
|
CrDeviceProperty_GridLineDisplayPlayback ( CrDeviceProperty_FNumber.getValue()+525),
|
|
CrDeviceProperty_GridLineType ( CrDeviceProperty_FNumber.getValue()+526),
|
|
CrDeviceProperty_DifferentSetForSQMovie ( CrDeviceProperty_FNumber.getValue()+527),
|
|
CrDeviceProperty_ManualInputForNDFilterValue ( CrDeviceProperty_FNumber.getValue()+528),
|
|
CrDeviceProperty_LogShootingMode ( CrDeviceProperty_FNumber.getValue()+529),
|
|
CrDeviceProperty_LogShootingModeColorGamut ( CrDeviceProperty_FNumber.getValue()+530),
|
|
CrDeviceProperty_TargetStreamingDestinationSelect ( CrDeviceProperty_FNumber.getValue()+531),
|
|
CrDeviceProperty_StreamDisplayName ( CrDeviceProperty_FNumber.getValue()+532),
|
|
CrDeviceProperty_VideoStreamSelect ( CrDeviceProperty_FNumber.getValue()+533),
|
|
CrDeviceProperty_VideoStreamResolution ( CrDeviceProperty_FNumber.getValue()+534),
|
|
CrDeviceProperty_VideoStreamMaxBitRate ( CrDeviceProperty_FNumber.getValue()+535),
|
|
CrDeviceProperty_VideoStreamAdaptiveRateControl ( CrDeviceProperty_FNumber.getValue()+536),
|
|
CrDeviceProperty_VideoStreamCodec ( CrDeviceProperty_FNumber.getValue()+537),
|
|
CrDeviceProperty_StreamLatency ( CrDeviceProperty_FNumber.getValue()+538),
|
|
CrDeviceProperty_StreamTTL ( CrDeviceProperty_FNumber.getValue()+539),
|
|
CrDeviceProperty_StreamCipherType ( CrDeviceProperty_FNumber.getValue()+540),
|
|
CrDeviceProperty_StreamModeSetting ( CrDeviceProperty_FNumber.getValue()+541),
|
|
CrDeviceProperty_VideoStreamResolutionMethod ( CrDeviceProperty_FNumber.getValue()+542),
|
|
CrDeviceProperty_VideoStreamMovieRecPermission ( CrDeviceProperty_FNumber.getValue()+543),
|
|
CrDeviceProperty_VideoStreamBitRateCompressionMode ( CrDeviceProperty_FNumber.getValue()+544),
|
|
CrDeviceProperty_VideoStreamBitRateVBRMode ( CrDeviceProperty_FNumber.getValue()+545),
|
|
CrDeviceProperty_AudioStreamCodecType ( CrDeviceProperty_FNumber.getValue()+546),
|
|
CrDeviceProperty_AudioStreamSamplingFrequency ( CrDeviceProperty_FNumber.getValue()+547),
|
|
CrDeviceProperty_AudioStreamBitDepth ( CrDeviceProperty_FNumber.getValue()+548),
|
|
CrDeviceProperty_AudioStreamChannel ( CrDeviceProperty_FNumber.getValue()+549),
|
|
CrDeviceProperty_HomeMenuSetting ( CrDeviceProperty_FNumber.getValue()+550),
|
|
CrDeviceProperty_CallSetting ( CrDeviceProperty_FNumber.getValue()+551),
|
|
CrDeviceProperty_NDFilterPositionSetting ( CrDeviceProperty_FNumber.getValue()+552),
|
|
CrDeviceProperty_EframingAutoFraming ( CrDeviceProperty_FNumber.getValue()+553),
|
|
CrDeviceProperty_EframingTrackingStartMode ( CrDeviceProperty_FNumber.getValue()+554),
|
|
CrDeviceProperty_EframingProductionEffect ( CrDeviceProperty_FNumber.getValue()+555),
|
|
CrDeviceProperty_EframingSpeedPTZ ( CrDeviceProperty_FNumber.getValue()+556),
|
|
CrDeviceProperty_DigitalExtenderMagnificationSetting ( CrDeviceProperty_FNumber.getValue()+557),
|
|
CrDeviceProperty_MovieRecReviewPlayingState ( CrDeviceProperty_FNumber.getValue()+558),
|
|
CrDeviceProperty_HighResolutionShutterSpeedAdjust ( CrDeviceProperty_FNumber.getValue()+559),
|
|
CrDeviceProperty_HighResolutionShutterSpeedAdjustInIntegralMultiples ( CrDeviceProperty_FNumber.getValue()+560),
|
|
CrDeviceProperty_TopOfTheGroupShootingMarkSetting ( CrDeviceProperty_FNumber.getValue()+561),
|
|
|
|
CrDeviceProperty_S2 (0x0500),
|
|
CrDeviceProperty_reserved10 (CrDeviceProperty_S2.getValue()+1),
|
|
CrDeviceProperty_reserved11 (CrDeviceProperty_S2.getValue()+2),
|
|
CrDeviceProperty_reserved12 (CrDeviceProperty_S2.getValue()+3),
|
|
CrDeviceProperty_reserved13 (CrDeviceProperty_S2.getValue()+4),
|
|
CrDeviceProperty_Interval_Rec_Mode (CrDeviceProperty_S2.getValue()+5),
|
|
CrDeviceProperty_Still_Image_Trans_Size (CrDeviceProperty_S2.getValue()+6),
|
|
CrDeviceProperty_RAW_J_PC_Save_Image (CrDeviceProperty_S2.getValue()+7),
|
|
CrDeviceProperty_LiveView_Image_Quality (CrDeviceProperty_S2.getValue()+8),
|
|
CrDeviceProperty_CustomWB_Capture_Standby ( CrDeviceProperty_S2.getValue()+9),
|
|
CrDeviceProperty_CustomWB_Capture_Standby_Cancel ( CrDeviceProperty_S2.getValue()+10),
|
|
CrDeviceProperty_CustomWB_Capture ( CrDeviceProperty_S2.getValue()+11),
|
|
CrDeviceProperty_Remocon_Zoom_Speed_Type ( CrDeviceProperty_S2.getValue()+12),
|
|
CrDeviceProperty_LiveViewProtocol (CrDeviceProperty_S2.getValue()+13),
|
|
|
|
CrDeviceProperty_GetOnly (0x0700),
|
|
|
|
CrDeviceProperty_SnapshotInfo (CrDeviceProperty_GetOnly.getValue()+1),
|
|
CrDeviceProperty_BatteryRemain (CrDeviceProperty_GetOnly.getValue()+2),
|
|
CrDeviceProperty_BatteryLevel (CrDeviceProperty_GetOnly.getValue()+3),
|
|
CrDeviceProperty_EstimatePictureSize (CrDeviceProperty_GetOnly.getValue()+4),
|
|
CrDeviceProperty_RecordingState (CrDeviceProperty_GetOnly.getValue()+5),
|
|
CrDeviceProperty_LiveViewStatus (CrDeviceProperty_GetOnly.getValue()+6),
|
|
CrDeviceProperty_FocusIndication (CrDeviceProperty_GetOnly.getValue()+7),
|
|
CrDeviceProperty_MediaSLOT1_Status (CrDeviceProperty_GetOnly.getValue()+8),
|
|
CrDeviceProperty_MediaSLOT1_RemainingNumber (CrDeviceProperty_GetOnly.getValue()+9),
|
|
CrDeviceProperty_MediaSLOT1_RemainingTime (CrDeviceProperty_GetOnly.getValue()+10),
|
|
CrDeviceProperty_MediaSLOT1_FormatEnableStatus (CrDeviceProperty_GetOnly.getValue()+11),
|
|
CrDeviceProperty_reserved20 (CrDeviceProperty_GetOnly.getValue()+12),
|
|
CrDeviceProperty_MediaSLOT2_Status (CrDeviceProperty_GetOnly.getValue()+13),
|
|
CrDeviceProperty_MediaSLOT2_FormatEnableStatus (CrDeviceProperty_GetOnly.getValue()+14),
|
|
CrDeviceProperty_MediaSLOT2_RemainingNumber (CrDeviceProperty_GetOnly.getValue()+15),
|
|
CrDeviceProperty_MediaSLOT2_RemainingTime (CrDeviceProperty_GetOnly.getValue()+16),
|
|
CrDeviceProperty_reserved22 (CrDeviceProperty_GetOnly.getValue()+17),
|
|
CrDeviceProperty_Media_FormatProgressRate (CrDeviceProperty_GetOnly.getValue()+18),
|
|
CrDeviceProperty_FTP_ConnectionStatus (CrDeviceProperty_GetOnly.getValue()+19),
|
|
CrDeviceProperty_FTP_ConnectionErrorInfo (CrDeviceProperty_GetOnly.getValue()+20),
|
|
CrDeviceProperty_LiveView_Area ( CrDeviceProperty_GetOnly.getValue()+21),
|
|
CrDeviceProperty_reserved26 (CrDeviceProperty_GetOnly.getValue()+22),
|
|
CrDeviceProperty_reserved27 (CrDeviceProperty_GetOnly.getValue()+23),
|
|
CrDeviceProperty_Interval_Rec_Status (CrDeviceProperty_GetOnly.getValue()+24),
|
|
CrDeviceProperty_CustomWB_Execution_State (CrDeviceProperty_GetOnly.getValue()+25),
|
|
CrDeviceProperty_CustomWB_Capturable_Area (CrDeviceProperty_GetOnly.getValue()+26),
|
|
CrDeviceProperty_CustomWB_Capture_Frame_Size (CrDeviceProperty_GetOnly.getValue()+27),
|
|
CrDeviceProperty_CustomWB_Capture_Operation ( CrDeviceProperty_GetOnly.getValue()+28),
|
|
CrDeviceProperty_reserved32 (CrDeviceProperty_GetOnly.getValue()+29),
|
|
CrDeviceProperty_Zoom_Operation_Status (CrDeviceProperty_GetOnly.getValue()+30),
|
|
CrDeviceProperty_Zoom_Bar_Information (CrDeviceProperty_GetOnly.getValue()+31),
|
|
CrDeviceProperty_Zoom_Type_Status (CrDeviceProperty_GetOnly.getValue()+32),
|
|
CrDeviceProperty_MediaSLOT1_QuickFormatEnableStatus (CrDeviceProperty_GetOnly.getValue()+33),
|
|
CrDeviceProperty_MediaSLOT2_QuickFormatEnableStatus (CrDeviceProperty_GetOnly.getValue()+34),
|
|
CrDeviceProperty_Cancel_Media_FormatEnableStatus (CrDeviceProperty_GetOnly.getValue()+35),
|
|
CrDeviceProperty_Zoom_Speed_Range (CrDeviceProperty_GetOnly.getValue()+36),
|
|
|
|
CrDeviceProperty_SdkControlMode (CrDeviceProperty_GetOnly.getValue()+37),
|
|
CrDeviceProperty_ContentsTransferStatus (CrDeviceProperty_GetOnly.getValue()+38),
|
|
CrDeviceProperty_ContentsTransferCancelEnableStatus (CrDeviceProperty_GetOnly.getValue()+39),
|
|
CrDeviceProperty_ContentsTransferProgress ( CrDeviceProperty_GetOnly.getValue()+40),
|
|
|
|
CrDeviceProperty_IsoCurrentSensitivity (CrDeviceProperty_GetOnly.getValue()+41),
|
|
CrDeviceProperty_CameraSetting_SaveOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+42),
|
|
CrDeviceProperty_CameraSetting_ReadOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+43),
|
|
CrDeviceProperty_CameraSetting_SaveRead_State (CrDeviceProperty_GetOnly.getValue()+44),
|
|
CrDeviceProperty_CameraSettingsResetEnableStatus (CrDeviceProperty_GetOnly.getValue()+45),
|
|
CrDeviceProperty_APS_C_or_Full_SwitchingSetting (CrDeviceProperty_GetOnly.getValue()+46),
|
|
CrDeviceProperty_APS_C_or_Full_SwitchingEnableStatus (CrDeviceProperty_GetOnly.getValue()+47),
|
|
CrDeviceProperty_DispModeCandidate(CrDeviceProperty_GetOnly.getValue()+48),
|
|
CrDeviceProperty_ShutterSpeedCurrentValue (CrDeviceProperty_GetOnly.getValue()+49),
|
|
CrDeviceProperty_Focus_Speed_Range (CrDeviceProperty_GetOnly.getValue()+50),
|
|
CrDeviceProperty_NDFilterMode (CrDeviceProperty_GetOnly.getValue()+51),
|
|
CrDeviceProperty_MoviePlayingSpeed (CrDeviceProperty_GetOnly.getValue()+52),
|
|
CrDeviceProperty_MediaSLOT1Player (CrDeviceProperty_GetOnly.getValue()+53),
|
|
CrDeviceProperty_MediaSLOT2Player (CrDeviceProperty_GetOnly.getValue()+54),
|
|
CrDeviceProperty_BatteryRemainingInMinutes (CrDeviceProperty_GetOnly.getValue()+55),
|
|
CrDeviceProperty_BatteryRemainingInVoltage (CrDeviceProperty_GetOnly.getValue()+56),
|
|
CrDeviceProperty_DCVoltage (CrDeviceProperty_GetOnly.getValue()+57),
|
|
CrDeviceProperty_MoviePlayingState (CrDeviceProperty_GetOnly.getValue()+58),
|
|
CrDeviceProperty_FocusTouchSpotStatus (CrDeviceProperty_GetOnly.getValue()+59),
|
|
CrDeviceProperty_FocusTrackingStatus (CrDeviceProperty_GetOnly.getValue()+60),
|
|
CrDeviceProperty_DepthOfFieldAdjustmentInterlockingMode (CrDeviceProperty_GetOnly.getValue()+61),
|
|
CrDeviceProperty_RecorderClipName (CrDeviceProperty_GetOnly.getValue()+62),
|
|
CrDeviceProperty_RecorderControlMainSetting (CrDeviceProperty_GetOnly.getValue()+63),
|
|
CrDeviceProperty_RecorderStartMain (CrDeviceProperty_GetOnly.getValue()+64),
|
|
CrDeviceProperty_RecorderStartProxy (CrDeviceProperty_GetOnly.getValue()+65),
|
|
CrDeviceProperty_RecorderMainStatus (CrDeviceProperty_GetOnly.getValue()+66),
|
|
CrDeviceProperty_RecorderProxyStatus (CrDeviceProperty_GetOnly.getValue()+67),
|
|
CrDeviceProperty_RecorderExtRawStatus (CrDeviceProperty_GetOnly.getValue()+68),
|
|
CrDeviceProperty_RecorderSaveDestination (CrDeviceProperty_GetOnly.getValue()+69),
|
|
CrDeviceProperty_AssignableButtonIndicator1 (CrDeviceProperty_GetOnly.getValue()+70),
|
|
CrDeviceProperty_AssignableButtonIndicator2 (CrDeviceProperty_GetOnly.getValue()+71),
|
|
CrDeviceProperty_AssignableButtonIndicator3 (CrDeviceProperty_GetOnly.getValue()+72),
|
|
CrDeviceProperty_AssignableButtonIndicator4 (CrDeviceProperty_GetOnly.getValue()+73),
|
|
CrDeviceProperty_AssignableButtonIndicator5 (CrDeviceProperty_GetOnly.getValue()+74),
|
|
CrDeviceProperty_AssignableButtonIndicator6 (CrDeviceProperty_GetOnly.getValue()+75),
|
|
CrDeviceProperty_AssignableButtonIndicator7 (CrDeviceProperty_GetOnly.getValue()+76),
|
|
CrDeviceProperty_AssignableButtonIndicator8 (CrDeviceProperty_GetOnly.getValue()+77),
|
|
CrDeviceProperty_AssignableButtonIndicator9 (CrDeviceProperty_GetOnly.getValue()+78),
|
|
CrDeviceProperty_LensAssignableButtonIndicator1 (CrDeviceProperty_GetOnly.getValue()+79),
|
|
CrDeviceProperty_GaindBCurrentValue (CrDeviceProperty_GetOnly.getValue()+80),
|
|
CrDeviceProperty_SoftwareVersion (CrDeviceProperty_GetOnly.getValue()+81),
|
|
CrDeviceProperty_CurrentSceneFileEdited (CrDeviceProperty_GetOnly.getValue()+82),
|
|
CrDeviceProperty_MovieRecButtonToggleEnableStatus (CrDeviceProperty_GetOnly.getValue()+83),
|
|
CrDeviceProperty_RemoteTouchOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+84),
|
|
CrDeviceProperty_CancelRemoteTouchOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+85),
|
|
CrDeviceProperty_LensInformationEnableStatus (CrDeviceProperty_GetOnly.getValue()+86),
|
|
CrDeviceProperty_FollowFocusPositionCurrentValue (CrDeviceProperty_GetOnly.getValue()+87),
|
|
CrDeviceProperty_FocusBracketShootingStatus (CrDeviceProperty_GetOnly.getValue()+88),
|
|
|
|
CrDeviceProperty_PixelMappingEnableStatus (CrDeviceProperty_GetOnly.getValue()+89),
|
|
CrDeviceProperty_TimeCodePresetResetEnableStatus (CrDeviceProperty_GetOnly.getValue()+90),
|
|
CrDeviceProperty_UserBitPresetResetEnableStatus (CrDeviceProperty_GetOnly.getValue()+91),
|
|
CrDeviceProperty_SensorCleaningEnableStatus (CrDeviceProperty_GetOnly.getValue()+92),
|
|
CrDeviceProperty_PictureProfileResetEnableStatus (CrDeviceProperty_GetOnly.getValue()+93),
|
|
CrDeviceProperty_CreativeLookResetEnableStatus (CrDeviceProperty_GetOnly.getValue()+94),
|
|
CrDeviceProperty_LensVersionNumber (CrDeviceProperty_GetOnly.getValue()+95),
|
|
CrDeviceProperty_DeviceOverheatingState (CrDeviceProperty_GetOnly.getValue()+96),
|
|
CrDeviceProperty_Movie_IntervalRec_CountDownIntervalTime (CrDeviceProperty_GetOnly.getValue()+97),
|
|
CrDeviceProperty_Movie_IntervalRec_RecordingDuration (CrDeviceProperty_GetOnly.getValue()+98),
|
|
|
|
CrDeviceProperty_HighResolutionShutterSpeed ( CrDeviceProperty_GetOnly.getValue()+99),
|
|
CrDeviceProperty_BaseLookImportOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+100),
|
|
CrDeviceProperty_LensModelName (CrDeviceProperty_GetOnly.getValue()+101),
|
|
CrDeviceProperty_FocusPositionCurrentValue (CrDeviceProperty_GetOnly.getValue()+102),
|
|
CrDeviceProperty_FocusDrivingStatus (CrDeviceProperty_GetOnly.getValue()+103),
|
|
CrDeviceProperty_FlickerScanStatus (CrDeviceProperty_GetOnly.getValue()+104),
|
|
CrDeviceProperty_FlickerScanEnableStatus (CrDeviceProperty_GetOnly.getValue()+105),
|
|
CrDeviceProperty_FTPServerSettingVersion (CrDeviceProperty_GetOnly.getValue()+106),
|
|
CrDeviceProperty_FTPServerSettingOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+107),
|
|
CrDeviceProperty_FTPTransferSetting_SaveOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+108),
|
|
CrDeviceProperty_FTPTransferSetting_ReadOperationEnableStatus (CrDeviceProperty_GetOnly.getValue()+109),
|
|
CrDeviceProperty_FTPTransferSetting_SaveRead_State (CrDeviceProperty_GetOnly.getValue()+110),
|
|
CrDeviceProperty_FTPJobListDataVersion (CrDeviceProperty_GetOnly.getValue()+111),
|
|
CrDeviceProperty_CameraShakeStatus (CrDeviceProperty_GetOnly.getValue()+112),
|
|
CrDeviceProperty_UpdateBodyStatus (CrDeviceProperty_GetOnly.getValue()+113),
|
|
CrDeviceProperty_reserved35 (CrDeviceProperty_GetOnly.getValue()+114),
|
|
CrDeviceProperty_MediaSLOT1_WritingState (CrDeviceProperty_GetOnly.getValue()+115),
|
|
CrDeviceProperty_MediaSLOT2_WritingState (CrDeviceProperty_GetOnly.getValue()+116),
|
|
CrDeviceProperty_reserved36 (CrDeviceProperty_GetOnly.getValue()+117),
|
|
CrDeviceProperty_MediaSLOT1_RecordingAvailableType (CrDeviceProperty_GetOnly.getValue()+118),
|
|
CrDeviceProperty_MediaSLOT2_RecordingAvailableType (CrDeviceProperty_GetOnly.getValue()+119),
|
|
|
|
CrDeviceProperty_MediaSLOT3_RecordingAvailableType (CrDeviceProperty_GetOnly.getValue()+120),
|
|
CrDeviceProperty_CameraOperatingMode (CrDeviceProperty_GetOnly.getValue()+121),
|
|
CrDeviceProperty_PlaybackViewMode (CrDeviceProperty_GetOnly.getValue()+122),
|
|
CrDeviceProperty_AssignableButtonIndicator10 (CrDeviceProperty_GetOnly.getValue()+123),
|
|
CrDeviceProperty_AssignableButtonIndicator11 (CrDeviceProperty_GetOnly.getValue()+124),
|
|
CrDeviceProperty_reserved41 (CrDeviceProperty_GetOnly.getValue()+125),
|
|
CrDeviceProperty_reserved42 (CrDeviceProperty_GetOnly.getValue()+126),
|
|
CrDeviceProperty_reserved43 (CrDeviceProperty_GetOnly.getValue()+127),
|
|
CrDeviceProperty_reserved44 (CrDeviceProperty_GetOnly.getValue()+128),
|
|
CrDeviceProperty_MediaSLOT3_Status (CrDeviceProperty_GetOnly.getValue()+129),
|
|
CrDeviceProperty_reserved45 (CrDeviceProperty_GetOnly.getValue()+130),
|
|
CrDeviceProperty_MediaSLOT3_RemainingTime (CrDeviceProperty_GetOnly.getValue()+131),
|
|
CrDeviceProperty_reserved46 (CrDeviceProperty_GetOnly.getValue()+132),
|
|
CrDeviceProperty_reserved47 (CrDeviceProperty_GetOnly.getValue()+133),
|
|
CrDeviceProperty_MonitoringDeliveringStatus (CrDeviceProperty_GetOnly.getValue()+134),
|
|
CrDeviceProperty_MonitoringIsDelivering (CrDeviceProperty_GetOnly.getValue()+135),
|
|
CrDeviceProperty_MonitoringSettingVersion (CrDeviceProperty_GetOnly.getValue()+136),
|
|
CrDeviceProperty_MonitoringDeliveryTypeSupportInfo (CrDeviceProperty_GetOnly.getValue()+137),
|
|
CrDeviceProperty_MonitoringReserved ( CrDeviceProperty_GetOnly.getValue()+138),
|
|
|
|
CrDeviceProperty_CameraErrorCautionStatus ( CrDeviceProperty_GetOnly.getValue()+139),
|
|
CrDeviceProperty_SystemErrorCautionStatus ( CrDeviceProperty_GetOnly.getValue()+140),
|
|
CrDeviceProperty_CameraButtonFunctionStatus ( CrDeviceProperty_GetOnly.getValue()+141),
|
|
CrDeviceProperty_FlickerLessShootingStatus ( CrDeviceProperty_GetOnly.getValue()+142),
|
|
CrDeviceProperty_ContinuousShootingSpotBoostStatus ( CrDeviceProperty_GetOnly.getValue()+143),
|
|
CrDeviceProperty_ContinuousShootingSpotBoostEnableStatus ( CrDeviceProperty_GetOnly.getValue()+144),
|
|
CrDeviceProperty_TimeShiftShootingStatus ( CrDeviceProperty_GetOnly.getValue()+145),
|
|
CrDeviceProperty_ZoomDrivingStatus ( CrDeviceProperty_GetOnly.getValue()+146),
|
|
CrDeviceProperty_ShootingSelfTimerStatus ( CrDeviceProperty_GetOnly.getValue()+147),
|
|
CrDeviceProperty_CreateNewFolderEnableStatus ( CrDeviceProperty_GetOnly.getValue()+148),
|
|
CrDeviceProperty_ForcedFileNumberResetEnableStatus ( CrDeviceProperty_GetOnly.getValue()+149),
|
|
CrDeviceProperty_DefaultAFFreeSizeAndPositionSetting ( CrDeviceProperty_GetOnly.getValue()+150),
|
|
CrDeviceProperty_TrackingOnAndAFOnEnableStatus ( CrDeviceProperty_GetOnly.getValue()+151),
|
|
CrDeviceProperty_ProgramShiftStatus ( CrDeviceProperty_GetOnly.getValue()+152),
|
|
CrDeviceProperty_MeteredManualLevel ( CrDeviceProperty_GetOnly.getValue()+153),
|
|
CrDeviceProperty_ZoomAndFocusPresetDataVersion ( CrDeviceProperty_GetOnly.getValue()+154),
|
|
CrDeviceProperty_SecondBatteryRemain ( CrDeviceProperty_GetOnly.getValue()+155),
|
|
CrDeviceProperty_SecondBatteryLevel ( CrDeviceProperty_GetOnly.getValue()+156),
|
|
CrDeviceProperty_TotalBatteryRemain ( CrDeviceProperty_GetOnly.getValue()+157),
|
|
CrDeviceProperty_TotalBatteryLevel ( CrDeviceProperty_GetOnly.getValue()+158),
|
|
CrDeviceProperty_BodySerialNumber ( CrDeviceProperty_GetOnly.getValue()+159),
|
|
|
|
CrDeviceProperty_TeleWideLeverValueCapability ( CrDeviceProperty_GetOnly.getValue()+160),
|
|
CrDeviceProperty_ZoomPositionCurrentValue ( CrDeviceProperty_GetOnly.getValue()+161),
|
|
CrDeviceProperty_MonitoringTransportProtocol (CrDeviceProperty_GetOnly.getValue()+162),
|
|
CrDeviceProperty_MonitoringAvailableFormat (CrDeviceProperty_GetOnly.getValue()+163),
|
|
CrDeviceProperty_MonitoringFormatSupportInformation (CrDeviceProperty_GetOnly.getValue()+164),
|
|
CrDeviceProperty_MediaSLOT1_ContentsInfoListEnableStatus (CrDeviceProperty_GetOnly.getValue()+165),
|
|
CrDeviceProperty_MediaSLOT2_ContentsInfoListEnableStatus (CrDeviceProperty_GetOnly.getValue()+166),
|
|
CrDeviceProperty_MediaSLOT1_ContentsInfoListRegenerateUpdateTime ( CrDeviceProperty_GetOnly.getValue()+167),
|
|
CrDeviceProperty_MediaSLOT2_ContentsInfoListRegenerateUpdateTime ( CrDeviceProperty_GetOnly.getValue()+168),
|
|
CrDeviceProperty_MediaSLOT1_ContentsInfoListUpdateTime ( CrDeviceProperty_GetOnly.getValue()+169),
|
|
CrDeviceProperty_MediaSLOT2_ContentsInfoListUpdateTime ( CrDeviceProperty_GetOnly.getValue()+170),
|
|
CrDeviceProperty_PostViewTransferResourceStatus ( CrDeviceProperty_GetOnly.getValue()+171),
|
|
CrDeviceProperty_CameraSystemErrorInfo ( CrDeviceProperty_GetOnly.getValue()+172),
|
|
CrDeviceProperty_FaceEyeDetectionAFStatus ( CrDeviceProperty_GetOnly.getValue()+173),
|
|
CrDeviceProperty_UploadDatasetVersion ( CrDeviceProperty_GetOnly.getValue()+174),
|
|
CrDeviceProperty_MonitorLUTSettingOutputDestAssign (CrDeviceProperty_GetOnly.getValue()+175),
|
|
CrDeviceProperty_MaximumNumberOfBytes ( CrDeviceProperty_GetOnly.getValue()+176),
|
|
CrDeviceProperty_FirmwareUpdateCommandVersion ( CrDeviceProperty_GetOnly.getValue()+177),
|
|
CrDeviceProperty_ModelName ( CrDeviceProperty_GetOnly.getValue()+178),
|
|
CrDeviceProperty_AutoRecognitionTargetCandidates ( CrDeviceProperty_GetOnly.getValue()+179),
|
|
|
|
CrDeviceProperty_AreaTimeZoneSettingVersion ( CrDeviceProperty_GetOnly.getValue()+180),
|
|
CrDeviceProperty_SetPresetPTZFBinaryVersion ( CrDeviceProperty_GetOnly.getValue()+181),
|
|
CrDeviceProperty_PanPositionStatus ( CrDeviceProperty_GetOnly.getValue()+182),
|
|
CrDeviceProperty_TiltPositionStatus ( CrDeviceProperty_GetOnly.getValue()+183),
|
|
CrDeviceProperty_PanPositionCurrentValue ( CrDeviceProperty_GetOnly.getValue()+184),
|
|
CrDeviceProperty_TiltPositionCurrentValue ( CrDeviceProperty_GetOnly.getValue()+185),
|
|
CrDeviceProperty_CameraPowerStatus ( CrDeviceProperty_GetOnly.getValue()+186),
|
|
CrDeviceProperty_RecordablePowerSources ( CrDeviceProperty_GetOnly.getValue()+187),
|
|
CrDeviceProperty_DisplayedMenuStatus ( CrDeviceProperty_GetOnly.getValue()+188),
|
|
CrDeviceProperty_PlaybackContentsRecordingDateTime ( CrDeviceProperty_GetOnly.getValue()+189),
|
|
CrDeviceProperty_PlaybackContentsName ( CrDeviceProperty_GetOnly.getValue()+190),
|
|
CrDeviceProperty_PlaybackContentsNumber ( CrDeviceProperty_GetOnly.getValue()+191),
|
|
CrDeviceProperty_PlaybackContentsTotalNumber ( CrDeviceProperty_GetOnly.getValue()+192),
|
|
CrDeviceProperty_PlaybackContentsRecordingResolution ( CrDeviceProperty_GetOnly.getValue()+193),
|
|
CrDeviceProperty_PlaybackContentsRecordingFrameRate ( CrDeviceProperty_GetOnly.getValue()+194),
|
|
CrDeviceProperty_PlaybackContentsRecordingFileFormat ( CrDeviceProperty_GetOnly.getValue()+195),
|
|
CrDeviceProperty_PlaybackContentsGammaType ( CrDeviceProperty_GetOnly.getValue()+196),
|
|
CrDeviceProperty_BaseLookNameofPlayback ( CrDeviceProperty_GetOnly.getValue()+197),
|
|
CrDeviceProperty_BaseLookAppliedofPlayback ( CrDeviceProperty_GetOnly.getValue()+198),
|
|
CrDeviceProperty_MonitoringOutputDisplaySettingDestAssign (CrDeviceProperty_GetOnly.getValue()+199),
|
|
CrDeviceProperty_FocusModeStatus ( CrDeviceProperty_GetOnly.getValue()+200),
|
|
CrDeviceProperty_FocusOperationWithInt16EnableStatus ( CrDeviceProperty_GetOnly.getValue()+201),
|
|
CrDeviceProperty_ValidRecordingVideoFormat ( CrDeviceProperty_GetOnly.getValue()+202),
|
|
CrDeviceProperty_LensSerialNumber ( CrDeviceProperty_GetOnly.getValue()+203),
|
|
CrDeviceProperty_MaximumSizeOfImageIDString ( CrDeviceProperty_GetOnly.getValue()+204),
|
|
CrDeviceProperty_StreamStatus ( CrDeviceProperty_GetOnly.getValue()+205),
|
|
CrDeviceProperty_StreamButtonEnableStatus ( CrDeviceProperty_GetOnly.getValue()+206),
|
|
CrDeviceProperty_StreamSettingListOperationStatus ( CrDeviceProperty_GetOnly.getValue()+207),
|
|
CrDeviceProperty_VideoStreamSettingVersion (CrDeviceProperty_GetOnly.getValue()+208),
|
|
CrDeviceProperty_EframingType ( CrDeviceProperty_GetOnly.getValue()+209),
|
|
CrDeviceProperty_EframingCommandVersion ( CrDeviceProperty_GetOnly.getValue()+210),
|
|
CrDeviceProperty_DeleteContentOperationEnableStatusSLOT1 ( CrDeviceProperty_GetOnly.getValue()+211),
|
|
CrDeviceProperty_DeleteContentOperationEnableStatusSLOT2 ( CrDeviceProperty_GetOnly.getValue()+212),
|
|
CrDeviceProperty_SceneFileCommandVersion ( CrDeviceProperty_GetOnly.getValue()+213),
|
|
CrDeviceProperty_SceneFileUploadOperationEnableStatus ( CrDeviceProperty_GetOnly.getValue()+214),
|
|
CrDeviceProperty_SceneFileDownloadOperationEnableStatus ( CrDeviceProperty_GetOnly.getValue()+215),
|
|
CrDeviceProperty_SceneFileIndexesAvailableForDownload ( CrDeviceProperty_GetOnly.getValue()+216),
|
|
CrDeviceProperty_CustomGridLineFileCommandVersion ( CrDeviceProperty_GetOnly.getValue()+217),
|
|
|
|
CrDeviceProperty_MaxVal (0x1000);
|
|
|
|
private final CrInt32u value;
|
|
CrDevicePropertyCode(int value) {
|
|
this.value = new CrInt32u(value);
|
|
}
|
|
public int getValue() {
|
|
return value.intValue();
|
|
}
|
|
}
|
|
|
|
|