Enum Class Calibration.NucState

java.lang.Object
java.lang.Enum<Calibration.NucState>
com.flir.thermalsdk.live.remote.Calibration.NucState
All Implemented Interfaces:
Serializable, Comparable<Calibration.NucState>, Constable
Enclosing class:
Calibration

public static enum Calibration.NucState extends Enum<Calibration.NucState>
Camera NUC (Non-Uniform Calibration, also known as FFC) status monitoring interface.
  • Enum Constant Details

    • INVALID

      public static final Calibration.NucState INVALID
      Indicates that the *last* NUC (Non-Uniform Calibration) is invalid.
    • PROGRESS

      public static final Calibration.NucState PROGRESS
      Indicates that there is NUC activity in progress.
    • VALID_RAD

      public static final Calibration.NucState VALID_RAD
      Indicates that thermal pixel values are radiometrically calibrated.
    • VALID_IMG

      public static final Calibration.NucState VALID_IMG
      Indicates that thermal pixels are calibrated enough to yield an image, but are not yet radiometrically calibrated.
    • DESIRED

      public static final Calibration.NucState DESIRED
      Indicates that an NUC is desired.
    • RAD_APPROX

      public static final Calibration.NucState RAD_APPROX
      Indicated that approximate radiometric values are being given.
    • BAD

      public static final Calibration.NucState BAD
      Indicates that a corrupted/invalid NUC state was detected.
    • UNKNOWN

      public static final Calibration.NucState UNKNOWN
      Indicates a unknown state.
  • Method Details

    • values

      public static Calibration.NucState[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Calibration.NucState valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null