Class Calibration

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

public final class Calibration extends Object
Camera calibration control interface.
  • Method Details

    • nuc

      public final Command<Void> nuc()
      Process a one point NUC (Non-uniformity correction) with a black body method. Also known as FFC/Flat field correction.
    • nucState

      public final Property<Calibration.NucState> nucState()
      Get NUC (Non-Uniform Calibration) state. Also known as FFC/Flat field correction. Features: SUBSCRIBABLE (YES), WRITABLE (NO). Note: The state of some cameras (FLIR ONE notably) is Calibration.NucState.UNKNOWN until streaming is started.
    • nucInterval

      public final Property<Integer> nucInterval()
      Define NUC (Non-Uniform Calibration) maximum interval between each automatic NUCs in seconds. Also known as FFC/Flat field correction. Features: SUBSCRIBABLE (NO), WRITABLE (YES).
    • shutterState

      public final Property<Calibration.ShutterState> shutterState()
      Get shutter state. Features: SUBSCRIBABLE (YES), WRITABLE (NO). Note: The state of some cameras (FLIR ONE notably) is Calibration.ShutterState.UNKNOWN until streaming is started.