source: trunk/include/propset2.h @ 1679

Revision 1679, 2.7 KB checked in by philmoz, 15 months ago (diff)

Merged revision(s) 1678 from branches/release-1_0:

  • Property svn:eol-style set to native
RevLine 
[541]1#ifndef PROPSET2_H
2#define PROPSET2_H
[1679]3/*
[541]4constants for propset 2, most digic3 camera
[847]5WARNING:
[1679]6 The build uses tools/gen_propset_lua.sed to generate propset2.lua from this file
[541]7*/
[1679]8#define PROPCASE_DRIVE_MODE                 102
9#define PROPCASE_FOCUS_MODE                 133     //WIKI|Propcase manual_focus
10#define PROPCASE_REAL_FOCUS_MODE            6       //WIKI|Propcase focus_mode
11#define PROPCASE_FOCUS_STATE                18
12#define PROPCASE_FLASH_MODE                 143
13#define PROPCASE_FLASH_FIRE                 122
14#define PROPCASE_FLASH_MANUAL_OUTPUT        141
15#define PROPCASE_FLASH_ADJUST_MODE          121
16#define PROPCASE_USER_TV                    264
17#define PROPCASE_TV                         262
18#define PROPCASE_USER_AV                    26
19#define PROPCASE_AV                         23
20#define PROPCASE_MIN_AV                     25
21#define PROPCASE_SV                         247
22#define PROPCASE_DELTA_SV                   79
23#define PROPCASE_SV_MARKET                  246
24#define PROPCASE_BV                         34
25#define PROPCASE_SUBJECT_DIST1              245
26#define PROPCASE_SUBJECT_DIST2              65
27#define PROPCASE_ISO_MODE                   149
28#define PROPCASE_SHOOTING                   206
29#define PROPCASE_IS_FLASH_READY             208
30#define PROPCASE_OVEREXPOSURE               103
31#define PROPCASE_SHOOTING_MODE              49
32#define PROPCASE_IS_MODE                    145
33#define PROPCASE_QUALITY                    57
34#define PROPCASE_RESOLUTION                 218
35#define PROPCASE_EV_CORRECTION_1            107
36#define PROPCASE_EV_CORRECTION_2            207
37#define PROPCASE_ORIENTATION_SENSOR         219
38#define PROPCASE_DIGITAL_ZOOM_STATE         94      //G10 Digital Zoom Mode/State 0 = Digital Zoom off, 1 = Digital Zoom on
39#define PROPCASE_DIGITAL_ZOOM_POSITION      95      //G10 Digital Zoom position 0 to 6 where 0=off,  6= full digital zoom
40#define PROPCASE_DISPLAY_MODE               105
41#define PROPCASE_BRACKET_MODE               29
42#define PROPCASE_FLASH_SYNC_CURTAIN         64
43#define PROPCASE_METERING_MODE              155
44#define PROPCASE_WB_ADJ                     269
45#define PROPCASE_ASPECT_RATIO               294
46#define PROPCASE_TIMER_MODE                 223
47#define PROPCASE_OPTICAL_ZOOM_POSITION      195
48//#define PROPCASE_OPTICAL_ZOOM_POSITION      251     //not working sx200is
49#define PROPCASE_AE_LOCK                    3       //G10 0 = AE not locked, 1 = AE locked
50#define PROPCASE_AF_FRAME                   8       //G10 1 = FlexiZone, 2 = Face AiAF / Tracking AF
51#define PROPCASE_CONTINUOUS_AF              12      //G10 0 = Continuous AF off, 1 = Continuous AF on
52#define PROPCASE_DIGITAL_ZOOM_MODE          91      //G10 Digital Zoom Mode/State 0 = off/standard, 2 = 1.7x, 3 = 2.1x
[541]53#endif
Note: See TracBrowser for help on using the repository browser.