Changeset 1176


Ignore:
Timestamp:
05/07/11 06:22:43 (2 years ago)
Author:
reyalP
Message:

Improve G12 and SX30 DNG compatibility with some ACDSee versions - from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg66020#msg66020

Location:
trunk/platform
Files:
2 edited

Legend:

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

    r1175 r1176  
    7575    #define cam_CFAPattern 0x02010100 // Red  Green  Green  Blue 
    7676 
    77         #define CAM_DNG_EXPOSURE_BIAS           0,0             // Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code) 
     77        #define CAM_DNG_EXPOSURE_BIAS           0,1             // Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code) 
    7878 
    7979        //need fixing ***************************************************** 
  • trunk/platform/sx30/platform_camera.h

    r1175 r1176  
    5151        #define cam_CFAPattern 0x01000201 // Green  Blue  Red  Green 
    5252 
    53         #define CAM_DNG_EXPOSURE_BIAS           0,0             // Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code) 
     53        #define CAM_DNG_EXPOSURE_BIAS           0,1             // Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code) 
    5454 
    5555        // TODO - Still needs work  
Note: See TracChangeset for help on using the changeset viewer.