Changeset 1324


Ignore:
Timestamp:
09/09/11 21:36:03 (22 months ago)
Author:
philmoz
Message:

Fix for G12, SX30 & IXUS310 for long shutter speed override not working when the shutter is pressed quickly (i.e. not waiting at half press for exposure calculation).

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/propset4.h

    r1245 r1324  
    5151#define PROPCASE_SV_MARKET                       250 
    5252#define PROPCASE_SV                              347     // (philmoz, May 2011) - this value causes overrides to be saved in JPEG and shown on Canon OSD 
    53 #define PROPCASE_TV                              265     // (philmoz, May 2011) - this value causes overrides to be saved in JPEG and shown on Canon OSD 
     53#define PROPCASE_TV2                             265     // (philmoz, May 2011) - this value causes overrides to be saved in JPEG and shown on Canon OSD 
     54#define PROPCASE_TV                              266     // Need to set this value for overrides to work correctly 
    5455#define PROPCASE_USER_TV                         268 
    5556#define PROPCASE_WB_ADJ                          273 
  • trunk/platform/generic/shooting.c

    r1285 r1324  
    598598        if(is_now) { 
    599599           _SetPropertyCase(PROPCASE_TV, &v, sizeof(v)); 
     600#ifdef PROPCASE_TV2 
     601       _SetPropertyCase(PROPCASE_TV2, &v, sizeof(v));   // Save override to property that will update JPEG header & Canon OSD 
     602#endif 
    600603        } 
    601604        else photo_param_put_off.tv96=v; 
Note: See TracChangeset for help on using the changeset viewer.