Changeset 943
- Timestamp:
- 02/05/12 14:25:42 (16 months ago)
- Location:
- trunk/platform
- Files:
-
- 2 edited
-
sx20/platform_camera.h (modified) (1 diff)
-
sx200is/platform_camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/platform/sx20/platform_camera.h
r920 r943 94 94 // Used to enabled bracketing in custom timer, required on many recent cameras 95 95 // see http://chdk.setepontos.com/index.php/topic,3994.405.html 96 #undef CAMERA_MIN_DIST 97 #define CAMERA_MIN_DIST 88 // Override min subject distance 98 #undef CAMERA_MAX_DIST 99 #define CAMERA_MAX_DIST 66490 // Override max subject distance 96 100 //---------------------------------------------------------- -
trunk/platform/sx200is/platform_camera.h
r859 r943 86 86 // Used to enabled bracketing in custom timer, required on many recent cameras 87 87 // see http://chdk.setepontos.com/index.php/topic,3994.405.html 88 #undef CAMERA_MIN_DIST 89 #define CAMERA_MIN_DIST 58 // Override min subject distance 90 #undef CAMERA_MAX_DIST 91 #define CAMERA_MAX_DIST 68447 // Override max subject distance 88 92 //----------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.