Skip to content
CameraSpec.FactMetaData.json 1.87 KiB
Newer Older
{
    "version":      1,
    "fileType":  "FactMetaData",
    "QGC.MetaData.Facts":
    "shortDesc": "Camera name.",
    "type":             "string",
    "default":     ""
},
{
    "name":             "SensorWidth",
    "shortDesc": "Width of camera image sensor.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              1,
    "units":            "mm",
    "default":     6.17
},
{
    "name":             "SensorHeight",
    "shortDesc": "Height of camera image sensor.",
    "type":             "double",
    "decimalPlaces":    2,
    "min":              1,
    "units":            "mm",
    "default":     4.55
},
{
    "name":             "ImageWidth",
    "shortDesc": "Camera image resolution width.",
    "type":             "uint32",
    "min":              1,
    "units":            "px",
    "default":     4000
},
{
    "name":             "ImageHeight",
    "shortDesc": "Camera image resolution height.",
    "type":             "uint32",
    "min":              1,
    "units":            "px",
    "default":     3000
},
{
    "name":             "FocalLength",
    "shortDesc": "Focal length of camera lens.",
    "type":             "double",
    "decimalPlaces":    1,
    "min":              1,
    "units":            "mm",
    "default":     4.5
},
{
    "name":             "Landscape",
    "shortDesc": "Camera on vehicle is in landscape orientation.",
    "default":     1
},
{
    "name":             "FixedOrientation",
    "shortDesc": "Camera orientation ix fixed and cannot be changed.",
    "default":     0
},
{
    "name":             "MinTriggerInterval",
    "shortDesc": "Minimum amount of time between each camera trigger.",
    "type":             "double",
    "min":              0.1,
    "units":            "secs",
    "default":     1.0