⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cdtype.bas

📁 canon 相机SDK,非常难得
💻 BAS
📖 第 1 页 / 共 5 页
字号:
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0:no-AEB  1:1st-AEB  2:2nd-AEB  3:3rd-AEB
'    */
    Public Const cdIMG_PROP_AEB_EXPOSURE_COMP = &H3A00
'    /* Exposure compensation value in AEB (APPEX).
'           Attribute : Read only
'           Size/Type : 4 / cdFloat
'    */
    Public Const cdIMG_PROP_FLASH_COMP = &H3B00
'    /* Flash compensation value (APPEX).
'           Attribute : Read only
'           Size/Type : 4 / cdFloat
'    */
    Public Const cdIMG_PROP_AIAE = &H3D00
'    /* AE setting in shooting.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'       0: Nomal AE
'       1: Exposure compensation.
'       2: AE lock.
'       3: Exposure compensation and AE lock.
'       4: No AE.
'       &Hffff: Unknown.
'    */
    Public Const cdIMG_PROP_IS_SETTING = &H3E00
'    /* Image stabilizer setting of the PowerShot Pro90IS.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: off  1: on   &Hffff: unknown
'    */
    Public Const cdIMG_PROP_DISP_AV_OPEN = &H3F00
'    /* Aperture value for display (/10)
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_EZOOM_SRC_SIZE = &H4000
'    /* The number of horizontal direction logging pixels when smooth
'       electronic zoom.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_EZOOM_DST_SIZE = &H4100
'    /* The number of horizontal direction enlargement target pixels
'       when smooth electronic zoom.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Note:
'        Electronic zoom magnification in smooth electronic zoom
'           = EZoomDstSize / EZoomSrcSize
'    */
    Public Const cdIMG_PROP_AF_DISTANCE = &H4200
'    /* AF distance setting.
'           Attribute : Read only
'           Size/Type : 2 / cdAFDistance
'    */
    Public Const cdIMG_PROP_AV_OPEN = &H4300
'    /* Minimum aperture value.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_AV_MAX = &H4400
'    /* Maximum aperture value.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_SHOOTING_NUM_H = &H4500
'    /* Upper-word of shooting number.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_SHOOTING_NUM_L = &H4600
'    /* Lower-word of shooting number.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_BRACKET_MODE = &H4700
'    /* Bracket mode
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'       0: non -bracket
'       1: AEB 2: FEB 3: ISO 4: WB
'    */
    Public Const cdIMG_PROP_BRACKET_VALUE = &H4800
'    /* Bracket comp value. (APPEX value)
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_BRACKET_SHOT_NUMBER = &H4900
'    /* Bracked shooting number.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_RAW_MODE_QUALITY = &H4A00
'    /* JPEG quality in RAW+JPEG rec.
'           Attribute : Read only
'           Size/Type : 2 / cdCompQuality
'    */
    Public Const cdIMG_PROP_RAW_MODE_SIZE = &H4B00
'    /* JPEG size in RAW+JPEG rec.
'           Attribute : Read only
'           Size/Type : 2 / cdImageSize
'    */
    Public Const cdIMG_PROP_NOISE_REDUCTION = &H4C00
'    /* Noise reduction mode.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'       0:off 1:type1 2:type2
'    */
    Public Const cdIMG_PROP_GAMMA = &H4D00
'    /* Tone curve
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: standard  1: manual set  2: custom set
'    */
    Public Const cdIMG_PROP_EDGE_LEVEL = &H4E00
'    /* Sharpness level.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: off  1: 1  2: 2  3: 3  4: 4  5: 5
'    */
    Public Const cdIMG_PROP_EDGE_FREQ = &H4F00
'    /* Sharpness object
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: invalid  1: very coarse  2: coarse  3: standard  4: fine
'        5: very fine
'    */
    Public Const cdIMG_PROP_SENSOR_DATA_RG = &H5000
'    /* WB sensor data.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_SENSOR_DATA_BG = &H5100
'    /* WB sensor data.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_WHITE_DATA_R = &H5200
'    /* Custom WB data
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_WHITE_DATA_B = &H5300
'    /* Custom WB data
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_WB_COLOR_TEMP = &H5400
'    /* WB color temperature.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_COLOR_MATRIX = &H5500
'    /* Color matrix
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        1: 1  2: 2  3: 3  4: 4  5: 5  =&Hffff: Unknown
'    */
    Public Const cdIMG_PROP_DIGITAL_GAIN = &H5600
'    /* Digital exposure compensation value (x10)
'           Attribute : Read only
'           Size/Type : 2 / cdInt16
'    */
    Public Const cdIMG_PROP_GAMMA_TABLE = &H5700
'    /* Gamma table.
'           Attribute : Read only
'           Size/Type : sizeof(cdDevGammaLUTTable) / cdDevGammaLUTTable
'    */
    Public Const cdIMG_PROP_EDGE_LEVEL_TABLE = &H5800
'    /* Edge level table.
'           Attribute : Read only
'           Size/Type : sizeof(cdDevEdgeLevelTable) / cdDevEdgeLevelTable
'    */
    Public Const cdIMG_PROP_EDGE_FREQ_TABLE = &H5900
