Changeset 1223
- Timestamp:
- 07/04/11 22:19:33 (23 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/camera.h (modified) (1 diff)
-
platform/a495/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r1213 r1223 99 99 // end of section by nandoid 100 100 101 #undef CAM_QUALITY_OVERRIDE // camera may need shooting quality override (sx200is lacks SuperFine quality) 101 #undef CAM_QUALITY_OVERRIDE // define this in platform_camera.h to enable 'Super Fine' JPEG compression mode 102 // used to allow super fine JPEG option on cameras where this has been removed 103 // from the Canon menu. Note: may not actually work on all cameras. 102 104 103 105 #undef CAM_ZEBRA_ASPECT_ADJUST // zebra needs to account for real bitmap size being different from what lib.c reports -
trunk/platform/a495/platform_camera.h
r1198 r1223 45 45 #define CAM_CAN_MUTE_MICROPHONE 1 46 46 #define CAM_EV_IN_VIDEO 1 47 #define CAM_QUALITY_OVERRIDE 1 47 48 48 49 #undef CAM_BITMAP_PALETTE
Note: See TracChangeset
for help on using the changeset viewer.