Thermal Unit
Support the following products:
class ThermalUnit
Constructors
Methods
- ThermalUnit.get_pixel_temperature(x: int, y: int) float
get the temperature of the pixel at the specified coordinates.
- Parameters:
- Returns:
The temperature of the pixel.
UIFLOW2:
- ThermalUnit.get_temperature_buffer() list
get the temperature buffer.
- Returns:
The temperature buffer.
UIFLOW2: