Changeset 1223


Ignore:
Timestamp:
07/04/11 22:19:33 (23 months ago)
Author:
reyalp
Message:

Enable JPEG quality override for A495, Update comment for this option in camera.h - from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg69811#msg69811

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r1213 r1223  
    9999// end of section by nandoid 
    100100 
    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. 
    102104 
    103105#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  
    4545    #define CAM_CAN_MUTE_MICROPHONE         1 
    4646    #define CAM_EV_IN_VIDEO                 1 
     47        #define CAM_QUALITY_OVERRIDE            1 
    4748 
    4849    #undef CAM_BITMAP_PALETTE 
Note: See TracChangeset for help on using the changeset viewer.