📄 readme
字号:
kind of automatic mechanism. One-push Automatic means that the user must press the capture button while pointing objective at a white field, at which time the device determines the white balance setting. Daylight means that the device sets the white balance to a value that is suitable for daylight use. Tungsten means that the device sets the white balance to a value that is suitable for use with a tungsten light source. Flash means that the white balance is set to a value that is suitable for flash conditions.0x5006 : RGB Gain DataType: String Forms: Enum, Range This property takes the form of a string that is parsed as follows: "R:G:B" where the R represents the red gain, the G represents the green gain, and the B represents the blue gain. For example, for an RGB ratio of red=2, green=3 and blue=4, the RGB string could be "2:3:4" or "200:300:400". Each part of the RGB string is in decimal form of UINT16 integer.0x5007 : F-Number DataType: UINT16 Forms: Enum This property represents the aperture of the lens. The units are equal to the F-Number scaled by 100. Example values are: 280 (2.8), 560 (5.6), 800 (8), etc.0x5008 : Focal Length DataType: UINT32 Forms: Enum, Range This property represents the 35mm equivalent focal length. The units are equal to focal length in millimeters multiplied by 100.0x5009 : Focus Distance DataType: UINT16 Forms: Enum, Range Value of this property represents the focus distance in millimeters. A value of 0xFFFF means infinity.0x500a : Focus Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Manual 0x0002 - Automatic 0x0003 - Automatic Macro (close-up) All other values with bit 15 set to zero are reserver. All values with bit 15 set to 1 are vendor-defined.0x500b : Exposure Metering Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Average 0x0002 - Center-weighted-average 0x0003 - Multi-spot 0x0004 - Center-spot All other values with bit 15 set to zero are reserved. All values with bit 15 set to 1 are vendor-defined.0x500c : Flash Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Auto flash 0x0002 - Flash off 0x0003 - Fill flash 0x0004 - Red eye auto 0x0005 - Red eye fill 0x0006 - External flash All other values with bit 15 set to zero are reserved. All values with bit 15 set to 1 are vendor-defined.0x500d : Exposure Time DataType: UINT32 Forms: Enum, Range This property represents the shutter speed. It has units of seconds scaled by 10000. For example: 40 means 1/250 sec. 80 means 1/125 sec. 160 means 1/62.5 sec. and so on.0x500e : Exposure Program Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Manual 0x0002 - Automatic 0x0003 - Aperture Priority 0x0004 - Shutter Priority 0x0005 - Program Creative (greater depth of field) 0x0006 - Program Action (faster shutter speed) 0x0007 - Portrait All other values with bit 15 set to zero are reserved. All values with bit 15 set to 1 are vendor-defined.0x500f : Exposure Index (film speed ISO) DataType: UINT16 Forms: Enum, Range Value of this property represents the emulation of film speed setting. The setting corresponds to the ISO designations. A value of 0xFFFF means automatic ISO setting.0x5010 : Exposure Bias Compensation DataType: INT16 Forms: Enum, Range Value of this property represents the exposure compensation. The units are in "stops" scaled by 1000. The setting values are in APEX. For example the value of -2000 (means 4X less energy on sensor) two stops less exposure (darker image). The value of 1500 means one and a half stops more exposure (2.25X more energy on sensors).0x5011 : Date Time DataType: String Forms: none Value of this property represents the device date and time in ISO 8601 format. It's a string of "YYYYMMDDThhmmss.s", where YYYY represents the year, MM represents the month (01-12), DD is the day of the month (01-31), T is a constant character, hh represents the hour since midnight (00-23), mm is the minutes (00-59) past the hour and ss.s is the seconds past the minute, with the ".s" being optional tenth of second past the second. The string can be optionally appended with Z to indicate UTC, or +/-hhmm to indicate that time is relative to a time zone. 0x5012 : Pre-Capture Delay DataType: UINT32 Forms: Enum, Range Value of this property represents the amount of time delay that should be inserted between the capture trigger and the initiation of the data capture. This value shall be interpreted as milliseconds. It has nothing to do with the "0x5019 : Burst Interval" and the "0x501b : Timelapse Interval"!0x5013 : Still Capture Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Normal 0x0002 - Burst 0x0003 - Timelapse All other values with bit 15 set to zero are reserved. All values with bit 15 set to 1 are vendor-defined.0x5014 : Contrast DataType: UINT8 Forms: Enum, Range Value of this property represents the contrast of a captured image. The minimum supported value is used to represent the least contrast, while the maximum value represents the most contrast.0x5015 : Sharpness DataType: UINT8 Forms: Enum, Range Value of this property represents the sharpness of a captured image. The minimum value is used to represent the least amount of sharpness, while the maximum value represents highest sharpness.0x5016 : Digital Zoom DataType: UINT8 Forms: Enum, Range Value of this property represents the effective zoom ratio of digital camera's acquired image scaled by a factor of 10. No digital zoom (1) represents the value of 10. The minimum value represents minimum digital zoom (no digital zoom), typically 10, while the maximum value represents the maximum digital zoom.0x5017 : Effect Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Standard (color) 0x0002 - Black & White 0x0003 - Sepia All other values with bit 15 set to zero are reserved. All values with bit 15 set to 1 are vendor-defined.0x5018 : Burst Number DataType: UINT16 Forms: Enum, Range Value of this property specifies the number of images that the device will attempt to capture upon initiation of a burst capture.0x5019 : Burst Interval Data Type: UINT16 Forms: Enum, Range Value of this property represents the delay between captures upon initialization of a burst captures. This value is expressed in milliseconds.0x501a : Timelapse Number DataType: UINT16 Forms: Enum, Range Value of this property represents the number of images that the device will attempt to capture upon initiation of a time-lapse capture.0x501b : Timelapse Interval DataType: UINT32 Forms: Enum, Range Value of this property represents the delay between captures upon initialization of a time-lapse capture. This value is expressed in milliseconds0x501c : Focus Metering Mode DataType: UINT16 Forms: Enum PTP standard specifies following values: 0x0000 - Undefined 0x0001 - Center-spot 0x0002 - Multi-spot All other values with bit 15 set to zero are reserved. All values with bit 15 set to 1 are vendor-defined.0x501d : UploadURL DataType: String Forms: none This property describes the URL that the receiver may use to upload images.0x501e : Artist DataType: string Forms: none The name of the author of pictures. This property is intended to populate the Artist field of an EXIF images.0x501f : Copyright DataType: string Forms: none Copyright notification. This property is intended to populate the Copyright field of an EXIF images.===================* Camera abilities*===================A couple of random camera abilities:0.048332 PTP/library.c(2): Device info:0.048347 PTP/library.c(2): Manufacturer: Nikon Corporation0.048359 PTP/library.c(2): model: E25000.048370 PTP/library.c(2): device version: E2500v1.00.048380 PTP/library.c(2): Vendor extension description: Nikon PTP Extensions0.048391 PTP/library.c(2): Supported operations:0.048402 PTP/library.c(2): 0x10010.048413 PTP/library.c(2): 0x10020.048424 PTP/library.c(2): 0x10030.048435 PTP/library.c(2): 0x10040.048446 PTP/library.c(2): 0x10050.048457 PTP/library.c(2): 0x10060.048468 PTP/library.c(2): 0x10070.048479 PTP/library.c(2): 0x10080.048490 PTP/library.c(2): 0x10090.048500 PTP/library.c(2): 0x100a0.048511 PTP/library.c(2): 0x100b0.048522 PTP/library.c(2): 0x101b0.309772 PTP/library.c(2): Device info:0.309976 PTP/library.c(2): Manufacturer: Canon Inc.0.310211 PTP/library.c(2): model: Canon DIGITAL IXUS 4000.310427 PTP/library.c(2): device version:0.310634 PTP/library.c(2): Vendor extension description: (null)0.310861 PTP/library.c(2): Supported operations:0.311066 PTP/library.c(2): 0x10010.311260 PTP/library.c(2): 0x10020.311455 PTP/library.c(2): 0x10030.311650 PTP/library.c(2): 0x10040.311844 PTP/library.c(2): 0x10050.312039 PTP/library.c(2): 0x10060.312233 PTP/library.c(2): 0x10070.312476 PTP/library.c(2): 0x10080.312674 PTP/library.c(2): 0x10090.312869 PTP/library.c(2): 0x100a0.313064 PTP/library.c(2): 0x100b0.313259 PTP/library.c(2): 0x100c0.313457 PTP/library.c(2): 0x100d0.313651 PTP/library.c(2): 0x100e0.313846 PTP/library.c(2): 0x100f0.314039 PTP/library.c(2): 0x10120.314233 PTP/library.c(2): 0x10140.321675 PTP/library.c(2): 0x10150.322120 PTP/library.c(2): 0x10160.322321 PTP/library.c(2): 0x101b0.322518 PTP/library.c(2): 0x90010.322713 PTP/library.c(2): 0x90020.322909 PTP/library.c(2): 0x90030.323103 PTP/library.c(2): 0x90060.323299 PTP/library.c(2): 0x90080.323493 PTP/library.c(2): 0x90090.323689 PTP/library.c(2): 0x900a0.323883 PTP/library.c(2): 0x900b0.324079 PTP/library.c(2): 0x900c0.324273 PTP/library.c(2): 0x900d0.324583 PTP/library.c(2): 0x900e0.324789 PTP/library.c(2): 0x900f0.324985 PTP/library.c(2): 0x90100.325181 PTP/library.c(2): 0x90110.325377 PTP/library.c(2): 0x90120.325573 PTP/library.c(2): 0x90130.325767 PTP/library.c(2): 0x90140.325966 PTP/library.c(2): 0x90150.326162 PTP/library.c(2): 0x90180.326357 PTP/library.c(2): 0x90190.326554 PTP/library.c(2): 0x901a0.326750 PTP/library.c(2): 0x901b0.326945 PTP/library.c(2): 0x901c0.327142 PTP/library.c(2): 0x901d0.327337 PTP/library.c(2): 0x901e0.327533 PTP/library.c(2): 0x901f0.327729 PTP/library.c(2): 0x90200.327925 PTP/library.c(2): 0x90210.555111 PTP2/library.c(2): Events Supported:0.555118 PTP2/library.c(2): 0x40010.555125 PTP2/library.c(2): 0x40020.555132 PTP2/library.c(2): 0x40030.555138 PTP2/library.c(2): 0x40040.555145 PTP2/library.c(2): 0x40050.555152 PTP2/library.c(2): 0x40060.555159 PTP2/library.c(2): 0x40080.555165 PTP2/library.c(2): 0x400a0.555172 PTP2/library.c(2): 0x400c0.555179 PTP2/library.c(2): 0x400d0.555185 PTP2/library.c(2): 0xc0010.555192 PTP2/library.c(2): 0xc0050.555199 PTP2/library.c(2): 0xc0060.555206 PTP2/library.c(2): 0xc0070.555212 PTP2/library.c(2): 0xc0080.555219 PTP2/library.c(2): 0xc0090.555226 PTP2/library.c(2): 0xc00a0.555233 PTP2/library.c(2): 0xc00b0.555239 PTP2/library.c(2): 0xc00c0.555246 PTP2/library.c(2): 0xc00d0.555253 PTP2/library.c(2): Device Properties Supported:0.555260 PTP2/library.c(2): 0xd0010.555267 PTP2/library.c(2): 0xd0020.555273 PTP2/library.c(2): 0xd0030.555280 PTP2/library.c(2): 0xd02c0.555287 PTP2/library.c(2): 0xd02d0.555294 PTP2/library.c(2): 0xd02e0.555300 PTP2/library.c(2): 0xd02f0.555307 PTP2/library.c(2): 0xd0300.555314 PTP2/library.c(2): 0xd0310.555320 PTP2/library.c(2): 0xd0320.555327 PTP2/library.c(2): 0xd0330.555334 PTP2/library.c(2): 0xd0340.555341 PTP2/library.c(2): 0xd0450.555347 PTP2/library.c(2): 0xd0460.555354 PTP2/library.c(2): 0xd0470.555361 PTP2/library.c(2): 0xd0480.555368 PTP2/library.c(2): 0xd0490.509050 PTP/library.c(2): Device info:0.509067 PTP/library.c(2): Manufacturer: Canon Inc.0.509072 PTP/library.c(2): model: Canon DIGITAL IXUS II0.509077 PTP/library.c(2): device version: 0.509082 PTP/library.c(2): Vendor extension description: (null)0.509091 PTP/library.c(2): Supported operations:0.509096 PTP/library.c(2): 0x10010.509101 PTP/library.c(2): 0x10020.509106 PTP/library.c(2): 0x10030.509110 PTP/library.c(2): 0x10040.509114 PTP/library.c(2): 0x10050.509119 PTP/library.c(2): 0x10060.509142 PTP/library.c(2): 0x10070.509147 PTP/library.c(2): 0x10080.509152 PTP/library.c(2): 0x10090.509156 PTP/library.c(2): 0x100a0.509160 PTP/library.c(2): 0x100b0.509165 PTP/library.c(2): 0x100c0.509169 PTP/library.c(2): 0x100d0.509173 PTP/library.c(2): 0x100e0.509178 PTP/library.c(2): 0x100f0.509182 PTP/library.c(2): 0x10120.509186 PTP/library.c(2): 0x10140.509191 PTP/library.c(2): 0x10150.509195 PTP/library.c(2): 0x10160.509199 PTP/library.c(2): 0x101b0.509203 PTP/library.c(2): 0x90010.509208 PTP/library.c(2): 0x90020.509212 PTP/library.c(2): 0x90030.509216 PTP/library.c(2): 0x90060.509221 PTP/library.c(2): 0x90080.509225 PTP/library.c(2): 0x90090.509229 PTP/library.c(2): 0x900a0.509234 PTP/library.c(2): 0x900b0.509238 PTP/library.c(2): 0x900c0.509242 PTP/library.c(2): 0x900d0.509247 PTP/library.c(2): 0x900e0.509251 PTP/library.c(2): 0x900f0.509255 PTP/library.c(2): 0x90100.509259 PTP/library.c(2): 0x90110.509264 PTP/library.c(2): 0x90120.509268 PTP/library.c(2): 0x90130.509272 PTP/library.c(2): 0x90140.509277 PTP/library.c(2): 0x90150.509281 PTP/library.c(2): 0x90180.509285 PTP/library.c(2): 0x90190.509290 PTP/library.c(2): 0x901a0.509294 PTP/library.c(2): 0x901b0.509298 PTP/library.c(2): 0x901c0.509303 PTP/library.c(2): 0x901d0.509307 PTP/library.c(2): 0x901e0.509311 PTP/library.c(2): 0x901f0.509316 PTP/library.c(2): 0x90200.509320 PTP/library.c(2): 0x9021
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -