root/include/propset1.h

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

INCLUDED FROM


   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 DO NOT USE MULTILINE COMMENTS AROUND DEFINES
   8 */
   9 #define PROPCASE_DRIVE_MODE                 6
  10 #define PROPCASE_FOCUS_MODE                 12      //WIKI|Propcase manual_focus
  11 #define PROPCASE_REAL_FOCUS_MODE            11      //WIKI|Propcase focus_mode
  12 #define PROPCASE_FOCUS_STATE                67
  13 #define PROPCASE_FLASH_MODE                 16
  14 #define PROPCASE_FLASH_FIRE                 79
  15 // need corresponding values for propset2!!!
  16 #define PROPCASE_FLASH_ADJUST_MODE          15
  17 // #define PROPCASE_FLASH_CORRECTION               28      
  18 #define PROPCASE_FLASH_MANUAL_OUTPUT        29
  19 #define PROPCASE_USER_TV                    40
  20 #define PROPCASE_TV                             69
  21 #define PROPCASE_USER_AV                    39
  22 #define PROPCASE_AV                         68
  23 #define PROPCASE_MIN_AV                     77
  24 #define PROPCASE_SV                         73
  25 #define PROPCASE_DELTA_SV                   70
  26 #define PROPCASE_SV_MARKET                  72
  27 #define PROPCASE_BV                         71
  28 #define PROPCASE_ISO_MODE                   21
  29 #define PROPCASE_AF_FRAME                   64 // 0 = AiAf, 1 = Center (values differ from later propsets)
  30 #define PROPCASE_SUBJECT_DIST1              65
  31 #define PROPCASE_SUBJECT_DIST2              66
  32 #define PROPCASE_SHOOTING                   205
  33 #define PROPCASE_IS_FLASH_READY             221
  34 #define PROPCASE_OVEREXPOSURE               76
  35 #define PROPCASE_SHOOTING_MODE              0
  36 #define PROPCASE_IS_MODE                    229
  37 #define PROPCASE_QUALITY                    23
  38 #define PROPCASE_RESOLUTION                 24
  39 #define PROPCASE_EV_CORRECTION_1            25
  40 #define PROPCASE_EV_CORRECTION_2            26
  41 #define PROPCASE_ORIENTATION_SENSOR         37
  42 #define PROPCASE_DIGITAL_ZOOM_STATE         58
  43 #define PROPCASE_DIGITAL_ZOOM_POSITION      57
  44 #define PROPCASE_DISPLAY_MODE               181
  45 #define PROPCASE_BRACKET_MODE               36 //missing for dryos!
  46 #define PROPCASE_FLASH_SYNC_CURTAIN         20
  47 #define PROPCASE_METERING_MODE              9
  48 #define PROPCASE_WB_ADJ                     100
  49 #define PROPCASE_WB_MODE                    5  // 0 = Auto, 1 = Daylight, 2 = Cloudy, 3 = Tungsten, 4 = Fluorescent, 5 = Fluoresent H, 6 = Flash, 7 = Custom, 10 Underwater
  50 #define PROPCASE_OPTICAL_ZOOM_POSITION      99
  51 #define PROPCASE_STITCH_DIRECTION           52 // 0=left>right, 1=right>left. Some cams have more
  52 #define PROPCASE_STITCH_SEQUENCE            48 // counts shots in stitch sequence, positive for left-right, negative for right-left
  53 #define PROPCASE_AF_LOCK                    193
  54 #define PROPCASE_AF_ASSIST_BEAM             63       // 0=disabled,  1=enabled
  55 #define PROPCASE_DATE_STAMP                 190      // 0 = Off, 1 = Date, 2 = Date & Time, may only function in "postcard mode"
  56 #define PROPCASE_LANGUAGE                   196     // Upper byte = language (see default.lua for known values) lowest bit: 0 = NTSC, 1 = PAL
  57 #define PROPCASE_CUSTOM_SHARPNESS           2       // Canon Menu slide bar values: 255, 254, 0, 1, 2
  58 #define PROPCASE_CUSTOM_SATURATION          3       // Canon Menu slide bar values: 255, 254, 0, 1, 2
  59 #define PROPCASE_CUSTOM_CONTRAST            4       // Canon Menu slide bar values: 255, 254, 0, 1, 2
  60 #define PROPCASE_MY_COLORS                  206     // 0 = Off, 1 = Vivid, 2 = Neutral, 3 = B/W, 4 = Sepia, 5 = Positive Film, 6 = Lighter Skin Tone, 7 = Darker Skin Tone, 8 = Vivid Red, 9 = Vivid Green, 10 = Vivid Blue, 11 = Custom Color
  61 #define PROPCASE_CUSTOM_RED                 207     // Canon Menu slide bar values: 255, 254, 0, 1, 2
  62 #define PROPCASE_CUSTOM_BLUE                208     // Canon Menu slide bar values: 255, 254, 0, 1, 2
  63 #define PROPCASE_CUSTOM_GREEN               209     // Canon Menu slide bar values: 255, 254, 0, 1, 2
  64 #define PROPCASE_CUSTOM_SKIN_TONE           210     // Canon Menu slide bar values: 255, 254, 0, 1, 2
  65 
  66 #endif

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