Changeset 1730 for branches/release-1_0


Ignore:
Timestamp:
03/14/12 12:29:37 (14 months ago)
Author:
philmoz
Message:

Update DNG lens info and active area for IXUS220 (Elph 300HS)

Location:
branches/release-1_0/platform/ixus220_elph300hs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • branches/release-1_0/platform/ixus220_elph300hs/platform_camera.h

    r1699 r1730  
    4949    #define DNG_BADPIXEL_VALUE_LIMIT        16      // Camera sensor apparently has bad pixels with value > 0 & <=16 
    5050 
    51     #define CAM_DNG_LENS_INFO               { 50,10, 700,10, 31,10, 59,10 } // See comments in camera.h 
     51    #define CAM_DNG_LENS_INFO               { 43,10, 215,10, 27,10, 59,10 } // See comments in camera.h 
    5252    #define cam_CFAPattern  0x02010100 
    5353   
     
    6161    #define CAM_JPEG_WIDTH                  4000 
    6262    #define CAM_JPEG_HEIGHT                 3000 
    63     #define CAM_ACTIVE_AREA_X1              96 
    64     #define CAM_ACTIVE_AREA_Y1              24 
    65     #define CAM_ACTIVE_AREA_X2              4168 
    66     #define CAM_ACTIVE_AREA_Y2              3060 
     63    #define CAM_ACTIVE_AREA_X1              120 
     64    #define CAM_ACTIVE_AREA_Y1              36 
     65    #define CAM_ACTIVE_AREA_X2              4136 
     66    #define CAM_ACTIVE_AREA_Y2              3040 
    6767    #define PARAM_CAMERA_NAME               4       // parameter number for GetParameterData 
    6868    #undef  CAM_SENSOR_BITS_PER_PIXEL 
  • branches/release-1_0/platform/ixus220_elph300hs/sub/100c/stubs_entry.S

    r1721 r1730  
    3434DEF(zoom_status                             ,0x0000ded8) // Found @0xffb078a0 
    3535DEF(some_flag_for_af_scan                   ,0x000071cc) // Found @0xff989240 
     36// focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 
     37// each entry contains 3 int value(s), the first is the zoom focus length. 
     38// there are 64 entries in the table - set NUM_FL to 64 
     39//DEF(focus_len_table                         ,0xfffea288) // Found @0xfffea288,          stubs_min = 0xfffea288 (0xfffea288) 
    3640DEF(zoom_busy                               ,0x00006cf4) // Found @0xff97fd74 
    3741DEF(focus_busy                              ,0x00006b68) // Found @0xff97af60 
  • branches/release-1_0/platform/ixus220_elph300hs/sub/101a/stubs_entry.S

    r1721 r1730  
    3434DEF(zoom_status                             ,0x0000ded8) // Found @0xffb078b8 
    3535DEF(some_flag_for_af_scan                   ,0x000071cc) // Found @0xff989240 
     36// focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 
     37// each entry contains 3 int value(s), the first is the zoom focus length. 
     38// there are 64 entries in the table - set NUM_FL to 64 
     39//DEF(focus_len_table                         ,0xfffea288) // Found @0xfffea288,          stubs_min = 0xfffea288 (0xfffea288) 
    3640DEF(zoom_busy                               ,0x00006cf4) // Found @0xff97fd74 
    3741DEF(focus_busy                              ,0x00006b68) // Found @0xff97af60 
  • branches/release-1_0/platform/ixus220_elph300hs/sub/101c/stubs_entry.S

    r1721 r1730  
    3434DEF(zoom_status                             ,0x0000ded8) // Found @0xffb078cc 
    3535DEF(some_flag_for_af_scan                   ,0x000071cc) // Found @0xff989240 
     36// focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 
     37// each entry contains 3 int value(s), the first is the zoom focus length. 
     38// there are 64 entries in the table - set NUM_FL to 64 
     39//DEF(focus_len_table                         ,0xfffea288) // Found @0xfffea288,          stubs_min = 0xfffea288 (0xfffea288) 
    3640DEF(zoom_busy                               ,0x00006cf4) // Found @0xff97fd74 
    3741DEF(focus_busy                              ,0x00006b68) // Found @0xff97af60 
  • branches/release-1_0/platform/ixus220_elph300hs/sub/101g/stubs_entry.S

    r1721 r1730  
    3434DEF(zoom_status                             ,0x0000ded8) // Found @0xffb07900 
    3535DEF(some_flag_for_af_scan                   ,0x000071cc) // Found @0xff989240 
     36// focus_len_table contains zoom focus lengths for use in 'get_focal_length' (main.c). 
     37// each entry contains 3 int value(s), the first is the zoom focus length. 
     38// there are 64 entries in the table - set NUM_FL to 64 
     39//DEF(focus_len_table                         ,0xfffea288) // Found @0xfffea288,          stubs_min = 0xfffea288 (0xfffea288) 
    3640DEF(zoom_busy                               ,0x00006cf4) // Found @0xff97fd74 
    3741DEF(focus_busy                              ,0x00006b68) // Found @0xff97af60 
Note: See TracChangeset for help on using the changeset viewer.