Ignore:
Timestamp:
07/23/11 22:51:40 (22 months ago)
Author:
reyalp
Message:

G12+SX30 Patch to disable raw/dng saving in 'low light' + cleanup from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg70704#msg70704

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/platform/sx30/platform_camera.h

    r1237 r1245  
    9898                                                                                                                        // see http://chdk.setepontos.com/index.php?topic=6179.0 
    9999 
    100     #define CAM_KEY_CLICK_DELAY 150 // SX30 appears to need extra delay for clicks 
     100    #define CAM_KEY_CLICK_DELAY         150 // SX30 appears to need extra delay for clicks 
    101101 
    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. 
    103103 
    104104    #define CAM_DRIVE_MODE_FROM_TIMER_MODE      // use PROPCASE_TIMER_MODE to check for multiple shot custom timer. 
     
    106106                                                // see http://chdk.setepontos.com/index.php/topic,3994.405.html 
    107107         
    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 
    109112//---------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.