Thermal imaging camera temperature measurement parameters
class IrTempetureParams
Description:Thermal imaging camera temperature measurement parameters.
IrTempetureParams
public class IrTempetureParams extends TargetArea {
public IrTemperatureMode temperatureMode = IrTemperatureMode.UNKNOWN;
/**
* The scale value of the x-axis of the finger temperature measurement point
*/
public float touchxRatio;
/**
* The scale value of the y-axis of the finger temperature measurement point
*/
public float touchyRatio;
/**
*Limit the x-coordinate of the small temperature measurement screen, calculated by the ratio of the maximum image width of yuv, Float type.
*/
public float limitTempX;
/**
* Limits the y-coordinate of the small temperature measurement screen, calculated with a high ratio of the maximum image of yuv, Float type.
*/
public float limitTempY;
/**
* Limit the width of the small screen for temperature measurement, calculated by the ratio of the maximum image width of yuv, Float type.
*/
public float limitTempW;
/**
* Limit the height of the temperature measurement small screen, calculated according to the maximum image height ratio of yuv, Float type.
*/
public float limitTempH;
}
Description: Thermal imaging camera temperature measurement parameter properties.