DJI Thermal SDK API
v1.5
Infrared camera image processing and temperature measurement library API
|
Range of temperature measurement parameteres structure definition. More...
#include <dirp_api.h>
Data Fields | |
struct { | |
float min | |
float max | |
} | distance |
struct { | |
float min | |
float max | |
} | humidity |
struct { | |
float min | |
float max | |
} | emissivity |
struct { | |
float min | |
float max | |
} | reflection |
struct { | |
float min | |
float max | |
} | ambient_temp |
Range of temperature measurement parameteres structure definition.
struct { ... } ambient_temp |
The ambient_temp range to the target that user can set
struct { ... } distance |
The distance range to the target that user can set
struct { ... } emissivity |
The emissivity range to the target that user can set
struct { ... } humidity |
The humidity range to the target that user can set
float max |
float min |
struct { ... } reflection |
The reflection range to the target that user can set