Package com.flir.thermalsdk.live
Class WirelessCameraDetails
java.lang.Object
com.flir.thermalsdk.live.WirelessCameraDetails
Stores the wireless connection information. Populated from BLE packets from FLIR ONE wireless camera.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Builder for WirelessCameraDetails. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull Boolean
Camera's current battery state - charging or not.final @NotNull Integer
Camera's current battery level.final @NotNull CameraType
Determines the type of the camera.final @NotNull String
Camera's firmware version.final @NotNull Boolean
Flag determining if this is the first time setup/connection.final @NotNull String
The IP address of the F1 wireless camera i.e.final @Nullable String
Deprecated.This is the old way of getting a password, may stop working in new releases or be removed in future.final @NotNull Boolean
Flag determining if the default password has changed.final @NotNull Integer
Returns the received signal strength in dBm.final @NotNull String
Camera's serial number.final @NotNull SignalStrength
Defines a level/strength of signal.final @NotNull Boolean
Determines if there are active connections to the camera's WiFi network.final @NotNull String
SSID/name of the FLIR ONE WiFi network.final @NotNull Integer
The transmit power in dBm.final @NotNull Integer
Determines the WiFi mode the camera operates in. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static String
getPasswordForSerialNumber
(String serialNumber) Generate a password allowing to connect to FLIR Camera WiFi network.static String
getPasswordForSerialNumber
(String serialNumber, long code) Generate a password allowing to connect to FLIR Camera WiFi network.int
hashCode()
toString()
-
Field Details
-
ssid
SSID/name of the FLIR ONE WiFi network. -
password
Deprecated.This is the old way of getting a password, may stop working in new releases or be removed in future. Instead usegetPasswordForSerialNumber(String)
orgetPasswordForSerialNumber(String, long)
.Password for the FLIR ONE WiFi network. -
ipAddress
The IP address of the F1 wireless camera i.e. 192.168.1.1. -
firmwareVersion
Camera's firmware version. -
serialNumber
Camera's serial number. -
firstTimeSetupFlag
Flag determining if this is the first time setup/connection. -
txPowerLevel
The transmit power in dBm. Valid range is [-127, 126]. A value of ScanResult#TX_POWER_NOT_PRESENT (0x7F) indicates that the TX power is not present. -
rssi
Returns the received signal strength in dBm. The valid range is [-127, 126]. -
passwordChangedFlag
Flag determining if the default password has changed. -
batteryLevel
Camera's current battery level. -
batteryCharging
Camera's current battery state - charging or not. -
skylabConnectedFlag
Determines if there are active connections to the camera's WiFi network. -
signalStrength
Defines a level/strength of signal. -
cameraType
Determines the type of the camera. -
wifiMode
Determines the WiFi mode the camera operates in.
-
-
Constructor Details
-
WirelessCameraDetails
-
-
Method Details
-
getPasswordForSerialNumber
Generate a password allowing to connect to FLIR Camera WiFi network.- Parameters:
serialNumber
- the camera serial number- Returns:
- Returns a password allowing to connect to FLIR Camera WiFi network.
-
getPasswordForSerialNumber
Generate a password allowing to connect to FLIR Camera WiFi network.- Parameters:
serialNumber
- the camera serial numbercode
- a code required to obtain a FLIR Camera WiFi network password- Returns:
- Returns a password allowing to connect to FLIR Camera WiFi network.
-
equals
-
hashCode
public int hashCode() -
toString
-