Changeset 740 for trunk/include/camera.h


Ignore:
Timestamp:
04/18/09 06:57:52 (4 years ago)
Author:
reyalp
Message:

IXUS 980/ SD 990 beta
disable fi2 for sx1, viewport_width for 990 merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r739 r740  
    6060    #define CAM_WHITE_LEVEL             ((1<<CAM_SENSOR_BITS_PER_PIXEL)-1) 
    6161    #define CAM_BLACK_LEVEL             31 
     62 
     63    #define CAM_BITMAP_PALETTE          1 // which color set is used for this camera 
     64 
    6265//---------------------------------------------------------- 
    6366// Overridden values for each camera 
     
    14501453    #undef  CAM_USE_ZOOM_FOR_MF 
    14511454    #undef  CAM_HAS_ERASE_BUTTON 
     1455    #define CAM_MULTIPART               1 
    14521456    #undef  CAM_HAS_IRIS_DIAPHRAGM 
    14531457    #define CAM_HAS_ND_FILTER           1 
     
    14561460    #define CAM_SHOW_OSD_IN_SHOOT_MENU  1 
    14571461    #undef CAM_CHDK_HAS_EXT_VIDEO_MENU 
    1458     #define CAM_NEED_SCREENLOCK          1 
    1459     #define CAM_NEED_VIEWPORT_WIDTH      1 
    14601462    #undef CAM_UNCACHED_BIT  // shut up compiler 
    14611463    #define CAM_UNCACHED_BIT    0x40000000 
     
    14671469//    #define CAM_HAS_JOGDIAL             1 
    14681470//    #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 
    1469 //    #define CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 1 
    1470         // disabled until we get movie task running 
    1471     #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
     1471    #define CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 1 
    14721472//    #define CAM_REMOTE 1 
    14731473//   #define CAM_SYNCH  1  
Note: See TracChangeset for help on using the changeset viewer.