source: trunk/include/propset4.h @ 1110

Revision 1110, 2.7 KB checked in by reyalP, 2 years ago (diff)

propset4 updates from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg63491#msg63491

Line 
1#ifndef PROPSET4_H
2#define PROPSET4_H
3
4/*
5constants for propset 4
6WARNING:
7The build uses tools/gen_propset_lua.sed to generate propset4.lua from this file
8*/
9
10#define PROPCASE_FLASH_SYNC_CURTAIN              64
11#define PROPCASE_SUBJECT_DIST2                   65
12#define PROPCASE_AV                              23
13#define PROPCASE_MIN_AV                          25
14#define PROPCASE_USER_AV                         26
15#define PROPCASE_BRACKET_MODE                    29
16#define PROPCASE_SHOOTING_MODE                   49
17#define PROPCASE_QUALITY                         57
18#define PROPCASE_DIGITAL_ZOOM_MODE               91             // Digital Zoom Mode/State 0 = off/standard, 2 = 1.7x, 3 = 2.1x
19#define PROPCASE_DIGITAL_ZOOM_STATE              94             // Digital Zoom Mode/State 0 = Digital Zoom off, 1 = Digital Zoom on
20#define PROPCASE_DIGITAL_ZOOM_POSITION           95
21#define PROPCASE_DRIVE_MODE                      102
22#define PROPCASE_OVEREXPOSURE                    103
23#define PROPCASE_DISPLAY_MODE                    105
24#define PROPCASE_EV_CORRECTION_1                 107
25
26#define PROPCASE_BV                              34
27#define PROPCASE_DELTA_SV                        79
28#define PROPCASE_FLASH_ADJUST_MODE               121
29#define PROPCASE_FLASH_FIRE                      122
30#define PROPCASE_FOCUS_MODE                      133
31#define PROPCASE_FLASH_MANUAL_OUTPUT             141
32#define PROPCASE_FLASH_MODE                      143
33#define PROPCASE_IS_MODE                         145
34#define PROPCASE_ISO_MODE                        149
35
36// SX30 & G12 values
37#define PROPCASE_AE_LOCK                                                 3              // 0 = AE not locked, 1 = AE locked
38#define PROPCASE_AF_FRAME                                                8              // 1 = FlexiZone, 2 = Face AiAF / Tracking AF
39#define PROPCASE_CONTINUOUS_AF                                   12             // 0 = Continuous AF off, 1 = Continuous AF on
40#define PROPCASE_SERVO_AF                                                299    // 0 = Servo AF off, 1 = Servo AF on
41#define PROPCASE_METERING_MODE                   157
42#define PROPCASE_OPTICAL_ZOOM_POSITION           199
43#define PROPCASE_SHOOTING                        210
44#define PROPCASE_EV_CORRECTION_2                 211
45#define PROPCASE_IS_FLASH_READY                  212
46#define PROPCASE_RESOLUTION                      222
47#define PROPCASE_ORIENTATION_SENSOR              223
48#define PROPCASE_TIMER_MODE                      227
49#define PROPCASE_SUBJECT_DIST1                   249
50#define PROPCASE_SV_MARKET                       250
51#define PROPCASE_SV                              251
52#define PROPCASE_TV                                  266
53#define PROPCASE_USER_TV                         268
54#define PROPCASE_WB_ADJ                          273
55#define PROPCASE_ASPECT_RATIO                    300
56
57#endif
Note: See TracBrowser for help on using the repository browser.