public static interface BrickletThermalImaging.TemperatureImageListener extends DeviceListener
BrickletThermalImaging.setImageTransferConfig(int)
).
The data is organized as a 16-bit value 80x60 pixel matrix linearized in
a one-dimensional array. The data is arranged line by line from top left to
bottom right.
Each 16-bit value represents one temperature measurement in either
Kelvin/10 or Kelvin/100 (depending on the resolution set with BrickletThermalImaging.setResolution(int)
).
\note
If reconstructing the value fails, the listener is triggered with null for image.Modifier and Type | Method and Description |
---|---|
void |
temperatureImage(int[] image) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.