Changeset 716


Ignore:
Timestamp:
03/02/09 18:04:27 (4 years ago)
Author:
EWAVR
Message:

ixus40 (sd300): DNG support added.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r715 r716  
    730730 
    731731 
    732 /*   DNG support is blocked due to mismatch RAW size in this file and DNG4PS2 settings (2400x1720). 
    733  
    734732    #define DNG_SUPPORT                 1 
    735733    // pattern 
     
    746744    #define CAM_JPEG_HEIGHT 1704 
    747745    #define CAM_ACTIVE_AREA_X1 12 
    748     #define CAM_ACTIVE_AREA_Y1 24 
    749     #define CAM_ACTIVE_AREA_X2 2394 
    750     #define CAM_ACTIVE_AREA_Y2 1708 
     746    #define CAM_ACTIVE_AREA_Y1 12 
     747    #define CAM_ACTIVE_AREA_X2 2356 
     748    #define CAM_ACTIVE_AREA_Y2 1764 
    751749    // camera name 
    752750    #define PARAM_CAMERA_NAME 2 // parameter number for GetParameterData 
    753  
    754     */ 
    755751 
    756752//---------------------------------------------------------- 
  • trunk/platform/ixus40_sd300/sub/100j/capt_seq.c

    r550 r716  
    2222 
    2323static long raw_save_stage; 
     24volatile long shutter_open_time=0; // for DNG EXIF creation, dummy for this camera 
    2425 
    2526void __attribute__((naked,noinline)) capt_seq_hook_raw_here() 
  • trunk/platform/ixus40_sd300/sub/100k/capt_seq.c

    r653 r716  
    1212 
    1313static long raw_save_stage; 
     14volatile long shutter_open_time=0; // for DNG EXIF creation, dummy for this camera 
    1415 
    1516void __attribute__((naked,noinline)) capt_seq_hook_raw_here() 
Note: See TracChangeset for help on using the changeset viewer.