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

move bracketing in custom timer workaround to camera.h define CAM_DRIVE_MODE_FROM_TIMER_MODE, enable for ixus95_sd1200

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r1223 r1224  
    155155 
    156156#undef CAM_NO_MEMPARTINFO                      // VXWORKS camera does not have memPartInfoGet, fall back to memPartFindMax 
     157 
     158 
     159#undef CAM_DRIVE_MODE_FROM_TIMER_MODE           // use PROPCASE_TIMER_MODE to check for multiple shot custom timer. 
     160                                                // Used to enabled bracketing in custom timer, required on many recent cameras 
     161                                                // see http://chdk.setepontos.com/index.php/topic,3994.405.html 
     162 
    157163//---------------------------------------------------------- 
    158164// Override Default values for Camera if necessary 
Note: See TracChangeset for help on using the changeset viewer.