1 #ifndef PROPSET12_H
2 #define PROPSET12_H
3
4
5
6
7
8
9
10
11
12
13
14 #define PROPCASE_AE_LOCK 3
15 #define PROPCASE_AF_ASSIST_BEAM 5
16 #define PROPCASE_REAL_FOCUS_MODE 6
17 #define PROPCASE_AF_FRAME 8
18 #define PROPCASE_AF_LOCK 11
19 #define PROPCASE_CONTINUOUS_AF 12
20 #define PROPCASE_FOCUS_STATE 18
21
22 #define PROPCASE_AV2 22
23 #define PROPCASE_AV 23
24 #define PROPCASE_MIN_AV 28
25 #define PROPCASE_USER_AV 29
26
27 #define PROPCASE_BRACKET_MODE 33
28 #define PROPCASE_BV 40
29 #define PROPCASE_SHOOTING_MODE 56
30 #define PROPCASE_CUSTOM_SATURATION 63
31 #define PROPCASE_QUALITY 65
32 #define PROPCASE_CUSTOM_CONTRAST 67
33 #define PROPCASE_LANGUAGE 69
34 #define PROPCASE_FLASH_SYNC_CURTAIN 72
35 #define PROPCASE_SUBJECT_DIST2 73
36
37 #define PROPCASE_DATE_STAMP 74
38 #define PROPCASE_DELTA_SV 87
39
40 #define PROPCASE_DIGITAL_ZOOM_MODE 100
41
42 #define PROPCASE_DIGITAL_ZOOM_POSITION 104
43 #define PROPCASE_DRIVE_MODE 111
44 #define PROPCASE_OVEREXPOSURE 112
45 #define PROPCASE_DISPLAY_MODE 114
46 #define PROPCASE_EV_CORRECTION_1 116
47 #define PROPCASE_FLASH_ADJUST_MODE 130
48 #define PROPCASE_FLASH_FIRE 131
49 #define PROPCASE_FLASH_EXP_COMP 136
50 #define PROPCASE_FOCUS_MODE 142
51 #define PROPCASE_FLASH_MANUAL_OUTPUT 150
52 #define PROPCASE_FLASH_MODE 152
53
54 #define PROPCASE_IS_MODE 154
55 #define PROPCASE_ISO_MODE 158
56 #define PROPCASE_METERING_MODE 167
57 #define PROPCASE_VIDEO_FRAMERATE 177
58 #define PROPCASE_VIDEO_RESOLUTION 180
59 #define PROPCASE_CUSTOM_BLUE 186
60 #define PROPCASE_CUSTOM_GREEN 187
61 #define PROPCASE_CUSTOM_RED 188
62 #define PROPCASE_CUSTOM_SKIN_TONE 189
63 #define PROPCASE_MY_COLORS 197
64 #define PROPCASE_ND_FILTER_STATE 205
65 #define PROPCASE_OPTICAL_ZOOM_POSITION 208
66 #define PROPCASE_EXPOSURE_LOCK 219
67 #define PROPCASE_EV_CORRECTION_2 220
68 #define PROPCASE_IS_FLASH_READY 221
69 #define PROPCASE_IMAGE_FORMAT 223
70 #define PROPCASE_RESOLUTION 231
71 #define PROPCASE_ORIENTATION_SENSOR 232
72 #define PROPCASE_TIMER_MODE 237
73 #define PROPCASE_TIMER_DELAY 238
74 #define PROPCASE_CUSTOM_SHARPNESS 239
75
76
77
78 #define PROPCASE_SUBJECT_DIST1 259
79 #define PROPCASE_SV_MARKET 260
80 #define PROPCASE_TV2 276
81 #define PROPCASE_TV 277
82 #define PROPCASE_USER_TV 279
83 #define PROPCASE_WB_MODE 284
84 #define PROPCASE_WB_ADJ 285
85 #define PROPCASE_SERVO_AF 311
86 #define PROPCASE_ASPECT_RATIO 312
87 #define PROPCASE_SV 359
88
89
90 #define PROPCASE_REVIEW_TIME 376
91 #define PROPCASE_TIMER_SHOTS 388
92
93
94 #define PROPCASE_SHOOTING_STATE 364
95 #define PROPCASE_SHOOTING 1001
96
97 #endif