Changeset 1270
- Timestamp:
- 08/05/11 18:36:37 (22 months ago)
- File:
-
- 1 edited
-
trunk/include/camera.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r1260 r1270 35 35 #undef CAM_DRAW_EXPOSITION // Output expo-pair on screen (for cameras which (sometimes) don't do that) 36 36 #define CAM_HAS_ERASE_BUTTON 1 // Camera has dedicated erase button 37 #define CAM_HAS_IRIS_DIAPHRAGM 1 // Camera has real diaphragm mechanism 37 #define CAM_HAS_IRIS_DIAPHRAGM 1 // Camera has real diaphragm mechanism (http://en.wikipedia.org/wiki/Diaphragm_%28optics%29) 38 38 #undef CAM_HAS_ND_FILTER // Camera has build-in ND filter 39 39 #define CAM_CAN_SD_OVER_NOT_IN_MF 1 // Camera allows subject distance (focus) override when not in manual focus mode … … 123 123 #undef CAM_DATE_FOLDER_NAMING // Camera uses date for naming image folders 124 124 125 #undef CAM_STARTUP_CRASH_FILE_OPEN_FIX // enable fix for camera crash at startup when opening the conf / font files 125 #undef CAM_STARTUP_CRASH_FILE_OPEN_FIX // enable fix for camera intermittently crash at startup when opening the conf / font files 126 // Some cameras throw "ASSERT!! FsIoNotify.c Line xxx Task name: SpyTask" in ROMLOG 126 127 // see http://chdk.setepontos.com/index.php?topic=6179.0 127 128
Note: See TracChangeset
for help on using the changeset viewer.