Package com.flir.thermalsdk.live.remote
Class ScaleController
java.lang.Object
com.flir.thermalsdk.live.remote.ScaleController
Camera scale control interface.
-
Method Summary
Modifier and TypeMethodDescriptionactive()
Enables/disables the scale active mode.Auto adjust mode.final Property<ThermalValue>
max()
Max scale/span temperature value reported by a remote camera.final Property<ThermalValue>
min()
Min scale/span temperature value reported by a remote camera.
-
Method Details
-
autoAdjust
Auto adjust mode. Defines the adjust mode of the temperature scale on the live screen on the camera. Auto mode (true value): In this mode, the camera is continuously auto-adjusted for the best image brightness and contrast. Manual mode (false value): This mode allows manual adjustments of the temperature span and the temperature level. -
min
Min scale/span temperature value reported by a remote camera. ReturnedThermalValue
holds temperature in Kelvin.
Note: value can be modified in manual scale mode, but you need to make sure auto adjust mode is set to manual prior to setting this property in order for this setting to take effect.- See Also:
-
max
Max scale/span temperature value reported by a remote camera. ReturnedThermalValue
holds temperature in Kelvin.
Note: value can be modified in manual scale mode, but you need to make sure auto adjust mode is set to manual prior to setting this property in order for this setting to take effect.- See Also:
-
active
Enables/disables the scale active mode.
-