Changeset 1656 for trunk/platform/a640/platform_camera.h
- Timestamp:
- 02/10/12 09:43:38 (17 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
platform/a640/platform_camera.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/release-1_0 merged: 1652
- Property svn:mergeinfo changed
-
trunk/platform/a640/platform_camera.h
r1555 r1656 1 // Camera - A640 - platform_camera.h1 // Camera - a640 - platform_camera.h 2 2 3 // This file contains the various settings values specific to the A640 camera.3 // This file contains the various settings values specific to the a640 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 123 #define CAM_PROPSET 1 24 24 25 #define CAM_RAW_ROWPIX 3736// for 10 MP26 #define CAM_RAW_ROWS 2772// for 10 MP27 28 #define CAM_SWIVEL_SCREEN 129 #define CAM_MULTIPART 125 #define CAM_RAW_ROWPIX 3736 // for 10 MP 26 #define CAM_RAW_ROWS 2772 // for 10 MP 27 28 #define CAM_SWIVEL_SCREEN 1 29 #define CAM_MULTIPART 1 30 30 #undef CAM_CAN_SD_OVER_NOT_IN_MF 31 31 #undef CAM_HAS_IS 32 #define CAM_CAN_MUTE_MICROPHONE 132 #define CAM_CAN_MUTE_MICROPHONE 1 33 33 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 34 #define CAM_EV_IN_VIDEO 134 #define CAM_EV_IN_VIDEO 1 35 35 36 36 #define CAM_DNG_LENS_INFO { 73,10, 292,10, 28,10, 41,10 } // See comments in camera.h 37 37 // pattern 38 #define cam_CFAPattern 0x02010100 // Red Green Green Blue38 #define cam_CFAPattern 0x02010100 // Red Green Green Blue 39 39 // color 40 #define CAM_COLORMATRIX1 \41 13124, 10000, -5329, 10000, -1390, 10000,\42 -3602, 10000, 11658, 10000, 1944, 10000,\43 -1612, 10000, 2863, 10000,4885, 1000044 45 #define cam_CalibrationIlluminant1 17// Standard light A40 #define CAM_COLORMATRIX1 \ 41 13124, 10000, -5329, 10000, -1390, 10000, \ 42 -3602, 10000, 11658, 10000, 1944, 10000, \ 43 -1612, 10000, 2863, 10000, 4885, 10000 44 45 #define cam_CalibrationIlluminant1 17 // Standard light A 46 46 // cropping 47 #define CAM_JPEG_WIDTH 364848 #define CAM_JPEG_HEIGHT 273649 #define CAM_ACTIVE_AREA_X1 1450 #define CAM_ACTIVE_AREA_Y1 851 #define CAM_ACTIVE_AREA_X2 368252 #define CAM_ACTIVE_AREA_Y2 276447 #define CAM_JPEG_WIDTH 3648 48 #define CAM_JPEG_HEIGHT 2736 49 #define CAM_ACTIVE_AREA_X1 14 50 #define CAM_ACTIVE_AREA_Y1 8 51 #define CAM_ACTIVE_AREA_X2 3682 52 #define CAM_ACTIVE_AREA_Y2 2764 53 53 // camera name 54 #define PARAM_CAMERA_NAME 4// parameter number for GetParameterData55 #define DNG_EXT_FROM ".DPS"54 #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData 55 #define DNG_EXT_FROM ".DPS" 56 56 57 57 // #define REMOTE_SYNC_STATUS_LED 0xC0xxyyyy // specifies an LED that turns on while camera waits for USB remote to sync
Note: See TracChangeset
for help on using the changeset viewer.