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