Changeset 740 for trunk/include/camera.h
- Timestamp:
- 04/18/09 06:57:52 (4 years ago)
- File:
-
- 1 edited
-
trunk/include/camera.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/camera.h
r739 r740 60 60 #define CAM_WHITE_LEVEL ((1<<CAM_SENSOR_BITS_PER_PIXEL)-1) 61 61 #define CAM_BLACK_LEVEL 31 62 63 #define CAM_BITMAP_PALETTE 1 // which color set is used for this camera 64 62 65 //---------------------------------------------------------- 63 66 // Overridden values for each camera … … 1450 1453 #undef CAM_USE_ZOOM_FOR_MF 1451 1454 #undef CAM_HAS_ERASE_BUTTON 1455 #define CAM_MULTIPART 1 1452 1456 #undef CAM_HAS_IRIS_DIAPHRAGM 1453 1457 #define CAM_HAS_ND_FILTER 1 … … 1456 1460 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1 1457 1461 #undef CAM_CHDK_HAS_EXT_VIDEO_MENU 1458 #define CAM_NEED_SCREENLOCK 11459 #define CAM_NEED_VIEWPORT_WIDTH 11460 1462 #undef CAM_UNCACHED_BIT // shut up compiler 1461 1463 #define CAM_UNCACHED_BIT 0x40000000 … … 1467 1469 // #define CAM_HAS_JOGDIAL 1 1468 1470 // #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 1472 1472 // #define CAM_REMOTE 1 1473 1473 // #define CAM_SYNCH 1
Note: See TracChangeset
for help on using the changeset viewer.