JSON_TemperatureCorrect

JSON message about temperature calibration configuration parameters

{
  "TemperatureCorrect": {
    "enabled": , 
/*optional, boolean, whether to enable the function*/
    "streamOverlay": , 
/*optional, string, whether to display calibrated temperature on video*/
    "correctEnabled": , 
/*optional, string, whether to enable temperature calibration*/
    "emissivity": , 
/*optional, float, emissivity, range: [0.01,1.00]*/
    "distance": , 
/*optional, float, distance: range: [0.3,2]m*/
    "temperature": , 
/*optional, float, temperature, range: [30.0,50.0]°C*/
    "CentrePoint":{
/*optional, normalized coordinates of black body center point, from 0 to 1000*/
      "CalibratingCoordinates":{
        "positionX": ,
/*required, int, x-coordinate*/
        "positionY": 
/*required, int, y-coordinate*/
      }
    },
    "correctTemperature":
/*optional, float, temperature calibration coefficient, range: [-99.0,-99.0]°C*/
  }
}