Changeset 619


Ignore:
Timestamp:
12/05/08 12:16:44 (4 years ago)
Author:
phyrephox
Message:

g7 - fixing dng stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r618 r619  
    7777    #define cam_CFAPattern 0x02010100 // Red  Green  Green  Blue 
    7878    // color 
    79     #define CAM_COLORMATRIX1                                \ 
    80       510370,  1000000, -68998,  1000000, -86859,  1000000, \ 
    81       -279980, 1000000, 766686,  1000000,  67944, 1000000, \ 
    82       -14382,  1000000, 113688,  1000000, 239853, 1000000 
    83      
    84     #define cam_CalibrationIlluminant1 1 // Daylight 
    85     // cropping 
    86     #define CAM_JPEG_WIDTH  3072 
    87     #define CAM_JPEG_HEIGHT 2304 
    88     #define CAM_ACTIVE_AREA_X1 12 
    89     #define CAM_ACTIVE_AREA_Y1 8 
    90     #define CAM_ACTIVE_AREA_X2 3108 
    91     #define CAM_ACTIVE_AREA_Y2 2332 
     79    #define CAM_COLORMATRIX1                              \ 
     80      575419, 1000000,-185557, 1000000, -77898,  1000000, \ 
     81     -213702, 1000000, 733569, 1000000,   81514, 1000000, \ 
     82      -24604, 1000000, 131906, 1000000,  280378, 1000000 
     83    
     84    #define cam_CalibrationIlluminant1 1 // Daylight 
     85    // cropping 
     86    #define CAM_JPEG_WIDTH  3648 
     87    #define CAM_JPEG_HEIGHT 2736 
     88    #define CAM_ACTIVE_AREA_X1 14 
     89    #define CAM_ACTIVE_AREA_Y1 8 
     90    #define CAM_ACTIVE_AREA_X2 3682 
     91    #define CAM_ACTIVE_AREA_Y2 2764 
    9292    // camera name 
    9393    #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 
Note: See TracChangeset for help on using the changeset viewer.