Changeset 1048
- Timestamp:
- 01/16/11 01:34:28 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
buildconf.inc (modified) (2 diffs)
-
include/camera.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/buildconf.inc
r1041 r1048 9 9 OPT_DEBUGGING=1 10 10 OPT_EDGEOVERLAY=1 11 # experimental PTP/USB interface. Enabled/disabled for individual cameras in camera.h 12 OPT_PTP=1 11 13 12 14 # Scripting components … … 24 26 # See exmem_malloc_init in generic/wrappers.c 25 27 #OPT_EXMEM_MALLOC=1 26 # experimental PTP/USB interface27 #OPT_PTP=128 28 #OPT_MD_DEBUG=1 29 29 # require correct FI2 keys in platform/fi2.inc , see http://chdk.wikia.com/wiki/For_Developers/fi2offsets and http://chdk.setepontos.com/index.php/topic,2995.0.html -
trunk/include/camera.h
r1046 r1048 680 680 681 681 #define DNG_EXT_FROM ".DPS" 682 #define CAM_CHDK_PTP 1 // include CHDK PTP support 682 683 //---------------------------------------------------------- 683 684 … … 1880 1881 #define CAM_WHITE_LEVEL ((1<<CAM_SENSOR_BITS_PER_PIXEL)-1) 1881 1882 #define CAM_BLACK_LEVEL 127 1883 #define CAM_CHDK_PTP 1 // include CHDK PTP support 1882 1884 //---------------------------------------------------------- 1883 1885 … … 2296 2298 // camera has very little free memory 2297 2299 #define CAM_ZEBRA_NOBUF 1 2300 #define CAM_CHDK_PTP 1 // include CHDK PTP support 2298 2301 2299 2302 //---------------------------------------------------------- … … 2407 2410 #define CAM_BRACKETING 1 2408 2411 #define DNG_EXT_FROM ".DPS" 2412 #define CAM_CHDK_PTP 1 // include CHDK PTP support 2409 2413 //---------------------------------------------------------- 2410 2414 … … 2738 2742 #define CAM_AF_SCAN_DURING_VIDEO_RECORD 1 2739 2743 #define CAM_ZEBRA_ASPECT_ADJUST 1 2744 #define CAM_CHDK_PTP 1 // include CHDK PTP support 2740 2745 //---------------------------------------------------------- 2741 2746 … … 3120 3125 #undef EDGE_HMARGIN 3121 3126 #define EDGE_HMARGIN 2 3122 #undef CAM_CHDK_PTP3123 3127 #define CAM_CHDK_PTP 1 3124 3128
Note: See TracChangeset
for help on using the changeset viewer.