Changeset 610


Ignore:
Timestamp:
12/02/08 02:10:28 (4 years ago)
Author:
phyrephox
Message:

modified some defines for a590 & g9. needs more work though. disabled the stuff that definitly isnt working yet. camera.h should some day be cleaned up somehow

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/camera.h

    r609 r610  
    100100    #define CAM_RAW_ROWPIX              4104   // for 12 MP 
    101101    #define CAM_RAW_ROWS                3048   // for 12 MP 
    102  
    103  
    104 //   #define CAM_MULTIPART               1 
    105     #define CAM_HAS_ND_FILTER           1 
    106  
     102//  #define CAM_MULTIPART               1 
     103    #define CAM_HAS_ND_FILTER           1 
    107104    #define CAM_ADJUSTABLE_ALT_BUTTON   1 
    108     #define CAM_SWIVEL_SCREEN           1 
    109     #define CAM_CAN_MUTE_MICROPHONE     1 
    110  
     105    #define CAM_CAN_MUTE_MICROPHONE     1 
    111106    #undef  CAM_EMUL_KEYPRESS_DURATION 
    112107    #define CAM_EMUL_KEYPRESS_DURATION  10 
    113108    #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 
    114         #define CAM_HAS_JOGDIAL             1 
     109    #define CAM_HAS_JOGDIAL             1 
    115110    #define CAM_EV_IN_VIDEO             1 
     111    #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
     112    #undef  CAM_CHDK_HAS_EXT_VIDEO_MENU 
    116113//      #define CAM_CONSOLE_LOG_ENABLED     1 
    117114//  #define CAM_BRACKETING              1  //propcase still missing for dryos     
     
    394391    #define CAM_RAW_ROWPIX              3264 //3336   // for new 8 MP 
    395392    #define CAM_RAW_ROWS                2448 //2490    // for new 8 MP 
    396  
     393    #undef  CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 
    397394        // TODO / test 
    398395    #define  CAM_CAN_MUTE_MICROPHONE 1 
  • trunk/platform/a590/sub/100e/makefile.inc

    r584 r610  
    11#315D 
    2 PLATFORMID=3176 
     2PLATFORMID=12662 
    33 
    44PLATFORMOS=dryos 
  • trunk/platform/a590/sub/101b/makefile.inc

    r584 r610  
    11#315D 
    2 PLATFORMID=3176 
     2PLATFORMID=12662 
    33 
    44PLATFORMOS=dryos 
Note: See TracChangeset for help on using the changeset viewer.