DJI Thermal SDK API  v1.5
Infrared camera image processing and temperature measurement library API
dirp_measurement_params_t Struct Reference

Customize temperature measurement parameteres structure definition. More...

#include <dirp_api.h>

Data Fields

float distance
 
float humidity
 
float emissivity
 
float reflection
 
float ambient_temp
 

Detailed Description

Customize temperature measurement parameteres structure definition.

Field Documentation

◆ ambient_temp

float ambient_temp

ambient temperature in Celsius. Value range is [-50~80].

◆ distance

float distance

The distance to the target. Value range is [1~25] meters.

◆ emissivity

float emissivity

How strongly the target surface is emitting energy as thermal radiation. Value range is [0.10~1.00].

◆ humidity

float humidity

The relative humidity of the environment. Value range is [20~100] percent. Defualt value is 70%.

◆ reflection

float reflection

Reflected temperature in Celsius. The surface of the target that is measured could reflect the energy radiated by the surrounding objects. Value range is [-40.0~500.0]


The documentation for this struct was generated from the following file: