Ignore:
Timestamp:
08/05/11 18:36:37 (23 months ago)
Author:
pixeldoc2000
Message:

camera.h comments added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r1260 r1270  
    3535#undef  CAM_DRAW_EXPOSITION                     // Output expo-pair on screen (for cameras which (sometimes) don't do that) 
    3636#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) 
    3838#undef  CAM_HAS_ND_FILTER                       // Camera has build-in ND filter 
    3939#define CAM_CAN_SD_OVER_NOT_IN_MF   1           // Camera allows subject distance (focus) override when not in manual focus mode 
     
    123123#undef  CAM_DATE_FOLDER_NAMING                  // Camera uses date for naming image folders 
    124124 
    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 
    126127                                                // see http://chdk.setepontos.com/index.php?topic=6179.0 
    127128 
Note: See TracChangeset for help on using the changeset viewer.