Package com.flir.thermalsdk.live.remote
Class RemoteSpot
java.lang.Object
com.flir.thermalsdk.live.remote.RemoteShape
com.flir.thermalsdk.live.remote.RemoteSpot
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 Summary
Modifier and TypeMethodDescriptionposition()
Descibes the coordinates of the spot measurement.final Property<ThermalValue>
value()
Gets theThermalValue
read by spot measurement tools.
-
Method Details
-
value
Gets theThermalValue
read by spot measurement tools. This value describes temperature measured by the spot tool. Features: READ-ONLY. -
position
Descibes the coordinates of the spot measurement. Features: READ-WRITE.
-