'    /* Edge frequency table.
'           Attribute : Read only
'           Size/Type : sizeof(cdDevEdgeFreqTable) / cdDevEdgeFreqTable
'    */
    Public Const cdIMG_PROP_WB_TABLE = &H5A00
'    /* WB table.
'           Attribute : Read only
'           Size/Type : sizeof(cdDevWBParamTable) / cdDevWBParamTable
'    */
    Public Const cdIMG_PROP_MODIFIED_PARAM_FLAG = &H5B00
'    /* Modified flag.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt32
'   Values:
'        0:DevelopParam is not modified  1: Modified
'    */
    Public Const cdIMG_PROP_GAMMA_MATCHING = &H5D00
'    /* Gamma Matching table.
'           Attribute : Read only
'           Size/Type : sizeof(cdDevGammaLUTMatching) / cdDevGammaLUTMatching
'    */
    Public Const cdIMG_PROP_WB_MATCHING = &H5E00
'    /* WB Matching
'           Attribute : Read only
'           Size/Type : sizeof(cdDevWBParamMatching) / cdDevWBParamMatching
'    */
    Public Const cdIMG_PROP_PHOTO_EFFECT = &H5F00
'    /* Photo effect setting.
'           Attribute : Read only
'           Size/Type : sizeof(cdPhotoEffect) / cdPhotoEffect
'    */
    Public Const cdIMG_PROP_PHOTO_HUE = &H6000
'    /* Hue / Color tone.
'           Attribute : Read only
'           Size/Type : sizeof(cdInt16) / cdInt16
'   Values:
'        -2: -2   -1: -1   0: Normal  1: 2   2: 2   0x7fff: Unknown
'    */
    Public Const cdIMG_PROP_EXPOSURETIME_DCF = &H6100
'    /* Exposure Time (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdURational) / cdURational
'    */
    Public Const cdIMG_PROP_FNUMBER_DCF = &H6200
'    /* F number (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdURational) / cdURational
'    */
    Public Const cdIMG_PROP_SHUTTERSPEED_DCF = &H6300
'    /* Shutter speed (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdRational) / cdRational
'    */
    Public Const cdIMG_PROP_APERTUREVALUE_DCF = &H6400
'    /* Aperture value(Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdURational) / cdURational
'    */
    Public Const cdIMG_PROP_EXPOSUREBIASVALUE_DCF = &H6500
'    /* Exposure bias value (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdRational) / cdRational
'    */
    Public Const cdIMG_PROP_FLASH_DCF = &H6600
'    /* Flash (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdUInt16) / cdUInt16
'    */
    Public Const cdIMG_PROP_EXIFVERSION = &H6700
'    /* Exif version
'           Attribute : Read only
'           Size/Type : 4 / cdChar[4]
'   Note:
'        NOT NULL termnated.
'    */
    Public Const cdIMG_PROP_PROCESSCOMPLETED_DCF = &H6800
'    /* Process completed (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdUInt16) / cdUInt16
'    */
    Public Const cdIMG_PROP_EXPOSUREMODE_DCF = &H6900
'    /* Exposure mode (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdUInt16) / cdUInt16
'    */
    Public Const cdIMG_PROP_AUTOWHITEBALANCE_DCF = &H6A00
'    /* Auto white balance (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdUInt16) / cdUInt16
'    */
    Public Const cdIMG_PROP_DIGITALZOOMRATIO_DCF = &H6B00
'    /* Digital zoom ratio.
'           Attribute : Read only
'           Size/Type : sizeof(cdURational) / cdURational
'    */
    Public Const cdIMG_PROP_SCENECAPTURETYPE_DCF = &H6C00
'    /* Scene capture type (Exif)
'           Attribute : Read only
'           Size/Type : sizeof(cdUInt16) / cdUInt16
'    */

    Public Const cdIMG_PROP_MODIFIED_GAMMA = &H6D00
'    /* Modified tone curve
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: standard  1: manual set  2: custom set
'    */
    Public Const cdIMG_PROP_MODIFIED_EDGE_LEVEL = &H6E00
'    /* Modified sharpness level.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: off  1: 1  2: 2  3: 3  4: 4  5: 5
'    */
    Public Const cdIMG_PROP_MODIFIED_EDGE_FREQ = &H6F00
'    /* Modified sharpness object
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'   Values:
'        0: invalid  1: very coarse  2: coarse  3: standard  4: fine
'        5: very fine
'    */
    Public Const cdIMG_PROP_MODIFIED_SENSOR_DATA_RG = &H7000
'    /* Modified WB sensor data.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_MODIFIED_SENSOR_DATA_BG = &H7100
'    /* Modified WB sensor data.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_MODIFIED_WHITE_DATA_R = &H7200
'    /* Modified custom WB data
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_MODIFIED_WHITE_DATA_B = &H7300
'    /* Modified custom WB data
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_MODIFIED_WB_COLOR_TEMP = &H7400
'    /* Modified WB color temperature.
'           Attribute : Read only
'           Size/Type : 2 / cdUInt16
'    */
    Public Const cdIMG_PROP_MODIFIED_COLOR_MATRIX = &H7500

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -