forked from afbayonac/grid-photogrammetry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
droneModels.js
311 lines (311 loc) · 6.33 KB
/
droneModels.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
export default [
{
name: 'AIR 2S DJI',
focalLength: 8.4,
imageWidth: 5472,
imageHeight: 3648,
sensorWidth: 13.31,
sensorHeight: 8.88
}, {
name: 'Mavic Air',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 4.9,
imageWidth: 4056,
imageHeight: 3040
}, {
name: 'DJI Air 2',
sensorWidth: 6.4,
sensorHeight: 4.2,
focalLength: 4.49,
imageWidth: 8000,
imageHeight: 6000
}, {
name: 'DJI Mavic Mini',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 4.49,
imageWidth: 4000,
imageHeight: 3000
}, {
name: 'DJI Mini 2',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 4.49,
imageWidth: 4000,
imageHeight: 3000
}, {
name: 'DJI Mini SE',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 4.49,
imageWidth: 4000,
imageHeight: 3000
}, {
name: 'DJI Mavic AIR 2',
sensorWidth: 6.4,
sensorHeight: 4.8,
focalLength: 4.49,
imageWidth: 8000,
imageHeight: 6000
}, {
name: 'DJI Mavic Air 2S',
sensorWidth: 13.2,
sensorHeight: 8.8,
focalLength: 8.4,
imageWidth: 5472,
imageHeight: 3648
}, {
name: 'DJI Mavic 2 Zoom',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 8.6,
imageWidth: 4000,
imageHeight: 3000
}, {
name: 'DJI Mavic 2 Pro',
sensorWidth: 13.8,
sensorHeight: 8.8,
focalLength: 10.3,
imageWidth: 5472,
imageHeight: 3648
}, {
name: 'DJI Phantom 3',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 3.61,
imageWidth: 4000,
imageHeight: 3000
}, {
name: 'DJI Phantom 4',
sensorWidth: 6.3,
sensorHeight: 4.7,
focalLength: 3.61,
imageWidth: 4000,
imageHeight: 3000
}, {
name: 'DJI Phantom 4 Pro / 2.0 / Advanced',
sensorWidth: 13.2,
sensorHeight: 8.8,
focalLength: 8.8,
imageWidth: 5472,
imageHeight: 3648
}, {
name: 'Nikon aw100',
focalLength: 5,
imageHeight: 3456,
imageWidth: 4608,
sensorHeight: 4.62,
sensorWidth: 6.16
}, {
name: 'Canon SX230 HS',
focalLength: 5,
imageHeight: 3000,
imageWidth: 4000,
sensorHeight: 4.62,
sensorWidth: 6.16
}, {
name: ' Samsung s860',
focalLength: 6.3,
imageHeight: 2448,
imageWidth: 3264,
sensorHeight: 4.29,
sensorWidth: 5.76
}, {
name: 'Canon SX260-SX280',
focalLength: 4.5,
imageHeight: 3000,
imageWidth: 4000,
sensorHeight: 4.55,
sensorWidth: 6.17
}, {
name: 'Nex5 25mm',
focalLength: 25,
imageHeight: 3056,
imageWidth: 4592,
sensorHeight: 15.6,
sensorWidth: 23.4
}, {
name: 'Nex5 16mm',
focalLength: 16,
imageHeight: 3056,
imageWidth: 4592,
sensorHeight: 15.6,
sensorWidth: 23.4
}, {
name: 'Nex7 16mm',
focalLength: 16,
imageHeight: 4000,
imageWidth: 6000,
sensorHeight: 15.6,
sensorWidth: 23.5
}, {
name: 'Canon S110-S120',
focalLength: 5.2,
imageHeight: 3000,
imageWidth: 4000,
sensorHeight: 5.7,
sensorWidth: 7.6
}, {
name: 'Canon ELPH 520HS',
focalLength: 4,
imageHeight: 2736,
imageWidth: 3648,
sensorHeight: 4.55,
sensorWidth: 6.17
}, {
name: 'Canon ELPH 330HS',
focalLength: 4.3,
imageHeight: 2736,
imageWidth: 3648,
sensorHeight: 4.55,
sensorWidth: 6.17
}, {
name: 'Canon ELPH 115-130 IS',
focalLength: 5,
imageHeight: 3072,
imageWidth: 4608,
sensorHeight: 4.55,
sensorWidth: 6.17
}, {
name: 'Canon A2300-A2400',
focalLength: 5,
imageHeight: 3456,
imageWidth: 4608,
sensorHeight: 4.55,
sensorWidth: 6.17
}, {
name: 'Canon 5D Mk2',
focalLength: 5,
imageHeight: 3744,
imageWidth: 5616,
sensorHeight: 24,
sensorWidth: 36
}, {
name: 'NX1000',
focalLength: 20,
imageHeight: 3648,
imageWidth: 5472,
sensorHeight: 15.7,
sensorWidth: 23.5
}, {
name: 'FIREFLY 6S',
focalLength: 3,
imageHeight: 3000,
imageWidth: 4000,
sensorHeight: 4.7058,
sensorWidth: 6.2372
}, {
name: 'Sony A6000',
focalLength: 20,
imageHeight: 4000,
imageWidth: 6000,
sensorHeight: 15.6,
sensorWidth: 23.5
}, {
name: 'Sony A7R',
focalLength: 28,
imageHeight: 4912,
imageWidth: 7360,
sensorHeight: 24.0,
sensorWidth: 35.9
}, {
name: 'Parrot Sequoia Monochrome',
focalLength: 3.98,
imageHeight: 960,
imageWidth: 1280,
sensorHeight: 3.6,
sensorWidth: 4.8
}, {
name: 'Parrot Sequoia RGB',
focalLength: 4.88,
imageHeight: 3456,
imageWidth: 4608,
sensorHeight: 4.63,
sensorWidth: 6.17
}, {
name: 'Canon S120',
focalLength: 5.2,
imageHeight: 3000,
imageWidth: 4000,
sensorHeight: 5.7,
sensorWidth: 7.6
}, {
name: 'WX 500',
focalLength: 4.1,
imageHeight: 3264,
imageWidth: 4896,
sensorHeight: 4.55,
sensorWidth: 6.17
}, {
name: 'RedEdge',
focalLength: 5.5,
imageHeight: 960,
imageWidth: 1280,
sensorHeight: 3.6,
sensorWidth: 4.8
}, {
name: 'FLIR Vue 336 6,8mm',
focalLength: 6.8,
imageHeight: 256,
imageWidth: 336,
sensorHeight: 4.352,
sensorWidth: 5.712
}, {
name: 'FLIR Vue 336 9mm',
focalLength: 9,
imageHeight: 256,
imageWidth: 336,
sensorHeight: 4.352,
sensorWidth: 5.712
}, {
name: 'FLIR Vue 336 13mm',
focalLength: 13,
imageHeight: 256,
imageWidth: 336,
sensorHeight: 4.352,
sensorWidth: 5.712
}, {
name: 'FLIR Vue 640 9mm',
focalLength: 9,
imageHeight: 512,
imageWidth: 640,
sensorHeight: 8.704,
sensorWidth: 10.88
}, {
name: 'FLIR Vue 640 13mm',
focalLength: 13,
imageHeight: 512,
imageWidth: 640,
sensorHeight: 8.704,
sensorWidth: 10.88
}, {
name: 'FLIR Vue 640 19mm',
focalLength: 19,
imageHeight: 512,
imageWidth: 640,
sensorHeight: 8.704,
sensorWidth: 10.88
}, {
name: 'GoPro Hero 4 Black Wide',
focalLength: 2.46,
imageHeight: 3000,
imageWidth: 4000,
sensorHeight: 4.56,
sensorWidth: 6.17
}, {
name: 'Sony a7R2',
focalLength: 5,
imageHeight: 3456,
imageWidth: 4608,
sensorHeight: 4.62,
sensorWidth: 6.16
}, {
name: 'AeroHawk_8MP',
focalLength: 3.039,
imageHeight: 2464,
imageWidth: 3280,
sensorHeight: 2.76,
sensorWidth: 3.674
}
]