Changeset 1260 for trunk/include/camera.h
- Timestamp:
- 08/02/11 20:28:04 (22 months ago)
- File:
-
- 1 edited
-
trunk/include/camera.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r1253 r1260 108 108 109 109 #undef CAM_QUALITY_OVERRIDE // define this in platform_camera.h to enable 'Super Fine' JPEG compression mode 110 // used to allow super fine JPEG option on cameras where this has been removed111 // from the Canon menu. Note: may not actually work on all cameras.110 // used to allow super fine JPEG option on cameras where this has been removed 111 // from the Canon menu. Note: may not actually work on all cameras. 112 112 113 113 #undef CAM_ZEBRA_ASPECT_ADJUST // zebra needs to account for real bitmap size being different from what lib.c reports … … 137 137 #undef CAM_ACTIVE_AREA_X2 // Define usable area of the sensor 138 138 #undef CAM_ACTIVE_AREA_Y2 // Define usable area of the sensor 139 #undef cam_CFAPattern // Camera Bayer sensor data layout 139 #undef cam_CFAPattern // Camera Bayer sensor data layout (DNG colors are messed up if not correct) 140 140 #undef CAM_COLORMATRIX1 // DNG color profile matrix 141 141 #undef cam_CalibrationIlluminant1 // DNG color profile illuminant … … 157 157 #define ASPECT_GRID_YCORRECTION(y) (y) // default CHDK logical screen size so no correction needed. 158 158 159 #undef PARAM_CAMERA_NAME// parameter number for GetParameterData to get camera name159 #undef PARAM_CAMERA_NAME // parameter number for GetParameterData to get camera name 160 160 161 161 162 #undef CAM_FIRMWARE_MEMINFO // Use 'GetMemInfo' (dryos) or 'memPartInfoGet'/'memPartFindMax' (vxworks)163 // function in firmware to get free memory details164 // GetMemInfo should be found correctly by the gensig/finsig signature165 // finder for all dryos based cameras.162 #undef CAM_FIRMWARE_MEMINFO // Use 'GetMemInfo' (dryos) or 'memPartInfoGet'/'memPartFindMax' (vxworks) 163 // function in firmware to get free memory details 164 // GetMemInfo should be found correctly by the gensig/finsig signature 165 // finder for all dryos based cameras. 166 166 167 #undef CAM_NO_MEMPARTINFO // VXWORKS camera does not have memPartInfoGet, fall back to memPartFindMax167 #undef CAM_NO_MEMPARTINFO // VXWORKS camera does not have memPartInfoGet, fall back to memPartFindMax 168 168 169 169 170 #undef CAM_DRIVE_MODE_FROM_TIMER_MODE // use PROPCASE_TIMER_MODE to check for multiple shot custom timer.171 // Used to enabled bracketing in custom timer, required on many recent cameras172 // see http://chdk.setepontos.com/index.php/topic,3994.405.html170 #undef CAM_DRIVE_MODE_FROM_TIMER_MODE // use PROPCASE_TIMER_MODE to check for multiple shot custom timer. 171 // Used to enabled bracketing in custom timer, required on many recent cameras 172 // see http://chdk.setepontos.com/index.php/topic,3994.405.html 173 173 174 #undef CAM_AV_OVERRIDE_IRIS_FIX // for cameras that require _MoveIrisWithAv function to override Av (for bracketing).174 #undef CAM_AV_OVERRIDE_IRIS_FIX // for cameras that require _MoveIrisWithAv function to override Av (for bracketing). 175 175 176 #undef CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE // For cameras with 'low light' mode that does now work with raw define this176 #undef CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE // For cameras with 'low light' mode that does now work with raw define this 177 177 178 178 //----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.