public static interface BrickletThermalImaging.HighContrastImageListener extends DeviceListener
BrickletThermalImaging.setImageTransferConfig(int)
).
The data is organized as a 8-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 8-bit value represents one gray-scale image pixel that can directly be
shown to a user on a display.
\note
If reconstructing the value fails, the listener is triggered with null for image.Modifier and Type | Method and Description |
---|---|
void |
highContrastImage(int[] image) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.