Class RemoteSpot

java.lang.Object
com.flir.thermalsdk.live.remote.RemoteShape
com.flir.thermalsdk.live.remote.RemoteSpot

public class RemoteSpot extends RemoteShape
Defines a remote measurement spot/point tool. Allows to measure temperature in a point of the image. The temperature isn't displayed for a exact location the spot is placed at. It is calculated as an average value for spots surrounding area. This area is a square of 3x3 or 5x5 size.
  • Method Details

    • value

      public final Property<ThermalValue> value()
      Gets the ThermalValue read by spot measurement tools. This value describes temperature measured by the spot tool. Features: READ-ONLY.
    • position

      public final Property<Point> position()
      Descibes the coordinates of the spot measurement. Features: READ-WRITE.