1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23 #define CAM_DRYOS 1
24 #define CAM_PROPSET 5
25
26 #define CAM_DRYOS_2_3_R39 1
27 #define CAM_DRYOS_2_3_R47 1
28
29 #undef CAM_UNCACHED_BIT
30 #define CAM_UNCACHED_BIT 0x40000000
31
32 #define CAM_RAW_ROWPIX 4784
33 #define CAM_RAW_ROWS 3516
34
35 #define CAM_JPEG_WIDTH 4608
36 #define CAM_JPEG_HEIGHT 3456
37 #define CAM_ACTIVE_AREA_X1 96
38 #define CAM_ACTIVE_AREA_Y1 18
39 #define CAM_ACTIVE_AREA_X2 4776
40 #define CAM_ACTIVE_AREA_Y2 3516
41
42 #define CAM_DNG_LENS_INFO { 43,10, 215,10, 27,10, 59,10 }
43
44 #undef CAM_SENSOR_BITS_PER_PIXEL
45 #define CAM_SENSOR_BITS_PER_PIXEL 12
46
47 #define cam_CFAPattern 0x02010100
48
49 #define CAM_COLORMATRIX1 \
50 544808, 1000000, -174047, 1000000, -80399, 1000000, \
51 -75055, 1000000, 440444, 1000000, 11367, 1000000, \
52 -5801, 1000000, 71589, 1000000, 118914, 1000000
53
54 #undef CAM_USE_ZOOM_FOR_MF
55 #define CAM_BRACKETING 1
56 #undef CAM_VIDEO_CONTROL
57 #define CAM_VIDEO_QUALITY_ONLY 1
58
59 #define CAM_HAS_CMOS 1
60 #define CAM_HAS_ND_FILTER 1
61 #undef CAM_HAS_MANUAL_FOCUS
62 #undef CAM_HAS_IRIS_DIAPHRAGM
63
64 #undef CAM_HAS_ERASE_BUTTON
65 #define CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE 1
66
67 #define CAM_HAS_MOVIE_DIGEST_MODE 1
68
69 #define CAM_HAS_VIDEO_BUTTON 1
70
71 #define CAM_IS_VID_REC_WORKS 1
72
73 #define cam_CalibrationIlluminant1 1
74
75 #define PARAM_CAMERA_NAME 4
76
77 #undef CAM_USES_ASPECT_CORRECTION
78 #define CAM_USES_ASPECT_CORRECTION 1
79 #undef CAM_BITMAP_WIDTH
80 #undef CAM_BITMAP_HEIGHT
81 #define CAM_BITMAP_WIDTH 960
82 #define CAM_BITMAP_HEIGHT 270
83
84 #define CAM_LOAD_CUSTOM_COLORS 1
85
86 #undef EDGE_HMARGIN
87 #define EDGE_HMARGIN 10
88
89 #define CAM_ZEBRA_NOBUF 1
90
91
92 #define CAM_NEED_SET_ZOOM_DELAY 100
93 #define CAM_USE_OPTICAL_MAX_ZOOM_STATUS 1
94
95 #define CAM_QUALITY_OVERRIDE 1
96 #define CAM_DATE_FOLDER_NAMING 0x400
97
98 #define CAM_DRIVE_MODE_FROM_TIMER_MODE 1
99
100 #define DRAW_ON_ACTIVE_BITMAP_BUFFER_ONLY 1
101
102 #undef CAM_USB_EVENTID
103 #define CAM_USB_EVENTID 0x202
104 #define MKDIR_RETURN_ONE_ON_SUCCESS 1
105
106 #define CAM_HAS_FILEWRITETASK_HOOK 1
107 #define CAM_FILEWRITETASK_SEEKS 1
108
109 #define CAM_CHDK_HAS_EXT_VIDEO_TIME 1
110
111
112
113 #define CAM_SD_OVER_IN_AF 1
114 #define CAM_SD_OVER_IN_MF 1
115
116 #define CAM_ADJUSTABLE_ALT_BUTTON 1
117 #define CAM_ALT_BUTTON_NAMES { "Playback", "Video" }
118 #define CAM_ALT_BUTTON_OPTIONS { KEY_PLAYBACK, KEY_VIDEO }
119 #define CAM_DISP_BUTTON_NAME "Video"
120 #define SHORTCUT_TOGGLE_RAW KEY_VIDEO
121
122 #define CAM_IS_VID_REC_WORKS 1
123
124
125