Class Identity

java.lang.Object
com.flir.thermalsdk.live.Identity
All Implemented Interfaces:
Cloneable

public final class Identity extends Object implements Cloneable
Class describing a discovered FLIR camera.
The Identity object can be used to connect to a FLIR camera.
  • Field Details

    • communicationInterface

      @NotNull public final @NotNull CommunicationInterface communicationInterface
      The CommunicationInterface the device was discovered on.
    • cameraType

      @NotNull public final @NotNull CameraType cameraType
      The type of the discovered camera.
    • ipSettings

      @Nullable public final @Nullable IpSettings ipSettings
      Stores the IP settings of a discovered camera.
    • deviceId

      @NotNull public final @NotNull String deviceId
      A per session unique Id for the camera This is in ONLY unique per session, starting a new scan might make a new Id for tha same camera
  • Constructor Details

  • Method Details