CameraCalc.FactMetaData.json 1.83 KB
Newer Older
1 2 3 4
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
5
[
6 7
{
    "name":             "CameraName",
8
    "shortDesc": "Camera name.",
9
    "type":             "string",
10
    "default":     "Manual (no camera specs)"
11
},
12 13
{
    "name":             "ValueSetIsDistance",
14
    "shortDesc": "Value specified is distance to surface.",
15
    "type":             "bool",
16
    "default":     1
17 18 19
},
{
    "name":             "DistanceToSurface",
20
    "shortDesc": "Distance vehicle is away from surface.",
21 22 23 24
    "type":             "double",
    "min":              0.1,
    "units":            "m",
    "decimalPlaces":    2,
25
    "default":     50.0
26 27 28
},
{
    "name":             "ImageDensity",
29
    "shortDesc": "Image desity at surface.",
30 31 32 33
    "type":             "double",
    "min":              0,
    "units":            "cm/px",
    "decimalPlaces":    1,
34
    "default":     1.2
35 36 37
},
{
    "name":             "FrontalOverlap",
38
    "shortDesc": "Amount of overlap between images in the forward facing direction.",
39 40 41 42 43
    "type":             "double",
    "decimalPlaces":    0,
    "min":              0,
    "max":              85,
    "units":            "%",
44
    "default":     70
45 46 47
},
{
    "name":             "SideOverlap",
48
    "shortDesc": "Amount of overlap between images in the side facing direction.",
49 50 51 52 53
    "type":             "double",
    "decimalPlaces":    0,
    "min":              0,
    "max":              85,
    "units":            "%",
54
    "default":     70
55 56 57 58 59 60 61
},
{
    "name":             "AdjustedFootprintFrontal",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
62
    "default":     25
63 64 65 66 67 68 69
},
{
    "name":             "AdjustedFootprintSide",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              0,
    "units":            "m",
70
    "default":     25
71 72
}
]
73
}