Package com.flir.thermalsdk.live.remote
Class FusionController
java.lang.Object
com.flir.thermalsdk.live.remote.FusionController
Camera fusion mode control and monitoring interface.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Channel mode/type used to display live view on the camera.static enum
Definition of image's display mode.static enum
Defines how fusion span level is displayed. -
Method Summary
Modifier and TypeMethodDescriptionDefines the active channel displaying image on live view on the camera.Defines selected display mode on the camera's live view.distance()
The fusion distance in meters.Defines if camera always uses fusion mode(s) to stream image.Defines how fusion span level is displayed.final Property<Pair<ThermalValue,
ThermalValue>> Defines the temperature range to display in thermal fusion mode.Defines if camera supports MSX mode, if it doesn't support fusion modes.Defines coordinates of Picture-in-Picture window.Defines available display modes on the camera.
-
Method Details
-
activeChannel
Defines the active channel displaying image on live view on the camera. Features: SUBSCRIBABLE (YES), WRITABLE (YES). Note: This property may change dynamically afterdisplayMode()
is changed. Cameras found onCommunicationInterface.EMULATOR
are NOT affected. Important: writing this value should be done with caution, because in order to camera physically change the mode it is also required to apply proper values todisplayMode()
andfusionSpanLevel()
. This is highly recommended to usedisplayMode()
only, which automatically makes sure bothfusionSpanLevel()
and this property are set accordingly.- See Also:
-
validModes
Defines available display modes on the camera. Features: SUBSCRIBABLE (NO), WRITABLE (NO). -
msxSupported
Defines if camera supports MSX mode, if it doesn't support fusion modes. Features: SUBSCRIBABLE (NO), WRITABLE (NO). -
pipWindow
Defines coordinates of Picture-in-Picture window. Features: SUBSCRIBABLE (NO), WRITABLE (YES). -
fusionAlwaysOn
Defines if camera always uses fusion mode(s) to stream image. Features: SUBSCRIBABLE (NO), WRITABLE (NO). -
displayMode
Defines selected display mode on the camera's live view. This is a recommended way of changing display mode physically on the camera. Features: SUBSCRIBABLE (NO), WRITABLE (YES).- See Also:
-
fusionSpanLevel
Defines how fusion span level is displayed. Features: SUBSCRIBABLE (NO), WRITABLE (YES). Note: This property may change dynamically afterdisplayMode()
is changed. Cameras found onCommunicationInterface.EMULATOR
are NOT affected. Important: writing this value should be done with caution, because in order to camera physically change the mode it is also required to apply proper values todisplayMode()
andactiveChannel()
. This is highly recommended to usedisplayMode()
only, which automatically makes sure bothactiveChannel()
and this property are set accordingly.- See Also:
-
fusionTemperatureRange
Defines the temperature range to display in thermal fusion mode. Features: SUBSCRIBABLE (NO), WRITABLE (YES). -
distance
The fusion distance in meters. This property affects the "fusion panning". Features: SUBSCRIBABLE (NO), WRITABLE (YES). Note: This parameter describes a distance to the measured object. Range should be between 0.1 to 10.0 meters.
-