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 classBuilder for WirelessCameraDetails. -
Field Summary
FieldsModifier and TypeFieldDescriptionfinal @NotNull BooleanCamera's current battery state - charging or not.final @NotNull IntegerCamera's current battery level.final @NotNull CameraTypeDetermines the type of the camera.final @NotNull StringCamera's firmware version.final @NotNull BooleanFlag determining if this is the first time setup/connection.final @NotNull StringThe IP address of the F1 wireless camera i.e.final @Nullable StringDeprecated.This is the old way of getting a password, may stop working in new releases or be removed in future.final @NotNull BooleanFlag determining if the default password has changed.final @NotNull IntegerReturns the received signal strength in dBm.final @NotNull StringCamera's serial number.final @NotNull SignalStrengthDefines a level/strength of signal.final @NotNull BooleanDetermines if there are active connections to the camera's WiFi network.final @NotNull StringSSID/name of the FLIR ONE WiFi network.final @NotNull IntegerThe transmit power in dBm.final @NotNull IntegerDetermines the WiFi mode the camera operates in. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic StringgetPasswordForSerialNumber(String serialNumber) Generate a password allowing to connect to FLIR Camera WiFi network.static StringgetPasswordForSerialNumber(String serialNumber, long code) Generate a password allowing to connect to FLIR Camera WiFi network.inthashCode()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
-