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 4
25 #define CAM_DRYOS_2_3_R39 1
26 #define CAM_DRYOS_2_3_R47 1
27
28 #define CAM_AV_OVERRIDE_IRIS_FIX 1
29 #undef CAM_KEY_PRESS_DELAY
30 #define CAM_KEY_PRESS_DELAY 60
31 #define CAM_ADJUSTABLE_ALT_BUTTON 1
32 #define CAM_ALT_BUTTON_NAMES { "Playback", "Display", "Video" }
33 #define CAM_ALT_BUTTON_OPTIONS { KEY_PLAYBACK, KEY_DISPLAY, KEY_VIDEO }
34
35 #define CAM_DATE_FOLDER_NAMING 0x400
36 #define CAM_HAS_ND_FILTER 1
37 #define CAM_HAS_VIDEO_BUTTON 1
38 #define CAM_VIDEO_QUALITY_ONLY 1
39 #define CAM_SHOW_OSD_IN_SHOOT_MENU 1
40 #define CAM_QUALITY_OVERRIDE 1
41 #define CAM_DRIVE_MODE_FROM_TIMER_MODE 1
42
43 #define PARAM_DISPLAY_MODE1 59
44 #define PARAM_DISPLAY_MODE2 60
45
46 #define CAM_DISABLE_RAW_IN_LOW_LIGHT_MODE 1
47
48 #undef CAM_VIDEO_CONTROL
49 #undef CAM_USE_ZOOM_FOR_MF
50 #undef CAM_HAS_ERASE_BUTTON
51 #undef CAM_HAS_IRIS_DIAPHRAGM
52 #undef CAM_HAS_MANUAL_FOCUS
53 #undef CAM_CAN_UNLOCK_OPTICAL_ZOOM_IN_VIDEO
54
55 #undef CAM_USES_ASPECT_CORRECTION
56 #define CAM_USES_ASPECT_CORRECTION 1
57
58 #undef CAM_BITMAP_WIDTH
59 #undef CAM_BITMAP_HEIGHT
60 #define CAM_BITMAP_WIDTH 960
61 #define CAM_BITMAP_HEIGHT 270
62
63 #undef CAM_UNCACHED_BIT
64 #define CAM_UNCACHED_BIT 0x40000000
65
66 #undef CAM_SENSOR_BITS_PER_PIXEL
67 #define CAM_SENSOR_BITS_PER_PIXEL 12
68
69 #undef EDGE_HMARGIN
70 #define EDGE_HMARGIN 10
71
72 #define CAM_CHDK_HAS_EXT_VIDEO_TIME 1
73
74
75 #define CAM_RAW_ROWPIX 4168
76 #define CAM_RAW_ROWS 3060
77 #define CAM_JPEG_WIDTH 4000
78 #define CAM_JPEG_HEIGHT 3000
79 #define CAM_ACTIVE_AREA_X1 96
80 #define CAM_ACTIVE_AREA_Y1 24
81 #define CAM_ACTIVE_AREA_X2 4168
82 #define CAM_ACTIVE_AREA_Y2 3060
83 #define cam_CFAPattern 0x02010100
84 #define CAM_COLORMATRIX1 \
85 544808, 1000000, -174047, 1000000, -80399, 1000000, \
86 -75055, 1000000, 440444, 1000000, 11367, 1000000, \
87 -5801, 1000000, 71589, 1000000, 118914, 1000000
88
89 #define cam_CalibrationIlluminant1 1
90
91 #define PARAM_CAMERA_NAME 4
92 #define CAM_DNG_LENS_INFO { 50,10, 400,10, 30,10, 59,10 }
93
94 #define REMOTE_SYNC_STATUS_LED 0xC0220130
95 #define CAM_HAS_CMOS 1
96
97 #undef CAM_USB_EVENTID
98 #define CAM_USB_EVENTID 0x202
99
100 #define CAM_HAS_FILEWRITETASK_HOOK 1
101
102 #define CAM_SD_OVER_IN_AF 1
103 #define CAM_SD_OVER_IN_AFL 1
104 #define CAM_SD_OVER_IN_MF 1
105
106