- Timestamp:
- 02/09/12 10:43:09 (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/ixus980_sd990/platform_camera.h
r1560 r1652 1 // Camera - IXUS980_SD990 - platform_camera.h1 // Camera - ixus980_sd990 - platform_camera.h 2 2 3 // This file contains the various settings values specific to the IXUS980_SD990 camera.3 // This file contains the various settings values specific to the ixus980_sd990 camera. 4 4 // This file is referenced via the 'include/camera.h' file and should not be loaded directly. 5 5 … … 21 21 // don't override them again in here. 22 22 23 #define CAM_PROPSET 2// all values checked so far match propset 224 #define CAM_DRYOS 123 #define CAM_PROPSET 2 // all values checked so far match propset 2 24 #define CAM_DRYOS 1 25 25 26 #define CAM_RAW_ROWPIX 4480// 14.7 MP 12bpp27 #define CAM_RAW_ROWS 334826 #define CAM_RAW_ROWPIX 4480 // 14.7 MP 12bpp 27 #define CAM_RAW_ROWS 3348 28 28 29 29 #undef CAM_USE_ZOOM_FOR_MF 30 30 #undef CAM_HAS_ERASE_BUTTON 31 #define CAM_MULTIPART 131 #define CAM_MULTIPART 1 32 32 #undef CAM_HAS_IRIS_DIAPHRAGM 33 #define CAM_HAS_ND_FILTER 133 #define CAM_HAS_ND_FILTER 1 34 34 #define CAM_HAS_MANUAL_FOCUS 1 35 35 #define CAM_HAS_USER_TV_MODES 1 //include M/P ? needed to make Tv bracketing work 36 #define CAM_SHOW_OSD_IN_SHOOT_MENU 136 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 37 37 #define CAM_CHDK_HAS_EXT_VIDEO_MENU 1 38 38 #undef CAM_VIDEO_CONTROL 39 #undef CAM_UNCACHED_BIT// shut up compiler40 #define CAM_UNCACHED_BIT 0x4000000041 #undef CAM_BITMAP_PALETTE42 #define CAM_BITMAP_PALETTE 239 #undef CAM_UNCACHED_BIT // shut up compiler 40 #define CAM_UNCACHED_BIT 0x40000000 41 #undef CAM_BITMAP_PALETTE 42 #define CAM_BITMAP_PALETTE 2 43 43 44 #define CAM_HAS_JOGDIAL 145 // #define CAM_AF_SCAN_DURING_VIDEO_RECORD 146 #define CAM_VIDEO_QUALITY_ONLY 1 47 #undefCAM_SENSOR_BITS_PER_PIXEL48 #define CAM_SENSOR_BITS_PER_PIXEL 1244 #define CAM_HAS_JOGDIAL 1 45 // #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 46 #define CAM_VIDEO_QUALITY_ONLY 1 47 #undef CAM_SENSOR_BITS_PER_PIXEL 48 #define CAM_SENSOR_BITS_PER_PIXEL 12 49 49 50 50 #define CAM_DNG_LENS_INFO { 77,10, 285,10, 28,10, 58,10 } // See comments in camera.h 51 51 // pattern 52 #define cam_CFAPattern 0x01000201 // Green Blue Red Green52 #define cam_CFAPattern 0x01000201 // Green Blue Red Green 53 53 // color preliminary 54 #define CAM_COLORMATRIX1 \55 837237, 1000000, -290137, 1000000, -128156, 1000000, \56 -127762, 1000000, 643909, 1000000, 52973,1000000, \57 4446, 1000000, 88354,1000000, 224246, 100000058 59 #define cam_CalibrationIlluminant1 1// Daylight60 // cropping 61 #define CAM_JPEG_WIDTH 441662 #define CAM_JPEG_HEIGHT 331263 #define CAM_ACTIVE_AREA_X1 1264 #define CAM_ACTIVE_AREA_Y1 1265 #define CAM_ACTIVE_AREA_X2 444466 #define CAM_ACTIVE_AREA_Y2 332454 #define CAM_COLORMATRIX1 \ 55 837237, 1000000, -290137, 1000000, -128156, 1000000, \ 56 -127762, 1000000, 643909, 1000000, 52973, 1000000, \ 57 4446, 1000000, 88354, 1000000, 224246, 1000000 58 59 #define cam_CalibrationIlluminant1 1 // Daylight 60 // cropping 61 #define CAM_JPEG_WIDTH 4416 62 #define CAM_JPEG_HEIGHT 3312 63 #define CAM_ACTIVE_AREA_X1 12 64 #define CAM_ACTIVE_AREA_Y1 12 65 #define CAM_ACTIVE_AREA_X2 4444 66 #define CAM_ACTIVE_AREA_Y2 3324 67 67 // camera name 68 #define PARAM_CAMERA_NAME 4// parameter number for GetParameterData sd990: OK68 #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData sd990: OK 69 69 70 // copied from DavidBs D10 stuff71 #undef CAM_USES_ASPECT_CORRECTION72 #define CAM_USES_ASPECT_CORRECTION 1 //camera uses the modified graphics primitives to map screens an viewports to buffers more sized70 // copied from DavidBs D10 stuff 71 #undef CAM_USES_ASPECT_CORRECTION 72 #define CAM_USES_ASPECT_CORRECTION 1 //camera uses the modified graphics primitives to map screens an viewports to buffers more sized 73 73 74 #define CAM_ZEBRA_ASPECT_ADJUST 1 74 // #define DNG_EXT_FROM ".CR2" 75 75 76 // #define DNG_EXT_FROM ".CR2" 76 #define CAM_ZEBRA_ASPECT_ADJUST 1 77 77 //---------------------------------------------------------- 78 78
Note: See TracChangeset
for help on using the changeset viewer.