root/platform/m3/platform_camera.h

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

INCLUDED FROM


   1 // Camera - EOS M3 - platform_camera.h
   2 
   3 // This file contains the various settings values specific to the SX260HS camera.
   4 // This file is referenced via the 'include/camera.h' file and should not be loaded directly.
   5 
   6 // If adding a new settings value put a suitable default in 'include/camera.h',
   7 // along with documentation on what the setting does and how to determine the correct value.
   8 // If the setting should not have a default value then add it in 'include/camera.h'
   9 // using the '#undef' directive along with appropriate documentation.
  10 
  11 // Override any default values with your camera specific values in this file. Try and avoid
  12 // having override values that are the same as the default value.
  13 
  14 // When overriding a setting value there are two cases:
  15 // 1. If removing the value, because it does not apply to your camera, use the '#undef' directive.
  16 // 2. If changing the value it is best to use an '#undef' directive to remove the default value
  17 //    followed by a '#define' to set the new value.
  18 
  19 // When porting CHDK to a new camera, check the documentation in 'include/camera.h'
  20 // for information on each setting. If the default values are correct for your camera then
  21 // don't override them again in here.
  22     #define CAM_ILC                             1 // Camera uses interchangable lenses (EOS M series)
  23 
  24     #define CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE   1 // there's no low light mode, so just in case
  25     #define CAM_AV_OVERRIDE_IRIS_FIX            1
  26     #undef CAM_HAS_ND_FILTER                             // Camera does not have built-in ND filter
  27     #undef  CAM_KEY_PRESS_DELAY
  28     #define CAM_KEY_PRESS_DELAY                 60          // delay after a press
  29     #define CAM_ADJUSTABLE_ALT_BUTTON           1
  30     #define CAM_ALT_BUTTON_NAMES                { "M-Fn", "Video", "Display" }
  31     #define CAM_ALT_BUTTON_OPTIONS              { KEY_PRINT, KEY_VIDEO, KEY_DISPLAY }
  32     #define CAM_DRIVE_MODE_FROM_TIMER_MODE      1
  33 
  34     #define CAM_DRYOS                           1
  35     #define CAM_DRYOS_2_3_R39                   1
  36     #define CAM_DRYOS_2_3_R47                   1
  37     #define CAM_PROPSET                         9
  38 
  39     #define CAM_RAW_ROWPIX                      6112 //6096
  40     #define CAM_RAW_ROWS                        4060 //4056
  41 
  42     #define CAM_HAS_CMOS                        1
  43 
  44     #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO
  45     #define CAM_HAS_VIDEO_BUTTON                1
  46 
  47     //#undef  CAM_CHDK_HAS_EXT_VIDEO_MENU
  48     #define CAM_MOVIEREC_NEWSTYLE               1
  49     #undef  CAM_VIDEO_CONTROL
  50 
  51     #undef  CAM_HAS_JOGDIAL                     // jogdial support not implemented
  52     #undef  CAM_USE_ZOOM_FOR_MF
  53 
  54     #undef  CAM_UNCACHED_BIT
  55     #define CAM_UNCACHED_BIT                    0x40000000
  56 
  57     #define CAM_DNG_LENS_INFO                   { 180,10,550,10,35,10,56,10 }
  58     #define cam_CFAPattern                      0x02010100
  59 
  60     #define CAM_COLORMATRIX1                            \
  61         6362, 10000, -823, 10000, -847, 10000, \
  62         -4426, 10000, 12109, 10000, 2616, 10000, \
  63         -743, 10000, 1857, 10000, 5635, 10000
  64  
  65     #define cam_CalibrationIlluminant1          17
  66     #undef CAM_BLACK_LEVEL
  67     #define CAM_BLACK_LEVEL                     2047    // not tested under all conditions      
  68 
  69     #define CAM_JPEG_WIDTH                      6000
  70     #define CAM_JPEG_HEIGHT                     4000
  71 
  72     #define CAM_ACTIVE_AREA_X1                  84
  73     #define CAM_ACTIVE_AREA_Y1                  46
  74     #define CAM_ACTIVE_AREA_X2                  6084
  75     #define CAM_ACTIVE_AREA_Y2                  4046
  76 
  77     #define PARAM_CAMERA_NAME                   3
  78     #define CAM_DATE_FOLDER_NAMING              0x80
  79     #define CAM_FILE_COUNTER_IS_VAR             1     // file counter is variable file_counter_var in stubs, not a param
  80     #undef  CAM_SENSOR_BITS_PER_PIXEL
  81     #define CAM_SENSOR_BITS_PER_PIXEL           14
  82 
  83     #define CAM_EXT_TV_RANGE                    1
  84 
  85     #undef  CAM_HAS_ERASE_BUTTON
  86     #define CAM_SHOW_OSD_IN_SHOOT_MENU          1
  87 
  88     #define DRAW_ON_ACTIVE_BITMAP_BUFFER_ONLY   1           // Draw pixels on active bitmap buffer only.
  89     //#undef  CAM_USES_ASPECT_CORRECTION
  90     //#define CAM_USES_ASPECT_CORRECTION          1
  91     #undef  CAM_BITMAP_WIDTH
  92     #undef  CAM_BITMAP_HEIGHT
  93     #undef  CAM_SCREEN_WIDTH
  94     #undef  CAM_SCREEN_HEIGHT
  95     #define CAM_BITMAP_WIDTH                    736 // Actual width of bitmap screen in <s>bytes</s> pixels
  96     #define CAM_BITMAP_HEIGHT                   480 // Actual height of bitmap screen in rows
  97     #define CAM_SCREEN_WIDTH                    720 // Width of bitmap screen in CHDK co-ordinates (360 or 480)
  98     #define CAM_SCREEN_HEIGHT                   480 // Height of bitmap screen in CHDK co-ordinates (always 240 on all cameras so far)
  99     #define CAM_SUPPORT_BITMAP_RES_CHANGE       1
 100     
 101 
 102     #undef  EDGE_HMARGIN
 103     #define EDGE_HMARGIN                        16
 104 
 105     #define CAM_HAS_FILEWRITETASK_HOOK          1
 106     //#define CAM_FILEWRITETASK_SEEKS             1
 107 
 108     #undef  CAM_BITMAP_PALETTE
 109     #define CAM_BITMAP_PALETTE                  100
 110 
 111     #define CAM_ZEBRA_NOBUF                     1
 112 
 113     //#define CAM_QUALITY_OVERRIDE                1
 114 
 115     #undef  CAMERA_MIN_DIST
 116     #define CAMERA_MIN_DIST                     100         // Override min subject distance
 117     #undef  CAMERA_MAX_DIST
 118     #define CAMERA_MAX_DIST                     1550000     // Override max subject distance; manually checked up to 1550388, with MF max 1369863 (double step)
 119 
 120     //#define CAM_HAS_GPS                         1
 121 
 122     //#define CAM_CHDK_HAS_EXT_VIDEO_TIME         1
 123 
 124     #undef  CAM_USB_EVENTID
 125     #define CAM_USB_EVENTID                     0x202       // Levent ID for USB control. Changed in DryOS R49, R50 so needs to be overridable.
 126 
 127     #define CAM_HAS_MOVIE_DIGEST_MODE           1 
 128 
 129     #define MKDIR_RETURN_ONE_ON_SUCCESS         1    // mkdir() return 1 on success, 0 on fail.
 130 
 131     #undef  REMOTE_SYNC_STATUS_LED
 132     // #define REMOTE_SYNC_STATUS_LED              0xC022C30C  // TODO specifies an LED that turns on while camera waits for USB remote to sync
 133  
 134     // subject distance override currently not available
 135     #undef CAM_SD_OVER_IN_AFL
 136     #undef CAM_SD_OVER_IN_AF
 137     #undef CAM_SD_OVER_IN_MF
 138 
 139     #define CAM_HOTSHOE_OVERRIDE                1
 140 
 141 // ------- MY -----------
 142 //    #define CAM_TOUCHSCREEN_UI        1
 143 //    #undef CAM_CHDK_PTP
 144 //      #define DEBUG_PRINT_TO_LCD
 145 // #define OPT_RUN_WITH_BATT_COVER_OPEN 1
 146 #undef CAM_AF_LED
 147 #define CAM_AF_LED                                                      1
 148 //#define OPT_DEBUGGING                                         1
 149 //--------------------------------------------------
 150 // "real" to "market" conversion definitions
 151 #define SV96_MARKET_OFFSET                  0
 152 #define ISO_MARKET_TO_REAL_MULT             1
 153 #define ISO_MARKET_TO_REAL_SHIFT            0
 154 #define ISO_MARKET_TO_REAL_ROUND            0
 155 #define ISO_REAL_TO_MARKET_MULT             1
 156 #define ISO_REAL_TO_MARKET_SHIFT            0
 157 #define ISO_REAL_TO_MARKET_ROUND            0
 158 
 159     #define CAM_SIMPLE_MOVIE_STATUS             1
 160 
 161     #define CAM_HAS_CANON_RAW                   1   // has native Canon raw
 162 
 163     #define CAM_CLEAN_OVERLAY                   1
 164 
 165     #define CAM_HAS_WIFI                        1   // Camera has wifi support
 166 

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