Changeset 1260 for trunk


Ignore:
Timestamp:
08/02/11 20:28:04 (22 months ago)
Author:
pixeldoc2000
Message:

camera.h comment added and some cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r1253 r1260  
    108108 
    109109#undef CAM_QUALITY_OVERRIDE                     // define this in platform_camera.h to enable 'Super Fine' JPEG compression mode 
    110                                                                                                 // used to allow super fine JPEG option on cameras where this has been removed 
    111                                                                                                 // from the Canon menu. Note: may not actually work on all cameras. 
     110                                                // used to allow super fine JPEG option on cameras where this has been removed 
     111                                                // from the Canon menu. Note: may not actually work on all cameras. 
    112112 
    113113#undef CAM_ZEBRA_ASPECT_ADJUST                  // zebra needs to account for real bitmap size being different from what lib.c reports 
     
    137137#undef  CAM_ACTIVE_AREA_X2                      // Define usable area of the sensor 
    138138#undef  CAM_ACTIVE_AREA_Y2                      // Define usable area of the sensor 
    139 #undef  cam_CFAPattern                          // Camera Bayer sensor data layout 
     139#undef  cam_CFAPattern                          // Camera Bayer sensor data layout (DNG colors are messed up if not correct) 
    140140#undef  CAM_COLORMATRIX1                        // DNG color profile matrix 
    141141#undef  cam_CalibrationIlluminant1              // DNG color profile illuminant 
     
    157157#define ASPECT_GRID_YCORRECTION(y)    (y)        // default CHDK logical screen size so no correction needed. 
    158158 
    159 #undef    PARAM_CAMERA_NAME                      // parameter number for GetParameterData to get camera name 
     159#undef  PARAM_CAMERA_NAME                        // parameter number for GetParameterData to get camera name 
    160160 
    161161 
    162 #undef  CAM_FIRMWARE_MEMINFO                    // Use 'GetMemInfo' (dryos) or 'memPartInfoGet'/'memPartFindMax' (vxworks) 
    163                                                 // function in firmware to get free memory details 
    164                                                 // GetMemInfo should be found correctly by the gensig/finsig signature 
    165                                                 // finder for all dryos based cameras. 
     162#undef  CAM_FIRMWARE_MEMINFO                     // Use 'GetMemInfo' (dryos) or 'memPartInfoGet'/'memPartFindMax' (vxworks) 
     163                                                 // function in firmware to get free memory details 
     164                                                 // GetMemInfo should be found correctly by the gensig/finsig signature 
     165                                                 // finder for all dryos based cameras. 
    166166 
    167 #undef CAM_NO_MEMPARTINFO                      // VXWORKS camera does not have memPartInfoGet, fall back to memPartFindMax 
     167#undef CAM_NO_MEMPARTINFO                        // VXWORKS camera does not have memPartInfoGet, fall back to memPartFindMax 
    168168 
    169169 
    170 #undef CAM_DRIVE_MODE_FROM_TIMER_MODE           // use PROPCASE_TIMER_MODE to check for multiple shot custom timer. 
    171                                                 // Used to enabled bracketing in custom timer, required on many recent cameras 
    172                                                 // see http://chdk.setepontos.com/index.php/topic,3994.405.html 
     170#undef CAM_DRIVE_MODE_FROM_TIMER_MODE            // use PROPCASE_TIMER_MODE to check for multiple shot custom timer. 
     171                                                 // Used to enabled bracketing in custom timer, required on many recent cameras 
     172                                                 // see http://chdk.setepontos.com/index.php/topic,3994.405.html 
    173173 
    174 #undef CAM_AV_OVERRIDE_IRIS_FIX                                 // for cameras that require _MoveIrisWithAv function to override Av (for bracketing). 
     174#undef CAM_AV_OVERRIDE_IRIS_FIX                  // for cameras that require _MoveIrisWithAv function to override Av (for bracketing). 
    175175 
    176 #undef CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE        // For cameras with 'low light' mode that does now work with raw define this 
     176#undef CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE         // For cameras with 'low light' mode that does now work with raw define this 
    177177 
    178178//---------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.