Class ScaleController

java.lang.Object
com.flir.thermalsdk.live.remote.ScaleController

public final class ScaleController extends Object
Camera scale control interface.
  • Method Details

    • autoAdjust

      public final Property<Boolean> 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

      public final Property<ThermalValue> min()
      Min scale/span temperature value reported by a remote camera. Returned ThermalValue 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

      public final Property<ThermalValue> max()
      Max scale/span temperature value reported by a remote camera. Returned ThermalValue 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

      public final Property<Boolean> active()
      Enables/disables the scale active mode.