Changeset 1324
- Timestamp:
- 09/09/11 21:36:03 (22 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
include/propset4.h (modified) (1 diff)
-
platform/generic/shooting.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/propset4.h
r1245 r1324 51 51 #define PROPCASE_SV_MARKET 250 52 52 #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 54 55 #define PROPCASE_USER_TV 268 55 56 #define PROPCASE_WB_ADJ 273 -
trunk/platform/generic/shooting.c
r1285 r1324 598 598 if(is_now) { 599 599 _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 600 603 } 601 604 else photo_param_put_off.tv96=v;
Note: See TracChangeset
for help on using the changeset viewer.