Changeset 481 for branches/juciphox/include/camera.h
- Timestamp:
- 08/14/08 00:28:20 (5 years ago)
- File:
-
- 1 edited
-
branches/juciphox/include/camera.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/juciphox/include/camera.h
r479 r481 301 301 // SD-Series (IXUS-Series) 302 302 //========================================================== 303 #elif defined (CAMERA_ixus40_sd300) 304 #define CAM_PROPSET 1 305 306 #define CAM_RAW_ROWPIX (2376) //(2272+80) //for 4 MP guessed!! 307 #define CAM_RAW_ROWS (1704+24) // for 4 MP guessed!! 308 309 #define CAM_USE_ZOOM_FOR_MF 1 310 #undef CAM_HAS_ERASE_BUTTON 311 #undef CAM_HAS_IRIS_DIAPHRAGM 312 #define CAM_HAS_ND_FILTER 1 313 #undef CAM_HAS_MANUAL_FOCUS 314 #undef CAM_HAS_USER_TV_MODES 315 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 316 #undef CAM_HAS_IS 317 #undef CAM_CONSOLE_LOG_ENABLED 318 //---------------------------------------------------------- 319 303 320 #elif defined (CAMERA_ixus50_sd400) 304 321 #define CAM_PROPSET 1
Note: See TracChangeset
for help on using the changeset viewer.