-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdrones.json
58 lines (58 loc) · 1.47 KB
/
drones.json
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
{
"Drones": [
{
"brand": "DJI",
"name": "Phantom4 RTK",
"Cameras": [
{
"id":"PH4_3_2","camera": "Phantom4 RTK (3:2)","focal":"8.8",
"resolution_X": 5472,
"resolution_Y": 3648,
"x_sensor_size" :"13.2",
"y_sensor_size" :8.8
},
{
"id":"PH4_4_3","camera": "Phantom4 RTK (4:3)","focal":"8.8",
"resolution_X": 4864,
"resolution_Y": 3648,
"x_sensor_size" :13.2,
"y_sensor_size" :8.8
}
]
},
{
"brand": "DJI",
"name": "Matrice 210 RTK V2",
"Cameras": [
{
"id":"M210_X7","camera": "X7-3/2","focal":"24",
"resolution_X": 6016,
"resolution_Y": 4008,
"x_sensor_size" :23.5,
"y_sensor_size" :15.7
},
{
"id":"M210_MULTI","camera": "Multispectral","focal":"5.4",
"resolution_X": 4000,
"resolution_Y": 3000,
"x_sensor_size" :6.2,
"y_sensor_size" :4.65
},
{
"id":"M210_THERM","camera": "XT2 Thermique","focal":"13",
"resolution_X": 640,
"resolution_Y": 512,
"x_sensor_size" :10.88,
"y_sensor_size" :8.7
},
{
"id":"M210_OPTI","camera": "XT2 Optique","focal":"8",
"resolution_X": 4000,
"resolution_Y": 3000,
"x_sensor_size" :8.7,
"y_sensor_size" :6.2
}
]
}
]
}