Package com.flir.thermalsdk.live
Class Identity
java.lang.Object
com.flir.thermalsdk.live.Identity
- All Implemented Interfaces:
Cloneable
Class describing a discovered FLIR camera.
The Identity object can be used to connect to a FLIR camera.
The Identity object can be used to connect to a FLIR camera.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull CameraType
The type of the discovered camera.final @NotNull CommunicationInterface
TheCommunicationInterface
the device was discovered on.final @NotNull String
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 camerafinal @Nullable IpSettings
Stores the IP settings of a discovered camera. -
Constructor Summary
ConstructorsConstructorDescriptionIdentity
(@NotNull CommunicationInterface communicationInterface, @NotNull CameraType cameraType, @NotNull String deviceId, @Nullable IpSettings ipSettings) -
Method Summary
-
Field Details
-
communicationInterface
TheCommunicationInterface
the device was discovered on. -
cameraType
The type of the discovered camera. -
ipSettings
Stores the IP settings of a discovered camera. -
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
-
Identity
public Identity(@NotNull @NotNull CommunicationInterface communicationInterface, @NotNull @NotNull CameraType cameraType, @NotNull @NotNull String deviceId, @Nullable @Nullable IpSettings ipSettings)
-
-
Method Details