Changeset 1245 for trunk/platform/sx30/platform_camera.h
- Timestamp:
- 07/23/11 22:51:40 (22 months ago)
- File:
-
- 1 edited
-
trunk/platform/sx30/platform_camera.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/sx30/platform_camera.h
r1237 r1245 98 98 // see http://chdk.setepontos.com/index.php?topic=6179.0 99 99 100 #define CAM_KEY_CLICK_DELAY 150 // SX30 appears to need extra delay for clicks100 #define CAM_KEY_CLICK_DELAY 150 // SX30 appears to need extra delay for clicks 101 101 102 #define CAM_FIRMWARE_MEMINFO 1 // Use 'GetMemInfo' to get free memory size.102 #define CAM_FIRMWARE_MEMINFO 1 // Use 'GetMemInfo' to get free memory size. 103 103 104 104 #define CAM_DRIVE_MODE_FROM_TIMER_MODE // use PROPCASE_TIMER_MODE to check for multiple shot custom timer. … … 106 106 // see http://chdk.setepontos.com/index.php/topic,3994.405.html 107 107 108 #define CAM_AV_OVERRIDE_IRIS_FIX 1 // for cameras that require _MoveIrisWithAv function to override Av. 108 #define CAM_AV_OVERRIDE_IRIS_FIX 1 // for cameras that require _MoveIrisWithAv function to override Av in bracketing. 109 110 #define CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE 1 // For cameras with 'low light' mode that does now work with raw define this 111 109 112 //----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.