Class CameraInformation

java.lang.Object
com.flir.thermalsdk.image.CameraInformation

public final class CameraInformation extends Object
Holds information about the camera used to create the Thermal image. Provides an information about a camera device, like serial number, model, lens type/name. All information given is as written by the camera. For extra information, refer to the user manual of the camera.
  • Field Details

    • filter

      public final String filter
      The camera's filter information.
    • lens

      public final String lens
      The camera's lens information.
    • model

      public final String model
      The camera's model information.
    • serialNumber

      public final String serialNumber
      The camera's serial number.
    • rangeMin

      public final ThermalValue rangeMin
      The lower and limit of the camera's measurement range. Note that there are some preconditions/limits related to camera's measurement range, when using remote API TemperatureRange.selectedIndex().
      See Also:
    • rangeMax

      public final ThermalValue rangeMax
      The upper and limit of the camera's measurement range. Note that there are some preconditions/limits related to camera's measurement range, when using remote API TemperatureRange.selectedIndex().
      See Also:
    • programVersion

      public final String programVersion
      The program version.
    • articleNumber

      public final String articleNumber
      The camera article number.
    • calibrationTitle

      public final String calibrationTitle
      Calibration title
    • lensSerialNumber

      public final String lensSerialNumber
      The lens serial number
    • arcVersion

      public final String arcVersion
      Arc file version
    • arcDate

      public final String arcDate
      Arc date/time
    • arcSignature

      public final String arcSignature
      Arc signature
    • countryCode

      public final String countryCode
      Country code
    • horizontalFoV

      public final int horizontalFoV
      Horizontal field of view in degrees.
    • focalLength

      public final float focalLength
      Lens focal length in mm.
  • Method Details

    • determineF1Type

      public FlirOneType determineF1Type()
      Determine the F1 type based on the given CameraInformation (only valid for FLIR ONE cameras).
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object