1 #ifndef PROPSET2_H
2 #define PROPSET2_H
3
4
5
6
7
8 #define PROPCASE_DRIVE_MODE 102
9 #define PROPCASE_FOCUS_MODE 133
10 #define PROPCASE_REAL_FOCUS_MODE 6
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
29
30
31
32 #define PROPCASE_SHOOTING 206
33 #define PROPCASE_IS_FLASH_READY 208
34 #define PROPCASE_OVEREXPOSURE 103
35 #define PROPCASE_SHOOTING_MODE 49
36 #define PROPCASE_IS_MODE 145
37 #define PROPCASE_QUALITY 57
38 #define PROPCASE_RESOLUTION 218
39 #define PROPCASE_EV_CORRECTION_1 107
40 #define PROPCASE_EV_CORRECTION_2 207
41 #define PROPCASE_ORIENTATION_SENSOR 219
42 #define PROPCASE_DIGITAL_ZOOM_STATE 94
43 #define PROPCASE_DIGITAL_ZOOM_POSITION 95
44 #define PROPCASE_DISPLAY_MODE 105
45 #define PROPCASE_BRACKET_MODE 29
46 #define PROPCASE_LANGUAGE 61
47 #define PROPCASE_FLASH_SYNC_CURTAIN 64
48 #define PROPCASE_METERING_MODE 155
49 #define PROPCASE_WB_MODE 268
50 #define PROPCASE_WB_ADJ 269
51 #define PROPCASE_ASPECT_RATIO 294
52 #define PROPCASE_TIMER_MODE 223
53 #define PROPCASE_OPTICAL_ZOOM_POSITION 195
54
55 #define PROPCASE_AE_LOCK 3
56 #define PROPCASE_AF_FRAME 8
57 #define PROPCASE_CONTINUOUS_AF 12
58 #define PROPCASE_DIGITAL_ZOOM_MODE 91
59 #define PROPCASE_STITCH_DIRECTION 233
60 #define PROPCASE_STITCH_SEQUENCE 238
61 #define PROPCASE_VIDEO_RESOLUTION 169
62 #define PROPCASE_SERVO_AF 293
63 #define PROPCASE_AF_LOCK 11
64 #define PROPCASE_AF_ASSIST_BEAM 5
65 #define PROPCASE_DATE_STAMP 66
66 #define PROPCASE_CUSTOM_SATURATION 55
67 #define PROPCASE_CUSTOM_CONTRAST 59
68 #define PROPCASE_CUSTOM_BLUE 175
69 #define PROPCASE_CUSTOM_GREEN 176
70 #define PROPCASE_CUSTOM_RED 177
71 #define PROPCASE_CUSTOM_SKIN_TONE 178
72 #define PROPCASE_MY_COLORS 184
73 #define PROPCASE_CUSTOM_SHARPNESS 225
74 #define PROPCASE_JPEG_WITH_RAW 280
75
76 #define PROPCASE_ND_FILTER_STATE 192
77
78 #endif