Changeset 1176
- Timestamp:
- 05/07/11 06:22:43 (2 years ago)
- Location:
- trunk/platform
- Files:
-
- 2 edited
-
g12/platform_camera.h (modified) (1 diff)
-
sx30/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/g12/platform_camera.h
r1175 r1176 75 75 #define cam_CFAPattern 0x02010100 // Red Green Green Blue 76 76 77 #define CAM_DNG_EXPOSURE_BIAS 0, 0// Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code)77 #define CAM_DNG_EXPOSURE_BIAS 0,1 // Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code) 78 78 79 79 //need fixing ***************************************************** -
trunk/platform/sx30/platform_camera.h
r1175 r1176 51 51 #define cam_CFAPattern 0x01000201 // Green Blue Red Green 52 52 53 #define CAM_DNG_EXPOSURE_BIAS 0, 0// Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code)53 #define CAM_DNG_EXPOSURE_BIAS 0,1 // Specify DNG exposure bias value to 0 (to override default of -0.5 in the dng.c code) 54 54 55 55 // TODO - Still needs work
Note: See TracChangeset
for help on using the changeset viewer.