Changeset 595 for trunk/include/camera.h


Ignore:
Timestamp:
11/27/08 23:42:30 (4 years ago)
Author:
reyalp
Message:

dng for ixus75 from msl http://chdk.kernreaktor.org/mantis/view.php?id=104

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r592 r595  
    882882 
    883883//    #define  CAM_CONSOLE_LOG_ENABLED   1      // Development: internal camera stdout -> A/stdout.txt         
    884  
     884    #define DNG_SUPPORT                 1 
     885    // pattern 
     886    #define cam_CFAPattern 0x02010100 // Red  Green  Green  Blue 
     887    // color 
     888    #define CAM_COLORMATRIX1                                \ 
     889      689833,  1000000, -198299, 1000000, -101299, 1000000, \ 
     890      -164267, 1000000, 667466,  1000000,  74132,  1000000, \ 
     891       -36515,  1000000, 123872,   1000000,  248498, 1000000 
     892     
     893    #define cam_CalibrationIlluminant1 1 // Daylight 
     894    // cropping 
     895    #define CAM_JPEG_WIDTH  3072 
     896    #define CAM_JPEG_HEIGHT 2304 
     897    #define CAM_ACTIVE_AREA_X1 38 
     898    #define CAM_ACTIVE_AREA_Y1 14 
     899    #define CAM_ACTIVE_AREA_X2 3146 
     900    #define CAM_ACTIVE_AREA_Y2 2338 
     901    // camera name 
     902    #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 
    885903//---------------------------------------------------------- 
    886904#elif defined (CAMERA_ixus70_sd1000) 
Note: See TracChangeset for help on using the changeset viewer.