Ignore:
Timestamp:
03/13/11 21:33:29 (2 years ago)
Author:
reyalP
Message:

sx30 and g12 updates from philmoz in http://chdk.setepontos.com/index.php?topic=650.msg62654#msg62654

  • Fixes startup crash (hopefully) by using different 'Open' firmware function (G12 & SX30). (see
  • Added ND filter to G12 (from CHDK-DE).
  • Faster motion detect by implementing vid_get_viewport_live_fb (G12 & SX30).
  • Fixed bracketing in continuous shooting mode when timer enabled.

generic MD optimization will be in a separate commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r1081 r1086  
    31233123   // todo - we may need this to save memory 
    31243124    //#define CAM_ZEBRA_NOBUF 1 
    3125 //========================================================== 
    3126 // END of Camera-dependent settings 
    3127 //========================================================== 
    3128  
     3125 
     3126//---------------------------------------------------------- 
    31293127#elif defined (CAMERA_sx30) 
    31303128        #define CAM_PROPSET                                     4 
     
    32533251    #define CAM_HAS_JOGDIAL             1 
    32543252        #undef  CAM_USE_ZOOM_FOR_MF 
     3253    #define CAM_HAS_ND_FILTER               1 
    32553254    #undef  CAM_CONSOLE_LOG_ENABLED         // Development: internal camera stdout -> A/stdout.txt 
    32563255    #define CAM_BRACKETING              1 
Note: See TracChangeset for help on using the changeset viewer.