root/platform/sx280hs/platform_camera.h

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

INCLUDED FROM


   1 // Camera - sx270hs / sx275hs / sx280hs - platform_camera.h
   2 
   3 // This file contains the various settings values specific to the SX280HS 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 
  23     #define CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE   1 // there's no low light mode, so just in case
  24 
  25     #define CAM_AV_OVERRIDE_IRIS_FIX            1
  26     #undef  CAM_KEY_PRESS_DELAY
  27     #define CAM_KEY_PRESS_DELAY                 60          // delay after a press
  28     #define CAM_ADJUSTABLE_ALT_BUTTON           1
  29     #define CAM_ALT_BUTTON_NAMES                { "Playback", "Video", "Display" }
  30     #define CAM_ALT_BUTTON_OPTIONS              { KEY_PLAYBACK, KEY_VIDEO, KEY_DISPLAY }
  31     #define CAM_DRIVE_MODE_FROM_TIMER_MODE      1
  32 
  33     // default zebra shortcut (LEFT) conflicts with canon AF lock
  34     #define SHORTCUT_TOGGLE_ZEBRA               KEY_MENU
  35 
  36     #define CAM_DRYOS                           1
  37     #define CAM_DRYOS_2_3_R39                   1
  38     #define CAM_DRYOS_2_3_R47                   1
  39     #define CAM_PROPSET                         6
  40 
  41     #define CAM_RAW_ROWPIX                      4176
  42     #define CAM_RAW_ROWS                        3062
  43 
  44     #define CAM_HAS_CMOS                        1
  45 
  46     //#undef  CAM_CHDK_HAS_EXT_VIDEO_MENU
  47     #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO
  48     #define CAM_HAS_VIDEO_BUTTON                1
  49     #define CAM_MOVIEREC_NEWSTYLE               1
  50     #undef  CAM_VIDEO_CONTROL
  51 
  52     #define CAM_HAS_JOGDIAL                     1
  53     #undef  CAM_USE_ZOOM_FOR_MF
  54 
  55     #undef  CAM_UNCACHED_BIT
  56     #define CAM_UNCACHED_BIT                    0x40000000
  57 
  58     #define CAM_DNG_LENS_INFO                   { 45,10,900,10,35,10,68,10 }
  59     #define cam_CFAPattern                      0x02010100
  60 
  61     #define CAM_COLORMATRIX1                            \
  62     544808, 1000000, -174047, 1000000, -80399, 1000000, \
  63     -75055, 1000000,  440444, 1000000,  11367, 1000000, \
  64      -5801, 1000000,   71589, 1000000, 118914, 1000000
  65 
  66     #define cam_CalibrationIlluminant1          17
  67 
  68     #define CAM_JPEG_WIDTH                      4000
  69     #define CAM_JPEG_HEIGHT                     3000
  70 
  71     #define CAM_ACTIVE_AREA_X1                  96
  72     #define CAM_ACTIVE_AREA_Y1                  18
  73     #define CAM_ACTIVE_AREA_X2                  4168
  74     #define CAM_ACTIVE_AREA_Y2                  3062
  75 
  76     #define PARAM_CAMERA_NAME                   3
  77     #define CAM_DATE_FOLDER_NAMING              0x80
  78     #define CAM_FILE_COUNTER_IS_VAR             1     // file counter is variable file_counter_var in stubs, not a param
  79     #undef  CAM_SENSOR_BITS_PER_PIXEL
  80     #define CAM_SENSOR_BITS_PER_PIXEL           12
  81 
  82     #define CAM_EXT_TV_RANGE                    1
  83 
  84     #undef  CAM_HAS_ERASE_BUTTON
  85     #define CAM_SHOW_OSD_IN_SHOOT_MENU          1
  86 
  87     #define DRAW_ON_ACTIVE_BITMAP_BUFFER_ONLY   1           // Draw pixels on active bitmap buffer only.
  88     //#undef  CAM_USES_ASPECT_CORRECTION
  89     //#define CAM_USES_ASPECT_CORRECTION          1
  90     #undef  CAM_BITMAP_WIDTH
  91     #undef  CAM_BITMAP_HEIGHT
  92     #undef  CAM_SCREEN_WIDTH
  93     #undef  CAM_SCREEN_HEIGHT
  94     #define CAM_BITMAP_WIDTH                    640 // Actual width of bitmap screen in <s>bytes</s> pixels
  95     #define CAM_BITMAP_HEIGHT                   480 // Actual height of bitmap screen in rows
  96     #define CAM_SCREEN_WIDTH                    640 // Width of bitmap screen in CHDK co-ordinates (360 or 480)
  97     #define CAM_SCREEN_HEIGHT                   480 // Height of bitmap screen in CHDK co-ordinates (always 240 on all cameras so far)
  98     #define CAM_SUPPORT_BITMAP_RES_CHANGE       1
  99 
 100 
 101     #undef  EDGE_HMARGIN
 102     #define EDGE_HMARGIN                        10
 103 
 104     #define CAM_HAS_FILEWRITETASK_HOOK          1
 105     //#define CAM_FILEWRITETASK_SEEKS             1
 106 
 107     #undef  CAM_BITMAP_PALETTE
 108     #define CAM_BITMAP_PALETTE                  100
 109 
 110     #define CAM_ZEBRA_NOBUF                     1
 111 
 112     //#define CAM_QUALITY_OVERRIDE                1
 113 
 114     #undef  CAMERA_MIN_DIST
 115     #define CAMERA_MIN_DIST                     100         // Override min subject distance
 116     #undef  CAMERA_MAX_DIST
 117     #define CAMERA_MAX_DIST                     1550000     // Override max subject distance; manually checked up to 1550388, with MF max 1369863 (double step)
 118 
 119 // sx280 has GPS, but full support is not enabled
 120 #if PLATFORMID == 12895
 121     //#define CAM_HAS_GPS                         1
 122 #endif
 123 
 124     //#define CAM_CHDK_HAS_EXT_VIDEO_TIME         1
 125     #define CAM_SIMPLE_MOVIE_STATUS             1
 126 
 127     #undef  CAM_USB_EVENTID
 128     #define CAM_USB_EVENTID                     0x202       // Levent ID for USB control. Changed in DryOS R49, R50 so needs to be overridable.
 129 
 130     #define CAM_HAS_MOVIE_DIGEST_MODE           1
 131 
 132     #define CAM_NEED_SET_ZOOM_DELAY             300
 133 
 134     #define MKDIR_RETURN_ONE_ON_SUCCESS         1    // mkdir() return 1 on success, 0 on fail.
 135 
 136     #undef  REMOTE_SYNC_STATUS_LED
 137     // #define REMOTE_SYNC_STATUS_LED              0xC022C30C  // TODO specifies an LED that turns on while camera waits for USB remote to sync
 138 
 139 // AF led, for MD test code
 140     #undef CAM_AF_LED
 141     #define CAM_AF_LED                          1
 142 
 143     #define CAM_SD_OVER_IN_AF  1
 144     #define CAM_SD_OVER_IN_MF  1
 145 
 146 // sx270 shares same firmware + CHDK source but does not have WIFI hardware
 147 #if PLATFORMID != 12896
 148     #define CAM_HAS_WIFI                        1   // Camera has wifi support
 149 #endif
 150 
 151 //--------------------------------------------------

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