Member |
Data Type |
Description |
---|---|---|
byRemoteCheck |
BYTE |
Whether remote verification is required: 0-invalid, 1-no (default), 2-yes. |
byThermometryUnit |
BYTE |
Temperature unit: 0-Celsius (default), 1-Fahrenheit, 3-Kelvin. |
byIsAbnomalTemperature |
BYTE |
Whether the face temperature is abnormal: 1-yes, 0-no. |
byRes2 |
BYTE |
Reserved. |
fCurrTemperature |
float |
Face temperature, it is accurate to one decimal place. |
struRegionCoordinates |
Face temperature's coordinates. |
|
dwQRCodeInfoLen |
DWORD |
Data size of the QR code information. If this member is not 0, it indicates that the QR code information data exists. |
dwVisibleLightDataLen |
DWORD |
Data size of the visible light picture captured by the thermal camera. If this member is not 0, it indicates that the visible light picture data exists. |
dwThermalDataLen |
DWORD |
Data size of the thermal picture. If this member is not 0, it indicates that the thermal picture data exists. |
pQRCodeInfo |
char* |
Pointer of the QR code information. |
pVisibleLightData |
char* |
Pointer of the visible light picture captured by the thermal camera. |
pThermalData |
char* |
Pointer of the thermal picture. |
byAttendanceLabel |
Array [BYTE] |
Custom attendance name. The maximum size is 64 bytes. |
byRes |
Array [BYTE] |
Reserved. The maximum size is 960 bytes. |