Changeset 619
- Timestamp:
- 12/05/08 12:16:44 (4 years ago)
- File:
-
- 1 edited
-
trunk/include/camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r618 r619 77 77 #define cam_CFAPattern 0x02010100 // Red Green Green Blue 78 78 // color 79 #define CAM_COLORMATRIX1 \80 5 10370, 1000000, -68998, 1000000, -86859, 1000000, \81 -279980, 1000000, 766686, 1000000, 67944,1000000, \82 - 14382, 1000000, 113688, 1000000, 239853,100000083 84 #define cam_CalibrationIlluminant1 1 // Daylight 85 // cropping 86 #define CAM_JPEG_WIDTH 3 07287 #define CAM_JPEG_HEIGHT 2 30488 #define CAM_ACTIVE_AREA_X1 1 289 #define CAM_ACTIVE_AREA_Y1 8 90 #define CAM_ACTIVE_AREA_X2 3 10891 #define CAM_ACTIVE_AREA_Y2 2 33279 #define CAM_COLORMATRIX1 \ 80 575419, 1000000,-185557, 1000000, -77898, 1000000, \ 81 -213702, 1000000, 733569, 1000000, 81514, 1000000, \ 82 -24604, 1000000, 131906, 1000000, 280378, 1000000 83 84 #define cam_CalibrationIlluminant1 1 // Daylight 85 // cropping 86 #define CAM_JPEG_WIDTH 3648 87 #define CAM_JPEG_HEIGHT 2736 88 #define CAM_ACTIVE_AREA_X1 14 89 #define CAM_ACTIVE_AREA_Y1 8 90 #define CAM_ACTIVE_AREA_X2 3682 91 #define CAM_ACTIVE_AREA_Y2 2764 92 92 // camera name 93 93 #define PARAM_CAMERA_NAME 4 // parameter number for GetParameterData
Note: See TracChangeset
for help on using the changeset viewer.