Changeset 610
- Timestamp:
- 12/02/08 02:10:28 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
include/camera.h (modified) (2 diffs)
-
platform/a590/sub/100e/makefile.inc (modified) (1 diff)
-
platform/a590/sub/101b/makefile.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r609 r610 100 100 #define CAM_RAW_ROWPIX 4104 // for 12 MP 101 101 #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 107 104 #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 111 106 #undef CAM_EMUL_KEYPRESS_DURATION 112 107 #define CAM_EMUL_KEYPRESS_DURATION 10 113 108 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 114 #define CAM_HAS_JOGDIAL 1109 #define CAM_HAS_JOGDIAL 1 115 110 #define CAM_EV_IN_VIDEO 1 111 #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 112 #undef CAM_CHDK_HAS_EXT_VIDEO_MENU 116 113 // #define CAM_CONSOLE_LOG_ENABLED 1 117 114 // #define CAM_BRACKETING 1 //propcase still missing for dryos … … 394 391 #define CAM_RAW_ROWPIX 3264 //3336 // for new 8 MP 395 392 #define CAM_RAW_ROWS 2448 //2490 // for new 8 MP 396 393 #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO 397 394 // TODO / test 398 395 #define CAM_CAN_MUTE_MICROPHONE 1 -
trunk/platform/a590/sub/100e/makefile.inc
r584 r610 1 1 #315D 2 PLATFORMID= 31762 PLATFORMID=12662 3 3 4 4 PLATFORMOS=dryos -
trunk/platform/a590/sub/101b/makefile.inc
r584 r610 1 1 #315D 2 PLATFORMID= 31762 PLATFORMID=12662 3 3 4 4 PLATFORMOS=dryos
Note: See TracChangeset
for help on using the changeset viewer.