Changeset 716
- Timestamp:
- 03/02/09 18:04:27 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/camera.h (modified) (2 diffs)
-
platform/ixus40_sd300/sub/100j/capt_seq.c (modified) (1 diff)
-
platform/ixus40_sd300/sub/100k/capt_seq.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r715 r716 730 730 731 731 732 /* DNG support is blocked due to mismatch RAW size in this file and DNG4PS2 settings (2400x1720).733 734 732 #define DNG_SUPPORT 1 735 733 // pattern … … 746 744 #define CAM_JPEG_HEIGHT 1704 747 745 #define CAM_ACTIVE_AREA_X1 12 748 #define CAM_ACTIVE_AREA_Y1 24749 #define CAM_ACTIVE_AREA_X2 23 94750 #define CAM_ACTIVE_AREA_Y2 17 08746 #define CAM_ACTIVE_AREA_Y1 12 747 #define CAM_ACTIVE_AREA_X2 2356 748 #define CAM_ACTIVE_AREA_Y2 1764 751 749 // camera name 752 750 #define PARAM_CAMERA_NAME 2 // parameter number for GetParameterData 753 754 */755 751 756 752 //---------------------------------------------------------- -
trunk/platform/ixus40_sd300/sub/100j/capt_seq.c
r550 r716 22 22 23 23 static long raw_save_stage; 24 volatile long shutter_open_time=0; // for DNG EXIF creation, dummy for this camera 24 25 25 26 void __attribute__((naked,noinline)) capt_seq_hook_raw_here() -
trunk/platform/ixus40_sd300/sub/100k/capt_seq.c
r653 r716 12 12 13 13 static long raw_save_stage; 14 volatile long shutter_open_time=0; // for DNG EXIF creation, dummy for this camera 14 15 15 16 void __attribute__((naked,noinline)) capt_seq_hook_raw_here()
Note: See TracChangeset
for help on using the changeset viewer.