| 1 | #ifndef PROPSET1_H |
|---|
| 2 | #define PROPSET1_H |
|---|
| 3 | /* |
|---|
| 4 | constants for propset 1, most digic2 camera |
|---|
| 5 | WARNING: |
|---|
| 6 | The build uses tools/gen_propset_lua.sed to generate propset1.lua from this file |
|---|
| 7 | */ |
|---|
| 8 | #define PROPCASE_DRIVE_MODE 6 |
|---|
| 9 | #define PROPCASE_FOCUS_MODE 12 //WIKI|Propcase manual_focus |
|---|
| 10 | #define PROPCASE_REAL_FOCUS_MODE 11 //WIKI|Propcase focus_mode |
|---|
| 11 | #define PROPCASE_FOCUS_STATE 67 |
|---|
| 12 | #define PROPCASE_FLASH_MODE 16 |
|---|
| 13 | #define PROPCASE_FLASH_FIRE 79 |
|---|
| 14 | // need corresponding values for propset2!!! |
|---|
| 15 | #define PROPCASE_FLASH_ADJUST_MODE 15 |
|---|
| 16 | // #define PROPCASE_FLASH_CORRECTION 28 |
|---|
| 17 | #define PROPCASE_FLASH_MANUAL_OUTPUT 29 |
|---|
| 18 | #define PROPCASE_USER_TV 40 |
|---|
| 19 | #define PROPCASE_TV 69 |
|---|
| 20 | #define PROPCASE_USER_AV 39 |
|---|
| 21 | #define PROPCASE_AV 68 |
|---|
| 22 | #define PROPCASE_MIN_AV 77 |
|---|
| 23 | #define PROPCASE_SV 73 |
|---|
| 24 | #define PROPCASE_DELTA_SV 70 |
|---|
| 25 | #define PROPCASE_SV_MARKET 72 |
|---|
| 26 | #define PROPCASE_BV 71 |
|---|
| 27 | #define PROPCASE_ISO_MODE 21 |
|---|
| 28 | #define PROPCASE_SUBJECT_DIST1 65 |
|---|
| 29 | #define PROPCASE_SUBJECT_DIST2 66 |
|---|
| 30 | #define PROPCASE_SHOOTING 205 |
|---|
| 31 | #define PROPCASE_IS_FLASH_READY 221 |
|---|
| 32 | #define PROPCASE_OVEREXPOSURE 76 |
|---|
| 33 | #define PROPCASE_SHOOTING_MODE 0 |
|---|
| 34 | #define PROPCASE_IS_MODE 229 |
|---|
| 35 | #define PROPCASE_QUALITY 23 |
|---|
| 36 | #define PROPCASE_RESOLUTION 24 |
|---|
| 37 | #define PROPCASE_EV_CORRECTION_1 25 |
|---|
| 38 | #define PROPCASE_EV_CORRECTION_2 26 |
|---|
| 39 | #define PROPCASE_ORIENTATION_SENSOR 37 |
|---|
| 40 | #define PROPCASE_DIGITAL_ZOOM_STATE 58 |
|---|
| 41 | #define PROPCASE_DIGITAL_ZOOM_POSITION 57 |
|---|
| 42 | #define PROPCASE_DISPLAY_MODE 181 |
|---|
| 43 | #define PROPCASE_BRACKET_MODE 36 //missing for dryos! |
|---|
| 44 | #define PROPCASE_FLASH_SYNC_CURTAIN 20 |
|---|
| 45 | #define PROPCASE_METERING_MODE 9 |
|---|
| 46 | #define PROPCASE_WB_ADJ 100 |
|---|
| 47 | #define PROPCASE_OPTICAL_ZOOM_POSITION 99 //untested ! |
|---|
| 48 | #endif |
|---|