Ignore:
Timestamp:
02/10/12 09:43:38 (17 months ago)
Author:
philmoz
Message:

Merged revision(s) 1652 from branches/release-1_0:

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/platform/a640/platform_camera.h

    r1555 r1656  
    1 // Camera - A640 - platform_camera.h 
     1// Camera - a640 - platform_camera.h 
    22 
    3 // This file contains the various settings values specific to the A640 camera. 
     3// This file contains the various settings values specific to the a640 camera. 
    44// This file is referenced via the 'include/camera.h' file and should not be loaded directly. 
    55 
     
    2121// don't override them again in here. 
    2222 
    23     #define CAM_PROPSET                 1 
     23    #define CAM_PROPSET                     1 
    2424 
    25     #define CAM_RAW_ROWPIX              3736   // for 10 MP 
    26     #define CAM_RAW_ROWS                2772   // for 10 MP 
    27      
    28     #define CAM_SWIVEL_SCREEN           1 
    29     #define CAM_MULTIPART               1 
     25    #define CAM_RAW_ROWPIX                  3736    // for 10 MP 
     26    #define CAM_RAW_ROWS                    2772    // for 10 MP 
     27 
     28    #define CAM_SWIVEL_SCREEN               1 
     29    #define CAM_MULTIPART                   1 
    3030    #undef  CAM_CAN_SD_OVER_NOT_IN_MF 
    3131    #undef  CAM_HAS_IS 
    32     #define CAM_CAN_MUTE_MICROPHONE     1 
     32    #define CAM_CAN_MUTE_MICROPHONE         1 
    3333    #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 
    34     #define CAM_EV_IN_VIDEO             1 
     34    #define CAM_EV_IN_VIDEO                 1 
    3535 
    3636    #define CAM_DNG_LENS_INFO               { 73,10, 292,10, 28,10, 41,10 } // See comments in camera.h 
    3737    // pattern 
    38     #define cam_CFAPattern 0x02010100 // Red  Green  Green  Blue 
     38    #define cam_CFAPattern                  0x02010100 // Red  Green  Green  Blue 
    3939    // color 
    40     #define CAM_COLORMATRIX1                               \ 
    41       13124,  10000, -5329, 10000, -1390, 10000,           \ 
    42       -3602,  10000, 11658, 10000,  1944, 10000,           \ 
    43       -1612,  10000,  2863, 10000,  4885, 10000 
    44      
    45     #define cam_CalibrationIlluminant1 17 // Standard light A 
     40    #define CAM_COLORMATRIX1                         \ 
     41      13124, 10000,   -5329, 10000,   -1390, 10000,  \ 
     42      -3602, 10000,   11658, 10000,    1944, 10000,  \ 
     43      -1612, 10000,    2863, 10000,    4885, 10000 
     44 
     45    #define cam_CalibrationIlluminant1      17      // Standard light A 
    4646    // cropping 
    47     #define CAM_JPEG_WIDTH  3648 
    48     #define CAM_JPEG_HEIGHT 2736 
    49     #define CAM_ACTIVE_AREA_X1 14 
    50     #define CAM_ACTIVE_AREA_Y1 8 
    51     #define CAM_ACTIVE_AREA_X2 3682 
    52     #define CAM_ACTIVE_AREA_Y2 2764 
     47    #define CAM_JPEG_WIDTH                  3648 
     48    #define CAM_JPEG_HEIGHT                 2736 
     49    #define CAM_ACTIVE_AREA_X1              14 
     50    #define CAM_ACTIVE_AREA_Y1              8 
     51    #define CAM_ACTIVE_AREA_X2              3682 
     52    #define CAM_ACTIVE_AREA_Y2              2764 
    5353    // camera name 
    54     #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 
    55     #define DNG_EXT_FROM ".DPS" 
     54    #define PARAM_CAMERA_NAME               4      // parameter number for GetParameterData 
     55    #define DNG_EXT_FROM                    ".DPS" 
    5656         
    5757//      #define REMOTE_SYNC_STATUS_LED  0xC0xxyyyy              // specifies an LED that turns on while camera waits for USB remote to sync 
Note: See TracChangeset for help on using the changeset viewer.