root/include/propset3.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef PROPSET3_H
   2 #define PROPSET3_H
   3 /* 
   4 constants for propset 3
   5 WARNING:
   6  The build uses tools/gen_propset_lua.sed to generate propset3.lua from this file
   7 DO NOT USE MULTILINE COMMENTS AROUND DEFINES
   8 */
   9 #define PROPCASE_DRIVE_MODE                 102
  10 #define PROPCASE_FOCUS_MODE                 133     //WIKI|Propcase manual_focus
  11 #define PROPCASE_REAL_FOCUS_MODE            6       //WIKI|Propcase focus_mode
  12 #define PROPCASE_FOCUS_STATE                18
  13 #define PROPCASE_FLASH_MODE                 143
  14 #define PROPCASE_FLASH_FIRE                 122
  15 #define PROPCASE_FLASH_MANUAL_OUTPUT        141
  16 #define PROPCASE_FLASH_ADJUST_MODE          121
  17 #define PROPCASE_USER_TV                    266
  18 #define PROPCASE_TV                             264
  19 #define PROPCASE_USER_AV                    26
  20 #define PROPCASE_AV                         23
  21 #define PROPCASE_MIN_AV                     25
  22 #define PROPCASE_SV                         249
  23 #define PROPCASE_DELTA_SV                   79
  24 #define PROPCASE_SV_MARKET                  248
  25 #define PROPCASE_BV                         34
  26 #define PROPCASE_SUBJECT_DIST1              247
  27 #define PROPCASE_SUBJECT_DIST2              65
  28 #define PROPCASE_DATE_STAMP                 66         // 0 = Off, 1 = Date, 2 = Date & Time
  29 #define PROPCASE_ISO_MODE                   149
  30 #define PROPCASE_EXPOSURE_LOCK              208     // Old PROPCASE_SHOOTING value - gets set when set_aelock called or AEL button pressed
  31 #define PROPCASE_SHOOTING                   301     // This value appears to work better - gets set to 1 when camera has focused and set exposure, returns to 0 after shot
  32 #define PROPCASE_IS_FLASH_READY             210 
  33 #define PROPCASE_OVEREXPOSURE               103
  34 #define PROPCASE_SHOOTING_MODE              49
  35 #define PROPCASE_IS_MODE                    145
  36 #define PROPCASE_QUALITY                    57
  37 #define PROPCASE_RESOLUTION                 220
  38 #define PROPCASE_EV_CORRECTION_1            107
  39 #define PROPCASE_EV_CORRECTION_2            209
  40 #define PROPCASE_ORIENTATION_SENSOR         221
  41 #define PROPCASE_DIGITAL_ZOOM_MODE          91     // Digital Zoom Mode/State 0 = off/standard, 2 = 1.4x, 3 = 2.3x
  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     // Upper byte = language (see default.lua for known values) lowest bit: 0 = NTSC, 1 = PAL
  47 #define PROPCASE_FLASH_SYNC_CURTAIN         64
  48 #define PROPCASE_METERING_MODE              155
  49 #define PROPCASE_WB_MODE                    270     // 0 = Auto, 1 = Daylight, 2 = Cloudy, 3 = Tungsten, 4 = Fluorescent, 5 = Fluorescent H, 7 = Custom
  50 #define PROPCASE_WB_ADJ                     271
  51 #define PROPCASE_ASPECT_RATIO               294
  52 #define PROPCASE_TIMER_MODE                 225
  53 #define PROPCASE_OPTICAL_ZOOM_POSITION      197
  54 #define PROPCASE_VIDEO_RESOLUTION           169
  55 #define PROPCASE_AF_ASSIST_BEAM             5       // 0=disabled,  1=enabled
  56 #define PROPCASE_AF_FRAME                   8       // 1 = FlexiZone, 2 = Face AiAF / Tracking AF
  57 #define PROPCASE_AF_LOCK                    11      // 0 = AF not locked, 1 = AF locked
  58 #define PROPCASE_CONTINUOUS_AF              12      // 0 = Continuous AF off, 1 = Continuous AF on
  59 #define PROPCASE_SERVO_AF                   297     // 0 = Servo AF off, 1 = Servo AF on
  60 #define PROPCASE_TIMER_SHOTS                336     // Number of shots for TIMER_MODE=Custom
  61 #define PROPCASE_ND_FILTER_STATE            194     // 0 = out, 1 = in
  62 #define PROPCASE_JPEG_WITH_RAW              284     // RAW+JPEG menu setting, 0 = Off, 1 = On
  63 #endif

/* [<][>][^][v][top][bottom][index][help] */