Interface BrickletThermalImaging.TemperatureImageListener

  • All Superinterfaces:
    DeviceListener, java.util.EventListener, TinkerforgeListener
    Enclosing class:
    BrickletThermalImaging

    public static interface BrickletThermalImaging.TemperatureImageListener
    extends DeviceListener
    This listener is triggered with every new temperature image if the transfer image config is configured for temperature listener (see 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.
    • Method Detail

      • temperatureImage

        void temperatureImage​(int[] image)