Changeset 1541
- Timestamp:
- 01/11/12 11:27:53 (16 months ago)
- Location:
- branches/release-1_0/platform
- Files:
-
- 3 edited
-
a720/platform_camera.h (modified) (2 diffs)
-
sx220hs/platform_camera.h (modified) (1 diff)
-
sx230hs/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-1_0/platform/a720/platform_camera.h
r1418 r1541 21 21 // don't override them again in here. 22 22 23 #define CAM_PROPSET 224 #define CAM_DRYOS 123 #define CAM_PROPSET 2 24 #define CAM_DRYOS 1 25 25 26 #define CAM_RAW_ROWPIX 3336 // for new 8 MP27 #define CAM_RAW_ROWS 2480 // for new 8 MP26 #define CAM_RAW_ROWPIX 3336 // for new 8 MP 27 #define CAM_RAW_ROWS 2480 // for new 8 MP 28 28 29 #define CAM_MULTIPART 130 #define CAM_ADJUSTABLE_ALT_BUTTON 131 #define CAM_CAN_MUTE_MICROPHONE 129 #define CAM_MULTIPART 1 30 #define CAM_ADJUSTABLE_ALT_BUTTON 1 31 #define CAM_CAN_MUTE_MICROPHONE 1 32 32 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 33 #define CAM_EV_IN_VIDEO 133 #define CAM_EV_IN_VIDEO 1 34 34 #undef CAM_VIDEO_CONTROL 35 // disabled for now, see http://chdk.setepontos.com/index.php?topic=6182.0 36 // #define CAM_EXT_TV_RANGE 135 36 // #define CAM_EXT_TV_RANGE 1 // disabled for now, see http://chdk.setepontos.com/index.php?topic=6182.0 37 37 38 38 #define CAM_DNG_LENS_INFO { 58,10, 348,10, 28,10, 48,10 } // See comments in camera.h 39 39 // pattern 40 #define cam_CFAPattern 0x01000201// Green Blue Red Green40 #define cam_CFAPattern 0x01000201 // Green Blue Red Green 41 41 // color 42 42 #define CAM_COLORMATRIX1 \ … … 45 45 17965, 1000000, 78396, 1000000, 231868, 1000000 46 46 47 #define cam_CalibrationIlluminant1 1// Daylight47 #define cam_CalibrationIlluminant1 1 // Daylight 48 48 // cropping 49 #define CAM_JPEG_WIDTH 326450 #define CAM_JPEG_HEIGHT 244851 #define CAM_ACTIVE_AREA_X1 1052 #define CAM_ACTIVE_AREA_Y1 853 #define CAM_ACTIVE_AREA_X2 330254 #define CAM_ACTIVE_AREA_Y2 247449 #define CAM_JPEG_WIDTH 3264 50 #define CAM_JPEG_HEIGHT 2448 51 #define CAM_ACTIVE_AREA_X1 10 52 #define CAM_ACTIVE_AREA_Y1 8 53 #define CAM_ACTIVE_AREA_X2 3302 54 #define CAM_ACTIVE_AREA_Y2 2474 55 55 // camera name 56 #define PARAM_CAMERA_NAME 4// parameter number for GetParameterData56 #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 57 57 58 #define DNG_EXT_FROM ".CR2" 59 #define CAM_CHDK_PTP 1 // include CHDK PTP support 58 #define DNG_EXT_FROM ".CR2" 59 60 #define CAM_CHDK_PTP 1 // include CHDK PTP support 61 62 #define CAM_USE_COLORED_ICONS 1 // Enable using the CHDK-DE colored icons. 60 63 //---------------------------------------------------------- 61 64 -
branches/release-1_0/platform/sx220hs/platform_camera.h
r1540 r1541 85 85 #define CAM_ZEBRA_NOBUF 1 86 86 87 #define CAM_QUALITY_OVERRIDE 188 87 //#define CAM_QUALITY_OVERRIDE 1 // this feature doesn't work really, it produce not useable pictures. There is a EXMEM problem. 88 89 89 #define CAM_STARTUP_CRASH_FILE_OPEN_FIX 1 90 90 91 #define CAM_USE_COLORED_ICONS 1 // Enable using the CHDK-DE colored icons. 91 #define CAM_CHDK_PTP 1 // include CHDK PTP support 92 93 #define CAM_USE_COLORED_ICONS 1 // Enable using the CHDK-DE colored icons. 92 94 //---------------------------------------------------------- -
branches/release-1_0/platform/sx230hs/platform_camera.h
r1540 r1541 99 99 #define CAM_STARTUP_CRASH_FILE_OPEN_FIX 1 100 100 101 #define CAM_USE_COLORED_ICONS 1 // Enable using the CHDK-DE colored icons. 101 #define CAM_CHDK_PTP 1 // include CHDK PTP support 102 103 #define CAM_USE_COLORED_ICONS 1 // Enable using the CHDK-DE colored icons.
Note: See TracChangeset
for help on using the changeset viewer.