Package com.tinkerforge
Interface BrickletThermalImaging.HighContrastImageListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletThermalImaging
public static interface BrickletThermalImaging.HighContrastImageListener extends DeviceListener
This listener is triggered with every new high contrast image if the transfer image config is configured for high contrast listener (seeBrickletThermalImaging.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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
highContrastImage(int[] image)
-