Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABOVE - Enum constant in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Corresponding to
IsothermAbove
. - ABS_HUMIDITY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
absolute humidity - grams of water vapor per cubic meter volume of air
- absoluteFilePath - Variable in class com.flir.thermalsdk.meterlink.MeterlinkImageProcessor.ProcessingResult
-
Path to the output file with processed data.
- absolutePathToName(String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Converts given absolute file path to name, i.e.: - Windows OS: "C:\images\custom\my-file.jpg" to "my-file.jpg" - Unix-based OS: "/home/myuser/dev/images/custom/my-file.jpg" to "my-file.jpg"
- AbstractMeterlinkDevice - Class in com.flir.thermalsdk.meterlink
-
A base class for a Meterlink device.
- AbstractMeterlinkDevice(FlirBluetoothDevice, StoreManager) - Constructor for class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Non-public constructor.
- AC - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Voltage/current is AC.
- AC_DC - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Voltage/current is AC+DC (CM83).
- AC_TESTER_DROP - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- AC_TESTER_LOAD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- AC_TESTER_LOAD_VOLT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- AC_TESTER_UNLOAD_VOLT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- ACCELERATION - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
m/s^2
- accept(T) - Method in interface com.flir.thermalsdk.utils.Consumer
-
Performs this operation on the given argument.
- active() - Method in class com.flir.thermalsdk.live.remote.ScaleController
-
Enables/disables the scale active mode.
- ACTIVE - Enum constant in enum class com.flir.thermalsdk.live.importing.Location
-
The active camera folder used for storing images.
- activeChannel() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines the active channel displaying image on live view on the camera.
- adapterInfo - Variable in class com.flir.thermalsdk.live.IpSettings
-
Adapter information
- adapterInfo(AdapterInfo) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- AdapterInfo - Class in com.flir.thermalsdk.live
-
Holds information about the interface that found the camera
- AdapterInfo.Builder - Class in com.flir.thermalsdk.live
- add(Isotherm.IsothermHolder) - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Creates a new isotherm and adds it to the collection.
- addCircle() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Add and activate a new circle measurement tool to the camera's measurements.
- addCircle(int, int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementCircle
to the collection. - addDelta(MeasurementShape, DeltaMemberValueType, MeasurementShape, DeltaMemberValueType) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementDelta
to the collection. - addHorizontalLine(int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementLine
to the collection. - addLine() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Add and activate a new line measurement tool to the camera's measurements.
- addLine(Point, Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementLine
to the collection. - addNameSuffix(String, String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Adds a given suffix to the file name keeping file extension, i.e.:
"/home/user1/fileOne.png" is converted into "/home/user1/fileOne_extra.png" if the given suffix was "_extra". - addRectangle() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Add and activate a new rectangle measurement tool to the camera's measurements at the given position with the given size.
- addRectangle(int, int, int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementRectangle
to the collection. - addReference(ThermalValue) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementReference
to the collection. - addSketch(JavaImageBuffer) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Set the sketch image.
- addSpot() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Add and activate a new spot measurement tool to the camera's measurements at the given position.
- addSpot(int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementSpot
to the collection. - addVerticalLine(int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Adds a new
MeasurementLine
to the collection. - ADE - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.Adaptive detail enhancement which is using a edge-preserving and noise-reducing smoothing filter to enhance the contrast in the image.
- AdeSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the Adaptive Detail Enhancement (ADE) mode.
Adaptive detail enhancement which is using a edge-preserving and noise-reducing smoothing filter to enhance the contrast in the image. - AdeSettings() - Constructor for class com.flir.thermalsdk.image.AdeSettings
-
Construct an instance with default settings.
- ADMITTANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- AFCI - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- AIR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is air temp.
- airHumidity(Float) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Optional for
IsothermType.HUMIDITY
. - airHumidityAlarmLevel(Float) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Optional for
IsothermType.HUMIDITY
. - ALARM - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Alarm from measuring device.
- alpha - Variable in class com.flir.thermalsdk.image.FsxSettings
-
The weight factor applied to image details.
- alpha - Variable in class com.flir.thermalsdk.image.fusion.Msx
-
Field that indicate how much the visual image is blended with IR (valid value range: [0.0, 100.0]).
- alphaNoise - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Noise amplification limit (LF) (Low value=Disable this feature)
- ALREADY_SCANNING - Enum constant in enum class com.flir.thermalsdk.live.discovery.DiscoveryErrorCode
- ALTITUDE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- ambientTemperature - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
Temperature of surrounding environment.
- AndroidFilesUtil - Class in com.flir.thermalsdk.androidsdk
-
Utility for handling local files on Android platform.
- AndroidFilesUtil() - Constructor for class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
- AndroidFilesUtil.ListSortFlag - Enum Class in com.flir.thermalsdk.androidsdk
-
Files list sorting for use with
AndroidFilesUtil.listFilesUnderDir(String, ListSortFlag)
. - ANEMOMETER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- ANGLE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
degrees
- applyCameraDetailsFrom(WirelessCameraDetails) - Method in class com.flir.thermalsdk.live.discovery.DiscoveredCamera
-
Force override the
WirelessCameraDetails
. - APPROVED - Enum constant in enum class com.flir.thermalsdk.live.AuthenticationResponse.AuthenticationStatus
-
approved to communicate with the camera
- arcDate - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Arc date/time
- arcSignature - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Arc signature
- arcVersion - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Arc file version
- area - Variable in class com.flir.thermalsdk.image.fusion.PictureInPicture
-
The area, where thermal image is displayed.
- area - Variable in class com.flir.thermalsdk.image.measurements.AreaDimensions
-
Area dimension value - only applicable for rectangle and circle (evaluates to 0.0 for other types).
- AREA - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- AreaDimensions - Class in com.flir.thermalsdk.image.measurements
-
Describes area calculation for specified measurement tool.
- areCustomObjectParametersEnabled() - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Checks, if local parameters should be used for the given
MeasurementShape
. - article - Variable in class com.flir.thermalsdk.live.CameraInformation
- article(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- articleNumber - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The camera article number.
- asCelsius() - Method in class com.flir.thermalsdk.image.ThermalDelta
-
Convert this thermal delta to Celsius and return it as a copy.
- asCelsius() - Method in class com.flir.thermalsdk.image.ThermalValue
-
Convert this thermal value to Celsius and return it as a copy.
- asFahrenheit() - Method in class com.flir.thermalsdk.image.ThermalDelta
-
Convert this thermal delta to Fahrenheit and return it as a copy.
- asFahrenheit() - Method in class com.flir.thermalsdk.image.ThermalValue
-
Convert this thermal value to Fahrenheit and return it as a copy.
- asKelvin() - Method in class com.flir.thermalsdk.image.ThermalDelta
-
Convert this thermal delta to Kelvin and return it as a copy.
- asKelvin() - Method in class com.flir.thermalsdk.image.ThermalValue
-
Convert this thermal value to Kelvin and return it as a copy.
- atmosphericTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Optional for
IsothermType.HUMIDITY
. - attachRecorder(ThermalSequenceRecorder) - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Attach a recorder object to record frames from stream.
- authenticate(Identity, String, long) - Method in class com.flir.thermalsdk.live.Camera
-
Authenticates with a network camera, You are only required to call this when connecting to a network camera, you do not have to call it when connecting to a FLIR ONE Note: this method is blocking and it is highly recommended to call this function from a background thread in order to keep the UI/main thread non-blocking.
- authenticate(InetAddress, String, long) - Method in class com.flir.thermalsdk.live.Camera
- AuthenticationResponse - Class in com.flir.thermalsdk.live
-
AuthenticationResponse, holds the status of the Authentication request
- AuthenticationResponse() - Constructor for class com.flir.thermalsdk.live.AuthenticationResponse
- AuthenticationResponse.AuthenticationStatus - Enum Class in com.flir.thermalsdk.live
- authenticationStatus - Variable in class com.flir.thermalsdk.live.AuthenticationResponse
- AUTO - Enum constant in enum class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager.DiscoveryMode
-
AUTO mode performs both BLE and Classic Bluetooth scanning (one after another, starting with BLE scan).
- AUTO - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.CalculationMethod
-
Calculation method automatically chosen by the camera (if supported).
- AUTO - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.Distance
- autoAdjust() - Method in class com.flir.thermalsdk.live.remote.ScaleController
-
Auto adjust mode.
- autofocus() - Method in class com.flir.thermalsdk.live.remote.Focus
-
Triggers a single autofocus / AF event.
- auxInfo - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Auxillary information (SensorAuxInfo::INVALID if unknown).
- availablePalettes() - Method in class com.flir.thermalsdk.live.remote.PaletteController
-
Defines list of palettes available on the particular camera.
- average - Variable in class com.flir.thermalsdk.image.ImageStatistics
-
Gets calculated Average value of the temperature data associated with the
ThermalImage
. - averageTemperatureValue() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Defines an average temperature value of the given active measurement tool.
- averageTemperatureValue() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Defines an average temperature value of the given active measurement tool.
- averageTemperatureValue() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Defines an average temperature value of the given active measurement tool.
- AVG - Enum constant in enum class com.flir.thermalsdk.image.measurements.DeltaMemberValueType
-
Average value for the specified member type.
- AVG - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Average temperature/signal.
B
- BackgroundThread - Annotation Interface in com.flir.thermalsdk.utils
-
Annotation used to mark that it is highly recommended to call this function from a background thread in order to keep the UI/main thread non-blocking.
- BAD - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that a valid battery charging state was not available.
- BAD - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates that a corrupted/invalid NUC state was detected.
- BAD - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Indicates that a corrupted/invalid shutter state was detected.
- BAD - Enum constant in enum class com.flir.thermalsdk.live.SignalStrength
-
Bad signal will eventually result in a connection break or timeout and it will most likely be impossible to get a live stream or interact with the camera.
- BAR - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
- Battery - Class in com.flir.thermalsdk.live.remote
-
Camera battery status monitoring interface.
- Battery.ChargingState - Enum Class in com.flir.thermalsdk.live.remote
-
Defines a battery charging state.
- batteryCharging - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Camera's current battery state - charging or not.
- batteryCharging(boolean) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Camera's current battery state - charging or not.
- batteryLevel - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Camera's current battery level.
- batteryLevel(int) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Camera's current battery level.
- BELOW - Enum constant in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Corresponding to
IsothermBelow
. - BELOW_SEA_LEVEL - Enum constant in enum class com.flir.thermalsdk.image.GpsInformation.AltitudeReference
-
Indicates the altitude value is below sea level and the altitude is indicated as an absolute value in altitude.
- betaHf - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Edge preserving limit (HF); Too avoid halos around sharp edges (High value=Disable this feature).
- betaLf - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Edge preserving limit (LF); Too avoid halos around sharp edges (High value=Disable this feature).
- betaMix - Variable in class com.flir.thermalsdk.image.AdeSettings
-
LF/HF crossover level; Low value=Only HF enhancement;High value=Only LF enhancement.
- BGR_888 - Enum constant in enum class com.flir.thermalsdk.image.ImageBuffer.Format
-
Each pixel is represented by three bytes in the order: Blue, Green, Red This is the default on desktop.
- Bitmap<T> - Class in com.flir.thermalsdk.image
-
A utility construction for converting
ImageBuffer
to a visual bitmap. - Bitmap(T) - Constructor for class com.flir.thermalsdk.image.Bitmap
-
Store a bitmap
- BitmapAndroid - Class in com.flir.thermalsdk.androidsdk.image
-
Provides functionality to manage the Bitmap operations.
- BitmapAndroid(Bitmap) - Constructor for class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
-
Store a bitmap
- BLACK_AND_WHITE - Enum constant in enum class com.flir.thermalsdk.image.ColorMode
-
Image is displayed as black and white.
- BLE - Enum constant in enum class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager.DiscoveryMode
-
BLE mode performs Bluetooth Low Energy scanning only.
- BLE_SERVICE_ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when Bluetooth LE GATT Service error occurs.
- Blending - Class in com.flir.thermalsdk.image.fusion
-
Defines the fusion image mode, where Thermal image blends with the Visual image.
- BLENDING - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
IR image is blended with visual image based on the specified blending factor value.
- BLENDING - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
Image displayed as blending between thermal and digital images.
- BlendingMode - Enum Class in com.flir.thermalsdk.image.isotherms
-
The enumeration for all possible appearances for an isotherm.
- BleSignalScanner - Class in com.flir.thermalsdk.androidsdk.live.discovery.ble
-
A helper class for getting a signal strength for a connected F1 camera.
- BleSignalScanner(Context, String) - Constructor for class com.flir.thermalsdk.androidsdk.live.discovery.ble.BleSignalScanner
-
Creates an instance of BleSignalScanner.
- BleSignalScanner.BleSignalListener - Interface in com.flir.thermalsdk.androidsdk.live.discovery.ble
-
Simple listener for a signal strength.
- BLUE - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
- BLUETOOTH - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Bluetooth for wireless devices.
- BLUETOOTH_DISCOVERY_IN_PROGRESS - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens during any discovery when a discovery on the same interface is already in progress.
- BLUETOOTH_INTERNAL_ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when Bluetooth adapter internal error occurs.
- BLUETOOTH_NOT_SUPPORTED - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Device doesn't have Bluetooth feature or supported Bluetooth version is too low.
- BLUETOOTH_NOT_SUPPORTED - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens during Bluetooth discovery if a device does not support Bluetooth.
- BLUETOOTH_TURNED_OFF - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Bluetooth setting is not turned on in the system settings.
- BLUETOOTH_TURNED_OFF - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens during Bluetooth discovery when a Bluetooth adapter is turned off.
- BluetoothAdapterAndroid - Class in com.flir.thermalsdk.androidsdk.meterlink
-
Wrapper for Android Bluetooth adapter.
- BluetoothErrorCategory - Class in com.flir.thermalsdk.androidsdk.live.discovery.ble
-
Categorization of Bluetooth error codes.
- BluetoothErrorCategory.Errc - Enum Class in com.flir.thermalsdk.androidsdk.live.discovery.ble
-
Enum of all possible ErrorCodes of category BluetoothErrorCategory.
- build() - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Builds the
Isotherm.IsothermHolder
instance, which can be used to add a new isotherm to the collection. - build() - Method in class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- build() - Method in class com.flir.thermalsdk.live.AdapterInfo.Builder
- build() - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- build() - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- build() - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Builds a
WirelessCameraDetails
object. - Builder() - Constructor for class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- Builder() - Constructor for class com.flir.thermalsdk.live.AdapterInfo.Builder
- Builder() - Constructor for class com.flir.thermalsdk.live.CameraInformation.Builder
- Builder() - Constructor for class com.flir.thermalsdk.live.IpSettings.Builder
- Builder() - Constructor for class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
- Builder(IsothermType, BlendingMode) - Constructor for class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Builder for isotherms.
- buildNumber - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- bytesToHex(byte[]) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Parses byte array to a hex String.
C
- calcMask() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Set the calc mask on the measurement area, affecting calculations.
- calcMask() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Set the calc mask on the measurement area, affecting calculations.
- calcMask() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Set the calc mask on the measurement area, affecting calculations.
- calculateApproximateDistance(int, int) - Static method in class com.flir.thermalsdk.live.SignalStrengthHelper
-
Calculates an approximate distance (in meters) between BLE beacon and a user device.
RSSI signal strength in dBm. - calculateBleSignalStrength(int, int) - Static method in class com.flir.thermalsdk.live.SignalStrengthHelper
-
Calculates an approximate BLE signal level.
- calculationMethod() - Method in class com.flir.thermalsdk.live.remote.Focus
-
Defines the focus calculation method.
- Calibration - Class in com.flir.thermalsdk.live.remote
-
Camera calibration control interface.
- Calibration.NucState - Enum Class in com.flir.thermalsdk.live.remote
-
Camera NUC (Non-Uniform Calibration, also known as FFC) status monitoring interface.
- Calibration.ShutterState - Enum Class in com.flir.thermalsdk.live.remote
-
Camera shutter status monitoring interface.
- calibrationDate - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- calibrationTitle - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Calibration title
- CALM - Enum constant in enum class com.flir.thermalsdk.image.quantification.WindSpeed
-
Calm wind.
- Camera - Class in com.flir.thermalsdk.live
-
Manages any FLIR camera.
- Camera() - Constructor for class com.flir.thermalsdk.live.Camera
-
Creates a new Camera instance.
- Camera.Consumer<T> - Interface in com.flir.thermalsdk.live
-
Deprecated.
- cameraInformation() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Information about the device.
- CameraInformation - Class in com.flir.thermalsdk.image
-
Holds information about the camera used to create the Thermal image.
- CameraInformation - Class in com.flir.thermalsdk.live
-
Represents camera device information.
- CameraInformation.Builder - Class in com.flir.thermalsdk.live
- CameraInformation.EarhartLiveCameraInfo - Class in com.flir.thermalsdk.live
- CameraScanner - Interface in com.flir.thermalsdk.live.discovery
-
Interface allowing to perform an active search (discovery) for cameras.
- cameraState() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Check the camera state.
- CameraState - Enum Class in com.flir.thermalsdk.live.remote
-
Describes a state of a FLIR camera.
- cameraType - Variable in class com.flir.thermalsdk.live.Identity
-
The type of the discovered camera.
- cameraType - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Determines the type of the camera.
- cameraType(CameraType) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Determines the type of the camera.
- CameraType - Enum Class in com.flir.thermalsdk.live
-
Types of FLIR cameras.
- cancelAll() - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Immediately cancel all requests and active file transmissions.
- CAP_MOISTURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- CAPACITANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
farad
- cb - Variable in class com.flir.thermalsdk.image.isotherms.CustomColor
-
Cb value in YCbCr color space
- CELSIUS - Enum constant in enum class com.flir.thermalsdk.image.TemperatureUnit
-
Unit in Celsius.
- CELSIUS - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- Channel - Class in com.flir.thermalsdk.meterlink.model
-
Defines Meterlink Channel data.
- channelCount - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
Number of sensors/channels to this device.
- ChannelListener - Interface in com.flir.thermalsdk.live.connectivity
-
Data listener for incoming data for one data channel.
- channels - Variable in class com.flir.thermalsdk.meterlink.model.SensorPoll
-
List of channels/censors with their corresponding state and data.
- CHARGE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
coulomb
- CHARGING_SMART_PHONE - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that the battery is charging the Android.
- CHARGING_SMART_PHONE_FAULT_HEAT - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that a charging fault exists but the Android phone is being charged
- CHARGING_SMART_PHONE_ONLY - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that the device is in phone-charging-only mode
- chargingState() - Method in class com.flir.thermalsdk.live.remote.Battery
-
Gets a battery charging state.
Important: In certain cases (e.g. - checkAndRequestPermissionGroup(String[], int) - Method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if we have permissions, if not it shows a dialog requesting the permission and "onRequestPermissionsResult(..)" is called with the result.
- checkBluetoothScanPermissions(Context) - Static method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if the application has all required runtime permissions to perform discovery over Bluetooth classic or Bluetooth Low Energy (BLE).
- checkWifiAutoConnectPermissions(Context) - Static method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if the application has all required runtime permissions to perform WiFi network auto connect and switch.
- checkWifiDiscoveryPermissions(Context) - Static method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if the application has all required runtime permissions to perform discovery over WiFi network.
- Circle - Class in com.flir.thermalsdk.image
-
Represents a set of tree integers that represent the center point and a radius of a circle.
- Circle(int, int, int) - Constructor for class com.flir.thermalsdk.image.Circle
-
Create a Circle.
- circles() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Get a list of all active circle measurement tools on the camera.
- CLAMP - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- CLASSIC - Enum constant in enum class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager.DiscoveryMode
-
CLASSIC mode performs Classic Bluetooth scanning only.
- clear() - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Clears all isotherms from the collection.
- clear() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Removes all
MeasurementShape
. - close() - Method in class com.flir.thermalsdk.image.ImageBase
-
Closes the image and frees all resources.
- close() - Method in class com.flir.thermalsdk.image.ImageColorizer
- close() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Close the sequence player and release all associated resources.
- close() - Method in class com.flir.thermalsdk.image.ThermalImage
- close() - Method in class com.flir.thermalsdk.live.Camera
- close() - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- close() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- close() - Method in class com.flir.thermalsdk.live.streaming.VisualStreamer
- coldSpot - Variable in class com.flir.thermalsdk.image.ImageStatistics
-
Gets the X,Y coordinate to the pixel with the lowest measured temperature.
- coldSpotPosition() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Get a position of the coldest spot inside the given active measurement tool.
- coldSpotPosition() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Get a position of the coldest spot inside the given active measurement tool.
- coldSpotPosition() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Get a position of the coldest spot inside the given active measurement tool.
- coldSpotValue() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Defines a temperature value of the coldest spot inside the given active measurement tool.
- coldSpotValue() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Defines a temperature value of the coldest spot inside the given active measurement tool.
- coldSpotValue() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Defines a temperature value of the coldest spot inside the given active measurement tool.
- CollisionOption - Enum Class in com.flir.thermalsdk.live.importing
-
Defines a behaviour when importing to a local path, where a file already exists.
- COLOR - Enum constant in enum class com.flir.thermalsdk.image.ColorMode
-
Image is displayed as in RGBA 32-bit color.
- COLOR_NIGHT_VISION - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Color night vision fusion.
- ColorDistribution - Enum Class in com.flir.thermalsdk.image
-
Deprecated.Use
ColorDistributionSettings
and it's subclasses instead. - ColorDistributionSettings - Class in com.flir.thermalsdk.image
-
Base class for specifying the color distribution settings of the
ThermalImage
. - ColorDistributionSettings() - Constructor for class com.flir.thermalsdk.image.ColorDistributionSettings
- Colorizer - Interface in com.flir.thermalsdk.image
-
Interface for rendering thermal images and thermal scale.
- colorMode - Variable in class com.flir.thermalsdk.image.fusion.Blending
-
The color scheme the visual image is displayed in.
- colorMode - Variable in class com.flir.thermalsdk.image.fusion.PictureInPicture
-
The color scheme the visual image is displayed in.
- colorMode - Variable in class com.flir.thermalsdk.image.fusion.VisualOnly
-
Currently used color scheme the visual image is displayed in.
- ColorMode - Enum Class in com.flir.thermalsdk.image
-
Defines a visual image color mode.
- com.flir.thermalsdk - package com.flir.thermalsdk
-
The main 'FLIR Atlas Android SDK' package.
- com.flir.thermalsdk.androidsdk - package com.flir.thermalsdk.androidsdk
-
The main 'FLIR Atlas Android SDK' for Android package [Android].
- com.flir.thermalsdk.androidsdk.helpers - package com.flir.thermalsdk.androidsdk.helpers
- com.flir.thermalsdk.androidsdk.image - package com.flir.thermalsdk.androidsdk.image
-
Allows to interpret the data stored in files or received from FLIR Thermal cameras as Visual or Thermal images [Android].
- com.flir.thermalsdk.androidsdk.live - package com.flir.thermalsdk.androidsdk.live
-
Allows to discover FLIR cameras available in the vicinity [Android].
- com.flir.thermalsdk.androidsdk.live.connectivity - package com.flir.thermalsdk.androidsdk.live.connectivity
-
Classes related with physical device to device connection [Android].
- com.flir.thermalsdk.androidsdk.live.discovery - package com.flir.thermalsdk.androidsdk.live.discovery
-
Classes related with devices discovery [Android].
- com.flir.thermalsdk.androidsdk.live.discovery.ble - package com.flir.thermalsdk.androidsdk.live.discovery.ble
- com.flir.thermalsdk.androidsdk.meterlink - package com.flir.thermalsdk.androidsdk.meterlink
-
Package related with handling and managing FLIR Test & Measurement (T&M) devices like Meterlinks [Android].
- com.flir.thermalsdk.image - package com.flir.thermalsdk.image
-
Allows to interpret the data stored in files or received from FLIR Thermal cameras as Visual or Thermal images.
- com.flir.thermalsdk.image.fusion - package com.flir.thermalsdk.image.fusion
-
Defines fusion modes possible to set for a Thermal image.
- com.flir.thermalsdk.image.isotherms - package com.flir.thermalsdk.image.isotherms
-
Classes allowing managing the collection of isotherms.
- com.flir.thermalsdk.image.measurements - package com.flir.thermalsdk.image.measurements
-
Defines a set of measurements for the thermal image and operations on them.
- com.flir.thermalsdk.image.playback - package com.flir.thermalsdk.image.playback
-
Provides a media player implementation allowing to play a thermal sequence files.
- com.flir.thermalsdk.image.quantification - package com.flir.thermalsdk.image.quantification
- com.flir.thermalsdk.image.utils - package com.flir.thermalsdk.image.utils
-
Different utility tools, converters, wrappers and other helper classes useful for images manipulation.
- com.flir.thermalsdk.live - package com.flir.thermalsdk.live
-
Allows to discover FLIR cameras available in the vicinity.
- com.flir.thermalsdk.live.connectivity - package com.flir.thermalsdk.live.connectivity
-
Classes related with physical device to device connection.
- com.flir.thermalsdk.live.discovery - package com.flir.thermalsdk.live.discovery
-
Classes related with devices discovery.
- com.flir.thermalsdk.live.importing - package com.flir.thermalsdk.live.importing
-
Classes and interfaces related with importing images and files from remote FLIR cameras.
- com.flir.thermalsdk.live.recorder - package com.flir.thermalsdk.live.recorder
- com.flir.thermalsdk.live.remote - package com.flir.thermalsdk.live.remote
-
Classes related with device remote control functionality.
- com.flir.thermalsdk.live.streaming - package com.flir.thermalsdk.live.streaming
-
Classes and interfaces related with device live streaming functionality.
- com.flir.thermalsdk.log - package com.flir.thermalsdk.log
-
Package related with customized logging.
- com.flir.thermalsdk.meterlink - package com.flir.thermalsdk.meterlink
-
Package related with handling and managing FLIR Test & Measurement (T&M) devices like Meterlinks.
- com.flir.thermalsdk.meterlink.model - package com.flir.thermalsdk.meterlink.model
-
Package contains classes with FLIR Meterlinks data model definitions.
- com.flir.thermalsdk.utils - package com.flir.thermalsdk.utils
-
Package contains useful utilities and custom annotations.
- Command<Ret> - Class in com.flir.thermalsdk.live.remote
-
Represents a command on the remote camera.
- Command() - Constructor for class com.flir.thermalsdk.live.remote.Command
- Command1Arg<Ret,
Arg1> - Class in com.flir.thermalsdk.live.remote -
Represents a command with a single parameter on the remote camera.
- Command1Arg() - Constructor for class com.flir.thermalsdk.live.remote.Command1Arg
- Command2Args<Ret,
Arg1, Arg2> - Class in com.flir.thermalsdk.live.remote -
Represents a command with dwo parameters on the remote camera.
- Command2Args() - Constructor for class com.flir.thermalsdk.live.remote.Command2Args
- communicationInterface - Variable in class com.flir.thermalsdk.live.Identity
-
The
CommunicationInterface
the device was discovered on. - CommunicationInterface - Enum Class in com.flir.thermalsdk.live
-
Defines interface used to perform discovery of new devices.
- compare(ErrorCode) - Method in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Helper function allowing to easily compare received
ErrorCode
to a particular category and type of error.
Example usage: "if (BluetoothErrorCategory.Errc.BLUETOOTH_TURNED_OFF.compare(receivedErrorCode)) // ... - compareTo(FileReference) - Method in class com.flir.thermalsdk.live.importing.FileReference
- compareTo(FolderReference) - Method in class com.flir.thermalsdk.live.importing.FolderReference
- CompassInformation - Class in com.flir.thermalsdk.image
-
Class provides basic compass information.
- CompassInformation(int, int, int, int) - Constructor for class com.flir.thermalsdk.image.CompassInformation
-
Creates a new instance of compass information based on provided data.
- COMPBEARING - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- concentration - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationResult
-
Gas concentration.
- COND - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is condensation temp.
- CONDUCTANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
siemens
- confKitName - Variable in class com.flir.thermalsdk.live.CameraInformation
- confKitName(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- connect(Identity, ConnectionStatusListener, ConnectParameters) - Method in class com.flir.thermalsdk.live.Camera
-
Connects to the given
Identity
. - connect(InetAddress, ConnectionStatusListener, ConnectParameters) - Method in class com.flir.thermalsdk.live.Camera
-
Connects to the given ip address.
- connect(Identity) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
-
Connects to the given
Identity
. - connect(OnMeterlinkTransferEventListener) - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
- connect(OnMeterlinkTransferEventListener) - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
- connect(OnMeterlinkTransferEventListener) - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Connect to the Meterlink device.
- CONNECTION_ERROR - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Generic connectivity error (i.e.
- ConnectionStatusListener - Interface in com.flir.thermalsdk.live.connectivity
-
Camera connection status listener.
- Connector - Interface in com.flir.thermalsdk.live.connectivity
-
Base class for physical interfaces.
- ConnectorFactory - Class in com.flir.thermalsdk.live.connectivity
-
Helper singleton to create Connector objects.
- ConnectorFactory.ConnectorCreator - Interface in com.flir.thermalsdk.live.connectivity
-
Interface used to define a creator for
CameraScanner
object. - ConnectParameters - Class in com.flir.thermalsdk.live
-
Connect information for Camera connections eg.
- ConnectParameters() - Constructor for class com.flir.thermalsdk.live.ConnectParameters
-
Set a network timeout with the default timeout
- ConnectParameters(long) - Constructor for class com.flir.thermalsdk.live.ConnectParameters
-
Set a network timeout with the specified timeout in milliseconds
- Consumer<T> - Interface in com.flir.thermalsdk.utils
-
Represents an operation that accepts a single input argument and returns no result.
- contains(Isotherm) - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Determines whether the collection contains the specified Isotherm.
- contains(MeasurementShape) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Checks, if collection contains provided
MeasurementShape
. - CONTINUOUS - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.AutoFocusMode
-
Camera automatically and continuously manages focus.
- CONTRAST - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.CalculationMethod
-
Calculation based on maximizing the image contrast.
- COOLING - Enum constant in enum class com.flir.thermalsdk.live.remote.CameraState
- coordinate - Variable in class com.flir.thermalsdk.image.Line
-
For horizontal line the coordinate will be Y position, for vertical line the coordinate will be X position.
- copyFiles(String, String, boolean) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Copies all files from one location to another.
- count() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Gets the number of frames in the sequence.
- countryCode - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Country code
- cr - Variable in class com.flir.thermalsdk.image.isotherms.CustomColor
-
Cr value in YCbCr color space
- create() - Method in interface com.flir.thermalsdk.live.connectivity.ConnectorFactory.ConnectorCreator
-
Creates a concrete
ConnectorFactory.ConnectorCreator
object. - create() - Method in interface com.flir.thermalsdk.live.discovery.ScannerFactory.ScannerCreator
-
Creates a concrete
CameraScanner
object. - create() - Method in interface com.flir.thermalsdk.live.importing.ImporterFactory.ImporterCreator
-
Creates a concrete
ImporterFactory.ImporterCreator
object. - create(Camera) - Method in class com.flir.thermalsdk.live.importing.ImporterFactory
- create(CommunicationInterface) - Method in class com.flir.thermalsdk.live.connectivity.ConnectorFactory
-
Creates a
Connector
for the givenCommunicationInterface
type. - create(CommunicationInterface) - Method in class com.flir.thermalsdk.live.discovery.ScannerFactory
-
Creates a
CameraScanner
for the givenCommunicationInterface
type. - createAdapter() - Static method in class com.flir.thermalsdk.androidsdk.meterlink.BluetoothAdapterAndroid
-
Create a new adapter.
- createBitmap(int, int, ImageBuffer.Format) - Static method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
-
Create a empty bitmap base on specifications.
- createBitmap(ImageBuffer) - Static method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
-
Create a new bitmap base on the content of the buffer.
- createErrorCode(WifiErrorCategory.Errc) - Static method in class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory
- createImage(byte[]) - Static method in class com.flir.thermalsdk.image.ImageFactory
-
Creates an instance of a class basing on the provided byte array.
- createImage(InputStream) - Static method in class com.flir.thermalsdk.image.ImageFactory
-
Creates an instance of a class basing on the provided
InputStream
. - createImage(String) - Static method in class com.flir.thermalsdk.image.ImageFactory
-
Creates an instance of a class basing on the provided path.
- CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.image.ParcelableJavaImageBuffer
-
Required by
Parcelable
interface. - CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.live.ParcelableAdapterInfo
-
Required by
Parcelable
interface. - CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.live.ParcelableCameraInformation
-
Required by
Parcelable
interface. - CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.live.ParcelableIdentity
-
Required by
Parcelable
interface. - CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.live.ParcelableIpSettings
-
Required by
Parcelable
interface. - CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
-
Parcel creator.
- CREATOR - Static variable in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
-
Parcel creator.
- CREST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- CSV - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor.LogFormat
- CURRENT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
ampere
- CurrentlyUnused - Annotation Interface in com.flir.thermalsdk.utils
-
Annotation used to mark that the function/field/class is currently not used, but we want to keep it for reference or future use.
- currentPalette() - Method in class com.flir.thermalsdk.live.remote.PaletteController
-
Defines currently used camera's palette.
- CUSTOM - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Custom interface.
- customColor(CustomColor) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Defines the isotherm's color.
- CustomColor - Class in com.flir.thermalsdk.image.isotherms
-
Wrapper for YCbCr color.
- CustomColor(int, int, int) - Constructor for class com.flir.thermalsdk.image.isotherms.CustomColor
-
Primary constructor for YCbCr color wrapper.
- cutoff(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Mandatory for
IsothermType.ABOVE
andIsothermType.BELOW
. - CYAN - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
D
- d(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints a DEBUG message on the LogCat.
- DAR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- DataReading - Class in com.flir.thermalsdk.meterlink.model
-
Represents a logged/recorded data reading.
- date - Variable in class com.flir.thermalsdk.live.CameraInformation
- date(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- day - Variable in class com.flir.thermalsdk.live.remote.LocalDateTime
-
A number from 1 to 31.
- DB - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is dry bulb temp.
- DC - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.FusionSpanLevel
- DC - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Voltage/current is DC.
- DDE - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.Perform digital detail enhancement which enhance details and/or suppress fixed pattern noise.
- DdeSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the Digital Detail Enhancement (DDE) and Entropy modes.
Perform digital detail enhancement which enhance details and/or suppress fixed pattern noise. - DdeSettings() - Constructor for class com.flir.thermalsdk.image.DdeSettings
-
Construct an instance with default settings.
- debug(String, String) - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- DEBUG - Enum constant in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Defines ERROR & WARNING & INFO & DEBUG messages logging.
- defaultGateway - Variable in class com.flir.thermalsdk.live.IpSettings
-
Default gateway i.e.
- defaultGateway(String) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- DELTA - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is OK + compensated with a reference temperature delta.
- DeltaMemberValueType - Enum Class in com.flir.thermalsdk.image.measurements
-
Defines delta member value type.
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.image.ParcelableJavaImageBuffer
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableAdapterInfo
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableCameraInformation
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableIdentity
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableIpSettings
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
- describeContents() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
- description - Variable in class com.flir.thermalsdk.live.CameraInformation
- description(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- DESIRED - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates that an NUC is desired.
- detachRecorder() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Detach the recorder object when stopping recording.
- detailHeadroom - Variable in class com.flir.thermalsdk.image.DdeSettings
-
Headroom for detail at dynamic range extremes.
- detailHeadroom - Variable in class com.flir.thermalsdk.image.EntropySettings
-
Headroom for detail at dynamic range extremes.
- detailToBackground - Variable in class com.flir.thermalsdk.image.DdeSettings
-
Detail to background ratio.
- detailToBackground - Variable in class com.flir.thermalsdk.image.EntropySettings
-
Detail to background ratio.
- determineF1Type() - Method in class com.flir.thermalsdk.image.CameraInformation
-
Determine the F1 type based on the given CameraInformation (only valid for FLIR ONE cameras).
- determineF1Type() - Method in class com.flir.thermalsdk.live.CameraInformation
-
Determine the F1 type based on the given CameraInformation (only valid for FLIR ONE cameras).
- DEVELOPER - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that the battery is not charging because the camera is in "developer mode".
- DEVICE_INFO - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
- DEVICE_UNAVAILABLE_WHEN_ASKED_PERMISSION - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener.ErrorType
-
Android framework may return null UsbDevice in the BroadcastReceiver when asked for permission for the first time using UsbManager.requestPermission(UsbDevice device, PendingIntent pi).
- deviceId - Variable in class com.flir.thermalsdk.live.Identity
-
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
- deviceInfo - Variable in class com.flir.thermalsdk.meterlink.model.SensorPoll
-
Device state and metadata.
- DeviceInfo - Class in com.flir.thermalsdk.meterlink.model
-
Defines Meterlink DeviceInfo data.
- DEW - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is dew point temp.
- DIFF - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
Image displayed as difference.
- DIFFUSED - Enum constant in enum class com.flir.thermalsdk.image.quantification.GasLeakType
-
Diffused leak.
- DIGITAL - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
Image displayed a digital.
- DIMENSION - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Dimension of bounded object, e.g area of box
- disableLogging() - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Deprecated.Use
ThermalLog.setLogLevel(LogLevel)
LogLevel::None for disable logging - disconnect() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
- disconnect() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
- disconnect() - Method in class com.flir.thermalsdk.live.Camera
-
Disconnect from the camera.
- disconnect() - Method in interface com.flir.thermalsdk.live.connectivity.Connector
-
Disconnects the active connection interface.
- disconnect() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Disconnects the Meterlink device.
- DISCOVERABLE - Enum constant in enum class com.flir.thermalsdk.live.SignalStrength
-
State in which it is possible to discover the camera.
- DiscoveredCamera - Class in com.flir.thermalsdk.live.discovery
-
A wrapper for a discovered camera.
- DiscoveredCamera(Identity) - Constructor for class com.flir.thermalsdk.live.discovery.DiscoveredCamera
- DiscoveredCamera(Identity, WirelessCameraDetails) - Constructor for class com.flir.thermalsdk.live.discovery.DiscoveredCamera
- DISCOVERY_ERROR - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Generic discovery error.
- DiscoveryErrorCode - Enum Class in com.flir.thermalsdk.live.discovery
-
Describing the error information returned by
DiscoveryEventListener.onDiscoveryError(CommunicationInterface, ErrorCode)
. - DiscoveryEventListener - Interface in com.flir.thermalsdk.live.discovery
-
This interface needs be implemented by any class, which wants to receive notifications about discovery events.
- DiscoveryFactory - Class in com.flir.thermalsdk.live.discovery
-
Client class for scanning for FLIR cameras
- DiscoveryFactory() - Constructor for class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- displayMode() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines selected display mode on the camera's live view.
- displayName - Variable in class com.flir.thermalsdk.live.CameraInformation
- displayName(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- DisplaySettings - Class in com.flir.thermalsdk.image
-
The DisplaySettings exposes a range of visual attributes which specify how the image is displayed.
- DisplaySettings() - Constructor for class com.flir.thermalsdk.image.DisplaySettings
-
Basic constructor which uses default initial settings.
- DisplaySettings(float, int, int, FlipType) - Constructor for class com.flir.thermalsdk.image.DisplaySettings
-
Parametrized constructor allowing to setup desired initial settings.
- DISSIPATION - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- distance - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
Distance to object in meters.
- distance() - Method in class com.flir.thermalsdk.live.remote.Focus
-
Defines the focus distance of the camera.
- distance() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
The fusion distance in meters.
- DISTANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
meter
- DistanceUnit - Enum Class in com.flir.thermalsdk.image
-
Specifies the supported distance units.
- DMM - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- DUTY_CYCLE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
E
- e(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints an ERROR message on the LogCat.
- EARHART - Enum constant in enum class com.flir.thermalsdk.live.CameraType
-
Earhart camera.
- EARHART - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Real Earhart camera
- EARHART_SPLITTER - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Shared stream from the camera splitter service
- earhartLiveCameraInfo - Variable in class com.flir.thermalsdk.live.CameraInformation
- earhartLiveCameraInfo(CameraInformation.EarhartLiveCameraInfo) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- EarhartLiveCameraInfo(String, String, String, String, String, String, String, String) - Constructor for class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- EBOND_TEST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- EBOND_TEST_VOLT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- EBUS - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
NOT SUPPORTED.
- EDGE - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- EDGEPRO - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- EDP_TRIP_CURR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- EL_FIELD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
electric field - newtons per coulomb (N/C) or volts per meter (V/m)
- elapsed() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Get the elapsed recording time in milli seconds.
- EMF_FREQ - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- EMF_STRENGTH - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- emissive - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
True if gas is warmer than the surrounding environment.
- EMISSIVITY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- EMULATOR - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Emulating device interface.
- enableAutoAdjust(boolean) - Method in class com.flir.thermalsdk.image.Scale
-
Deprecated.Use
ImageColorizer.setAutoScale(boolean)
instead. - enableCompression - Variable in class com.flir.thermalsdk.live.recorder.RecorderSettings
-
Flag to turn on FFF Image compression.
- enableCustomObjectParameters(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Sets, if local parameters should be used for the given
MeasurementShape
. - enableLogging() - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Deprecated.Use
ThermalLog.setLogLevel(LogLevel)
for enable logging - ENERGY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
joule
- ENTHALPY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
joule per kilogram
- ENTROPY - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.Entropy modes reserve more shades of gray/colors for areas with more entropy by assigning areas with lower entropy lesser gray shades.
- EntropySettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the Digital Detail Enhancement (DDE) and Entropy modes.
Entropy modes reserve more shades of gray/colors for areas with more entropy by assigning areas with lower entropy lesser gray shades. - EntropySettings() - Constructor for class com.flir.thermalsdk.image.EntropySettings
-
Construct an instance with default settings.
- entry(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints a DEBUG message on the LogCat with additional entry tag.
- equals(int, int) - Method in class com.flir.thermalsdk.image.Point
- equals(Object) - Method in class com.flir.thermalsdk.ErrorCode
- equals(Object) - Method in class com.flir.thermalsdk.image.AdeSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.CameraInformation
- equals(Object) - Method in class com.flir.thermalsdk.image.Circle
- equals(Object) - Method in class com.flir.thermalsdk.image.CompassInformation
- equals(Object) - Method in class com.flir.thermalsdk.image.DdeSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.EntropySettings
- equals(Object) - Method in class com.flir.thermalsdk.image.FsxSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.GpsInformation
- equals(Object) - Method in class com.flir.thermalsdk.image.HistogramEqualizationSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.ImageParameters
- equals(Object) - Method in class com.flir.thermalsdk.image.ImageStatistics
- equals(Object) - Method in class com.flir.thermalsdk.image.isotherms.CustomColor
- equals(Object) - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- equals(Object) - Method in class com.flir.thermalsdk.image.Line
- equals(Object) - Method in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.Point
- equals(Object) - Method in class com.flir.thermalsdk.image.Rectangle
- equals(Object) - Method in class com.flir.thermalsdk.image.SignalLinearSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.TemperatureLinearSettings
- equals(Object) - Method in class com.flir.thermalsdk.image.ThermalDelta
- equals(Object) - Method in class com.flir.thermalsdk.image.ThermalValue
- equals(Object) - Method in class com.flir.thermalsdk.live.AdapterInfo
- equals(Object) - Method in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- equals(Object) - Method in class com.flir.thermalsdk.live.CameraInformation
- equals(Object) - Method in class com.flir.thermalsdk.live.Identity
- equals(Object) - Method in class com.flir.thermalsdk.live.importing.FileInfo
- equals(Object) - Method in class com.flir.thermalsdk.live.importing.FileReference
- equals(Object) - Method in class com.flir.thermalsdk.live.importing.FolderInfo
- equals(Object) - Method in class com.flir.thermalsdk.live.importing.FolderReference
- equals(Object) - Method in class com.flir.thermalsdk.live.IpSettings
- equals(Object) - Method in class com.flir.thermalsdk.live.remote.LocalDateTime
- equals(Object) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails
- equals(Object) - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
- equals(Object) - Method in class com.flir.thermalsdk.meterlink.model.Channel
- equals(Object) - Method in class com.flir.thermalsdk.meterlink.model.DeviceInfo
- equals(Object) - Method in class com.flir.thermalsdk.meterlink.model.SensorPoll
- equals(Object) - Method in class com.flir.thermalsdk.utils.Pair
-
Checks the two objects for equality by delegating to their respective
Object.equals(Object)
methods. - error(UsbPermissionHandler.UsbPermissionListener.ErrorType, Identity) - Method in interface com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener
-
The Identity was not a recognized as a FLIR ONE
- error(String, String) - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- ERROR - Enum constant in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Defines ERROR messages logging.
- ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Measuring device reports error.
- ErrorCategory - Class in com.flir.thermalsdk
-
Categorization of error codes.
- errorCode - Variable in exception com.flir.thermalsdk.ErrorCodeException
- ErrorCode - Class in com.flir.thermalsdk
-
General error code class.
- ErrorCodeException - Exception in com.flir.thermalsdk
-
A class defining an exception with an error code that comes from a native layer.
- ESR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- EXCELLENT - Enum constant in enum class com.flir.thermalsdk.live.SignalStrength
-
Good signal, allows to live stream and interact with the camera.
- execute(OnReceived<Ret>, OnRemoteError) - Method in class com.flir.thermalsdk.live.remote.Command
-
Executes the command asynchronously.
- execute(OnReceived<Ret>, OnRemoteError, Arg1) - Method in class com.flir.thermalsdk.live.remote.Command1Arg
-
Executes the command asynchronously.
- execute(OnReceived<Ret>, OnRemoteError, Arg1, Arg2) - Method in class com.flir.thermalsdk.live.remote.Command2Args
-
Executes the command asynchronously.
- executeSync() - Method in class com.flir.thermalsdk.live.remote.Command
-
Executes the command synchronously (blocking).
- executeSync(Arg1) - Method in class com.flir.thermalsdk.live.remote.Command1Arg
-
Executes the command synchronously (blocking).
- executeSync(Arg1, Arg2) - Method in class com.flir.thermalsdk.live.remote.Command2Args
-
Executes the command synchronously (blocking).
- exit(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints a DEBUG message on the LogCat with additional exit tag.
- EXTERNAL - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Measurement is external.
F
- factoryReset() - Method in class com.flir.thermalsdk.live.remote.System
-
Tells a camera to perform a factory reset on next reboot.
Note: Not supported on all cameras. - FAHRENHEIGHT - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- FAHRENHEIT - Enum constant in enum class com.flir.thermalsdk.image.TemperatureUnit
-
Units in Fahrenheit.
- FAIR - Enum constant in enum class com.flir.thermalsdk.live.SignalStrength
-
Signal strength is fair enough for live streaming and interaction with the camera.
- FAR - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.Distance
- FAULT - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that a charging fault occurred (overheat, etc.)
- FAULT_BAD_CHARGER - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that a charging fault occurred due to low current from the charging source
- FAULT_HEAT - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that a charging heat fault occurred
- FEET - Enum constant in enum class com.flir.thermalsdk.image.DistanceUnit
-
International foot (equal to 0.3048 meters).
- FEET - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
- FileInfo - Class in com.flir.thermalsdk.live.importing
-
Describes a file on the
Camera
's filesystem. - FileInfo(String, FileReference, LocalDateTime, long) - Constructor for class com.flir.thermalsdk.live.importing.FileInfo
- FileInfo(String, FileReference, LocalDateTime, long, boolean) - Constructor for class com.flir.thermalsdk.live.importing.FileInfo
- FileReference - Class in com.flir.thermalsdk.live.importing
-
Abstract file path on
Camera
's filesystem. - FileReference(Location, String) - Constructor for class com.flir.thermalsdk.live.importing.FileReference
- FileUtils - Class in com.flir.thermalsdk.utils
-
Helper for handling I/O operations.
- FileUtils() - Constructor for class com.flir.thermalsdk.utils.FileUtils
- filter - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The camera's filter information.
- FIREWIRE - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
NOT SUPPORTED.
- firmwareRevision - Variable in class com.flir.thermalsdk.live.CameraInformation
- firmwareRevision(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- firmwareVersion - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Camera's firmware version.
- firmwareVersion(String) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Camera's firmware version.
- first - Variable in class com.flir.thermalsdk.utils.Pair
- first() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Move to the first image in the sequence, if not already selected.
- firstTimeSetupFlag - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Flag determining if this is the first time setup/connection.
- firstTimeSetupFlag(boolean) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Flag determining if this is the first time setup/connection.
- flipType - Variable in class com.flir.thermalsdk.image.DisplaySettings
-
Defines if the image is flipped horizontally/vertically or both.
- FlipType - Enum Class in com.flir.thermalsdk.image
-
Defines if the image is flipped horizontally/vertically or both.
- FLIR_ONE - Enum constant in enum class com.flir.thermalsdk.live.CameraType
-
FLIR ONE pluggable camera.
- FLIR_ONE_EDGE - Enum constant in enum class com.flir.thermalsdk.live.CameraType
-
FLIR ONE Edge wireless camera.
- FLIR_ONE_EDGE_PRO - Enum constant in enum class com.flir.thermalsdk.live.CameraType
-
FLIR ONE Edge Pro wireless camera.
- FLIR_ONE_WIRELESS - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
FLIR ONE Wireless camera.
- FlirBluetoothAdapter<T> - Interface in com.flir.thermalsdk.meterlink
-
Wrapper for Bluetooth adapter across platforms.
- FlirBluetoothDevice<T> - Interface in com.flir.thermalsdk.meterlink
-
Wrapper for Bluetooth device across platforms.
- FlirOneType - Enum Class in com.flir.thermalsdk.image
-
Defines a FLIR ONE camera type.
- flow - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationResult
-
Amount of gas flow.
- focalLength - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Lens focal length in mm.
- Focus - Class in com.flir.thermalsdk.live.remote
-
Camera focus control and monitoring interface.
- Focus.AutoFocusMode - Enum Class in com.flir.thermalsdk.live.remote
-
Autofocus modes.
- Focus.CalculationMethod - Enum Class in com.flir.thermalsdk.live.remote
-
Defines the focus calculation method.
- Focus.Distance - Enum Class in com.flir.thermalsdk.live.remote
-
Determines if camera should focus on near or far objects or control focus automatically (depending on the scene).
- FolderInfo - Class in com.flir.thermalsdk.live.importing
-
Describes a directory/folder on the
Camera
's filesystem. - FolderInfo(String, FolderReference, LocalDateTime) - Constructor for class com.flir.thermalsdk.live.importing.FolderInfo
- FolderReference - Class in com.flir.thermalsdk.live.importing
-
Abstract folder path on
Camera
's filesystem. - FolderReference(Location, String) - Constructor for class com.flir.thermalsdk.live.importing.FolderReference
- FOLLOW_Y - Enum constant in enum class com.flir.thermalsdk.image.isotherms.BlendingMode
-
Use the Y (in YCbCr) value from the palette underneath the isotherm.
- footRoom - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Footroom for details at dynamic range extremes.
- FORCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
newton
- format - Variable in class com.flir.thermalsdk.image.JavaImageBuffer
-
Current pixel format of the buffer.
- format(ImageBuffer.Format) - Method in class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- ForTesting - Annotation Interface in com.flir.thermalsdk.utils
-
Annotation used to mark that the function/field is used in tests.
- fov - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- fpga - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- FrameIntervalTimeSettings - Class in com.flir.thermalsdk.live.recorder
-
Frame interval time settings.
- FrameIntervalTimeSettings() - Constructor for class com.flir.thermalsdk.live.recorder.FrameIntervalTimeSettings
- FrameIntervalTimeSettings(boolean, long) - Constructor for class com.flir.thermalsdk.live.recorder.FrameIntervalTimeSettings
- FREE_SLOT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
FREE_SLOT
- FREQUENCY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
hertz
- FSX - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.Perform digital detail enhancement which enhance details and/or suppress fixed pattern noise.
- FsxSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the FSX (DDE 2.0).
- FsxSettings() - Constructor for class com.flir.thermalsdk.image.FsxSettings
-
Construct an instance with default settings.
- Fusion - Class in com.flir.thermalsdk.image.fusion
-
Provides functionality to manage the Fusion modes of a
ThermalImage
. - FUSION - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.ChannelType
- FUSION - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
The camera video in fusion blending mode.
- fusionAlwaysOn() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines if camera always uses fusion mode(s) to stream image.
- FusionController - Class in com.flir.thermalsdk.live.remote
-
Camera fusion mode control and monitoring interface.
- FusionController.ChannelType - Enum Class in com.flir.thermalsdk.live.remote
-
Channel mode/type used to display live view on the camera.
- FusionController.DisplayMode - Enum Class in com.flir.thermalsdk.live.remote
-
Definition of image's display mode.
- FusionController.FusionSpanLevel - Enum Class in com.flir.thermalsdk.live.remote
-
Defines how fusion span level is displayed.
- FusionMode - Enum Class in com.flir.thermalsdk.image.fusion
-
Defines the way the image is displayed.
- fusionSpanLevel() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines how fusion span level is displayed.
- fusionTemperatureRange() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines the temperature range to display in thermal fusion mode.
G
- gain - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Limits the maximum slope of the mapping function.
- gamma - Variable in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
-
Used to adjust the perceived brightness of the image.
- gas - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
Name of the gas.
- GAS_SENSOR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- GasLeakType - Enum Class in com.flir.thermalsdk.image.quantification
-
Describes the type of a gas leak.
- GasQuantificationInput - Class in com.flir.thermalsdk.image.quantification
-
Gas quantification information.
- GasQuantificationResult - Class in com.flir.thermalsdk.image.quantification
-
Gas quantification result information.
- GEN2 - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- GEN3CONSUMER - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- GEN3PRO - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- GEN3PROLT - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- GENERIC - Enum constant in enum class com.flir.thermalsdk.live.CameraType
-
Any generic FLIR camera.
- get(OnReceived<T>, OnRemoteError) - Method in class com.flir.thermalsdk.live.remote.Property
-
Gets a property value asynchronously.
- getAbsolutePath() - Method in class com.flir.thermalsdk.image.ThermalImageFile
-
Gets an absolute path to the file this image was loaded from, i.e.
- getAdapter() - Method in class com.flir.thermalsdk.androidsdk.meterlink.BluetoothAdapterAndroid
- getAdapter() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothAdapter
- getAdapterInfo() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableAdapterInfo
- getAddress() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Gets the MAC address of the
AbstractMeterlinkDevice
. - getAddress() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothDevice
-
Get device Bluetooth address, i.e.
- getAirHumidity() - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Get air humidity in percent (0.0 - 100.0).
- getAirHumidityAlarmLevel() - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Get air humidity alarm level in percent (0.0 - 100.0).
- getAll() - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Gets all active isotherms
- getAllocationByteCount() - Method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
- getAllocationByteCount() - Method in class com.flir.thermalsdk.image.Bitmap
- getAltitude() - Method in class com.flir.thermalsdk.image.GpsInformation
-
The altitude.
- getAltitudeRef() - Method in class com.flir.thermalsdk.image.GpsInformation
-
Altitude reference indicates if the altitude value is below or above see level.
- getAreaCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getAreaCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getAreaCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getAreaDimensions() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getAreaDimensions() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getAreaDimensions() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getAtmosphericTemperature() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets an atmospheric temperature.
- getAtmosphericTemperature() - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Get atmospheric temperature.
- getAvgCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getAvgCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getAvgCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getAvgValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getAvgValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getAvgValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getBattery() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the Battery interface to monitor camera battery status.
- getBitMap() - Method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
- getBitMap() - Method in class com.flir.thermalsdk.image.Bitmap
- getBlending() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
IR image is blended with visual image based on the specified blending factor value.
- getBlendingMode() - Method in class com.flir.thermalsdk.image.isotherms.Isotherm
-
Gets the appearance of the isotherm.
- getBuffer() - Method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
- getBuffer() - Method in class com.flir.thermalsdk.image.Bitmap
- getCalibration() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera calibration control interface.
- getCameraDetails() - Method in class com.flir.thermalsdk.live.discovery.DiscoveredCamera
- getCameraInformation() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableCameraInformation
- getCameraInformation() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets the
CameraInformation
describing the device the image was taken with. - getCenter() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
-
Gets a center point of the circle.
- getCircles() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all
MeasurementCircle
s added to this collection. - getCode() - Method in class com.flir.thermalsdk.ErrorCode
-
Error code as an integer value corresponding to this
ErrorCode
instance. - getColorDistribution() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Deprecated.Use
ThermalImage.getColorDistributionSettings()
instead. - getColorDistributionSettings() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
ColorDistributionSettings
for the image. - getCommitHash() - Static method in class com.flir.thermalsdk.androidsdk.ThermalSdkAndroid
-
Gets commit hash of the FLIR Atlas Android SDK.
- getCompassInformation() - Method in class com.flir.thermalsdk.image.ImageBase
-
Gets a
CompassInformation
object with compass details embedded in the image. - getCurrentFusionMode() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Get current fusion mode
- getCustomColor() - Method in class com.flir.thermalsdk.image.isotherms.Isotherm
-
Gets custom color set for isotherm colorization.
- getCustomColorPalette1() - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Get suggested isotherm colors specified for a currently selected palette.
- getCustomColorPalette2() - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Get suggested alternative isotherm colors specified for a currently selected palette.
- getCustomDeviceName(String) - Method in interface com.flir.thermalsdk.meterlink.StoreManager
-
Get the custom device name for a specified key, i.e.
- getCustomName() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Gets a custom name for this device.
- getData() - Method in class com.flir.thermalsdk.image.VoiceAnnotation
-
Gets a
VoiceAnnotation
's data as a plain byte array. - getDateTaken() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a date when the image was taken.
- getDefaultName() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Gets the name of the
MeterlinkDeviceClassicBluetooth
. - getDefaultPalettes() - Static method in class com.flir.thermalsdk.image.PaletteManager
-
Gets an unmodifiable list of default
Palette
s. - getDegrees() - Method in class com.flir.thermalsdk.image.CompassInformation
-
Compass direction in degrees, has to be in range of [0, 359].
- getDeltas() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all
MeasurementDelta
s added to this collection. - getDeltaValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Thermal difference/delta value.
- getDescription() - Method in class com.flir.thermalsdk.image.ImageBase
-
Gets an opened file's description/note.
- getDevice() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothDevice
-
Get device instance casted to a defined type.
- getDeviceClass() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothDevice
-
Return the (major and minor) device class component of this device.
- getDewPointTemperature() - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Get the calculated dew point temperature.
- getDiscoveryMode() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
Gets a discovery mode set for the MeterlinkManager.
- getDisplaySettings() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
DisplaySettings
information for the image. - getDistance() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets a distance from camera to focused object in currently set
DistanceUnit
. - getDistance() - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Gets the distance to the object for the
MeasurementShape
. - getDistanceUnit() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
DistanceUnit
used to define any distance parameter related with image. - getDop() - Method in class com.flir.thermalsdk.image.GpsInformation
-
Gps DOP (data degree of precision).
- getEmissivity() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets a default emissivity for the Thermal Image.
- getEmissivity() - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Gets object's emissivity for the
MeasurementShape
. - getEnd() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
-
Gets the end point of the line measurement tool.
- getExternalOpticsTemperature() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets an external optics temperature.
- getExternalOpticsTransmission() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets an external optics transmission.
- getExternalSensors() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets list of Meterlink readings embedded in the image.
- getFileName() - Method in class com.flir.thermalsdk.image.ThermalImageFile
-
Gets an opened file's name, i.e.
- getFixedFullRangeScaleImage() - Method in class com.flir.thermalsdk.image.Scale
-
Deprecated.This feature will probably be removed in upcoming release.
- getFixedFullRangeScaleImage(Palette) - Static method in class com.flir.thermalsdk.image.Scale
-
Deprecated.This feature will probably be removed in upcoming release.
- getFocus() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera focus control interface.
- getFormat() - Method in interface com.flir.thermalsdk.image.ImageBuffer
-
Current pixel format of the buffer.
- getFormat() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- getFormatted() - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Creates a formatted string from a Channel's value.
- getFormatted(TemperatureUnit) - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Creates a formatted string from a Channel's value.
- getFormatted(Locale) - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Creates a formatted string from a Channel's value.
- getFormatted(Locale, TemperatureUnit) - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Creates a formatted string from a Channel's value.
- getFrameCounter() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Get the number of recorded frames.
- getFrameRate() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Get the camera's streamed frame rate (zero if the frame rate cannot be obtained).
- getFusion() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
Fusion
object set for this image. - getFusionController() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera fusion control interface.
- getGasQuantificationInput() - Method in class com.flir.thermalsdk.image.ImageBase
-
Gets the inputs used for quantification from the image.
- getGasQuantificationResult() - Method in class com.flir.thermalsdk.image.ImageBase
-
Gets the quantification result from the image.
- getGpsInformation() - Method in class com.flir.thermalsdk.image.ImageBase
-
Gets a
GpsInformation
object with GPS details embedded in the image. - getHeight() - Method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
- getHeight() - Method in class com.flir.thermalsdk.image.Bitmap
- getHeight() - Method in class com.flir.thermalsdk.image.ImageBase
-
Get the height "raw IR pixels", as stored in the thermal image.
- getHeight() - Method in interface com.flir.thermalsdk.image.ImageBuffer
-
Height of the image's pixels.
- getHeight() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- getHeight() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
-
Gets the height of the area the rectangle measurement tool covers.
- getHeight() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Gets the height of the area the rectangle measurement tool covers.
- getIdentity() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableIdentity
- getIdentity() - Method in class com.flir.thermalsdk.live.Camera
-
Get the camera identity.
- getIdentity() - Method in class com.flir.thermalsdk.live.discovery.DiscoveredCamera
- getImage() - Method in class com.flir.thermalsdk.image.ImageBase
-
Deprecated.For live streaming use
ThermalStreamer.getImage()
API instead, for still images useImageColorizer.getImage()
API instead. - getImage() - Method in class com.flir.thermalsdk.image.ImageColorizer
- getImage() - Method in interface com.flir.thermalsdk.image.Renderer
-
Get "rendered result" as
ImageBuffer
. - getImage() - Method in class com.flir.thermalsdk.image.Scale
-
Deprecated.Use
ImageColorizer.getScaleImage()
instead. - getImage() - Method in class com.flir.thermalsdk.image.ThermalImage
- getImage() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- getImage() - Method in class com.flir.thermalsdk.live.streaming.VisualStreamer
- getImageParameters() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets an
ImageParameters
object for this instance. - getImporter() - Method in class com.flir.thermalsdk.live.Camera
-
Get a camera's
Importer
service used to import images. - getIndoorAirTemperature() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Get the indoor air temperature.
- getInstance() - Static method in class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory
-
Gets the instance of
WifiErrorCategory
. - getInstance() - Static method in class com.flir.thermalsdk.live.connectivity.ConnectorFactory
-
Gets an instance of the factory.
- getInstance() - Static method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- getInstance() - Static method in class com.flir.thermalsdk.live.discovery.ScannerFactory
-
Gets an instance of the factory.
- getInstance() - Static method in class com.flir.thermalsdk.live.importing.ImporterFactory
-
Gets an instance of the factory.
- getInsulationFactor() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Get the insulation factor in percent (0.0 - 100.0).
- getInsulationTemperature() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Get the calculated insulation temperature.
- getInverted() - Method in class com.flir.thermalsdk.image.Palette
-
Gets a copy of this palette with inverted colors, i.e.
- getIpSettings() - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableIpSettings
- getIsotherms() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a collection of
Isotherm
readings embedded in the image. - getItems() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all measurements added to this collection.
- getJavaImageBuffer() - Method in class com.flir.thermalsdk.androidsdk.image.ParcelableJavaImageBuffer
- getLatency() - Method in class com.flir.thermalsdk.live.streaming.VividIrParameters
-
Vivid IR latency mode.
- getLatitude() - Method in class com.flir.thermalsdk.image.GpsInformation
-
The latitude.
- getLatitudeRef() - Method in class com.flir.thermalsdk.image.GpsInformation
-
Latitude reference.
- getLicenseData() - Method in class com.flir.thermalsdk.live.Camera
-
Get license data (from F1 Wireless only).
- getLines() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all
MeasurementLine
s added to this collection. - getLocation() - Method in class com.flir.thermalsdk.live.importing.FileReference
-
Get base part of the file path.
- getLocation() - Method in class com.flir.thermalsdk.live.importing.FolderReference
-
Get base part of the folder path.
- getLog() - Method in class com.flir.thermalsdk.meterlink.model.DataReading
-
Gets logs list.
- getLogLevel() - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Get log level
- getLogLevel() - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- getLongitude() - Method in class com.flir.thermalsdk.image.GpsInformation
-
The longitude.
- getLongitudeRef() - Method in class com.flir.thermalsdk.image.GpsInformation
-
Longitude reference.
- getLostFramesCounter() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Get the number of lost frames.
- getMajorDeviceClass() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothDevice
-
Return the major device class component of this device.
- getMapDatum() - Method in class com.flir.thermalsdk.image.GpsInformation
-
Map datum.
- getMax() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInterval
-
Gets the isotherm max.
- getMaxCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMaxCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMaxCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMaxFrameRate() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Get the highest possible frame rate for this camera stream (zero if the frame rate cannot be obtained).
- getMaxMarker() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMaxMarker() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMaxMarker() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMaxMarkerPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMaxMarkerPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMaxMarkerPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMaxValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMaxValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMaxValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMeasurements() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
MeasurementShapeCollection
set for the image. - getMeasurementsController() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera measurement tools control interface.
- getMember1() - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Gets the first delta member shape.
- getMember1ValueType() - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Gets the first delta member value type.
- getMember2() - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Gets the second delta member shape.
- getMember2ValueType() - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Gets the second delta member value type.
- getMessage() - Method in class com.flir.thermalsdk.ErrorCode
-
Error message.
- getMin() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInterval
-
Gets the isotherm min.
- getMinCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMinCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMinCalc() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMinFrameRate() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Get the lowest possible frame rate for this camera stream.
- getMinMarker() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMinMarker() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMinMarker() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMinMarkerPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMinMarkerPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMinMarkerPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMinSpotRadius() - Method in class com.flir.thermalsdk.image.ThermalImage
-
This API exposes what min-radius of the visual indicator of a spot is.
- getMinValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- getMinValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- getMinValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- getMsx() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Thermal MSX (Multi Spectral Dynamic Imaging) mode displays an infrared image where the edges of the objects are enhanced with information from the visual image.
- getName() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothDevice
-
Get Bluetooth device name.
- getOutdoorAirTemperature() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Get the outdoor air temperature.
- getOverlay() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera overlay control interface.
- getPalette() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
Palette
object set for this image. - getPaletteController() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera palette control interface.
- getPasswordForSerialNumber(String) - Static method in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Generate a password allowing to connect to FLIR Camera WiFi network.
- getPasswordForSerialNumber(String, long) - Static method in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Generate a password allowing to connect to FLIR Camera WiFi network.
- getPath() - Method in class com.flir.thermalsdk.live.importing.FileReference
-
Get relative path to the location.
- getPath() - Method in class com.flir.thermalsdk.live.importing.FolderReference
-
Get relative path to the location.
- getPhoto() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Get a visual image (photo) as a
JavaImageBuffer
extracted from the file. - getPhoto() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Deprecated.
- getPhotoHeight() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Get the height of the photo image, to get the photo itself see
Fusion.getPhoto()
. - getPhotoWidth() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Get the width of the photo image, to get the photo itself see
Fusion.getPhoto()
. - getPictureInPicture() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Picture in picture fusion, where a defined box/rectangle shape with IR image pixels is placed on top of the visual image.
- getPitch() - Method in class com.flir.thermalsdk.image.CompassInformation
-
Sensor pitch in degrees, has to be in range of [-90, 90].
- getPixelBuffer() - Method in interface com.flir.thermalsdk.image.ImageBuffer
-
Can store any pixels data.
- getPixelBuffer() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- getPlaybackRate() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Get playback rate.
- getPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Gets the location of the area covered by the rectangle measurement tool.
- getPosition() - Method in class com.flir.thermalsdk.image.measurements.MeasurementSpot
-
Gets the coordinates of the spot measurement.
- getRangeMax() - Method in class com.flir.thermalsdk.image.Scale
-
Gets the maximum range, where colors defined by the
Palette
are applied to theThermalImage
.
Note: UseImageColorizer.getScaleRangeMax()
if auto scale is enabled. - getRangeMin() - Method in class com.flir.thermalsdk.image.Scale
-
Gets the minimum range, where colors defined by the
Palette
are applied to theThermalImage
.
Note: UseImageColorizer.getScaleRangeMin()
if auto scale is enabled. - getRecordingRate() - Method in class com.flir.thermalsdk.meterlink.model.DataReading
-
Gets data log recording rate in seconds.
- getRectangle() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Gets the area covered by rectangle measurement tool.
- getRectangles() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all
MeasurementRectangle
s added to this collection. - getReferences() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all
MeasurementReference
s added to this collection. - getReflectedTemperature() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets a reflected temperature.
- getReflectedTemperature() - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Gets the object's reflected temperature for the
MeasurementShape
. - getRegionOfInterest() - Method in interface com.flir.thermalsdk.image.Colorizer
-
Get the region of interest (ROI) that is used to calculate the histogram in the Agc filter.
- getRegionOfInterest() - Method in class com.flir.thermalsdk.image.ImageColorizer
- getRegionOfInterest() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- getRelativeHumidity() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets a relative humidity in range (0.0 - 1.0).
- getRemoteControl() - Method in class com.flir.thermalsdk.live.Camera
-
Get camera remote controller.
- getRoll() - Method in class com.flir.thermalsdk.image.CompassInformation
-
The terminal's rotation in degrees around its own longitudinal axis, has to be in range of [-180, 180].
- getRssi() - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
- getSatellites() - Method in class com.flir.thermalsdk.image.GpsInformation
-
The satellites.
- getScale() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
Scale
for this image. - getScaleController() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera scale control interface.
- getScaleImage() - Method in interface com.flir.thermalsdk.image.Colorizer
-
Get render result produced by
Renderer.update()
the last time scale rendering was enabled (seeColorizer.setRenderScale(boolean)
) whenRenderer.update()
was called.
The "render result" is a temperature range/span image (or bitmap if you like) colorized accordingly to the current palette and fusion mode settings.
Note: If scale rendering was disabled during last call toRenderer.update()
, the result from this function may be out of sync with the result ofColorizer.getScaleRangeMin()
,Colorizer.getScaleRangeMax()
.
Note: For getting rendered image without scale, seeRenderer.getImage()
. - getScaleImage() - Method in class com.flir.thermalsdk.image.ImageColorizer
- getScaleImage() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- getScaleRangeMax() - Method in interface com.flir.thermalsdk.image.Colorizer
-
Get the max range of the scale when scale auto-adjust is set.
Note: Calling this function is only valid ifColorizer.isAutoScale()
was enabled at the time of the last render. - getScaleRangeMax() - Method in class com.flir.thermalsdk.image.ImageColorizer
- getScaleRangeMax() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- getScaleRangeMin() - Method in interface com.flir.thermalsdk.image.Colorizer
-
Get the min range of the scale when scale auto-adjust is set.
Note: Calling this function is only valid ifColorizer.isAutoScale()
was enabled at the time of the last render. - getScaleRangeMin() - Method in class com.flir.thermalsdk.image.ImageColorizer
- getScaleRangeMin() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- getSelectedIndex() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Get the selected frame number zero based index.
- getSensors() - Method in class com.flir.thermalsdk.meterlink.model.DataReading
-
Gets sensors list.
- getSettings() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Get the recorder settings.
- getSiValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
- getSiValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
- getSiValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
- getSiValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
- getSiValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- getSiValue(double) - Method in interface com.flir.thermalsdk.image.utils.UnitsConverter.UnitInterface
-
Converts value in units method is called for to value in SI units.
- getSiValue(double, String) - Static method in class com.flir.thermalsdk.image.utils.UnitsConverter
-
Converts unit to basic SI one.
- getSketch() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Get the sketch image.
- getSoundFormat() - Method in class com.flir.thermalsdk.image.VoiceAnnotation
-
Gets a sound format for the
VoiceAnnotation
. - getSpots() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets all
MeasurementSpot
s added to this collection. - getStart() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
-
Gets the start point of the line measurement tool.
- getState() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Get the recorder state.
- getStatistics() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets an
ImageStatistics
object providing the statistics for Thermal data. - getStorage() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the Storage interface to interact with camera storage (i.e.
- getStream() - Method in class com.flir.thermalsdk.image.VoiceAnnotation
-
Gets a
VoiceAnnotation
's data as anByteArrayInputStream
. - getStreams() - Method in class com.flir.thermalsdk.live.Camera
-
Get a list of available camera streams.
- getStride() - Method in interface com.flir.thermalsdk.image.ImageBuffer
-
Stride of the image's pixels.
- getStride() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- getSync() - Method in class com.flir.thermalsdk.live.remote.Property
-
Gets a property value synchronously (blocking).
- getSystem() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera system functions control interface.
- getTemperatureRange() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Get the camera temperature range control interface.
- getTemperatureUnit() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
TemperatureUnit
theThermalValue
s are in. - getTextAnnotations() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a COPY of text annotations associated with the image.
- getThermalFusion() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Get Thermal fusion settings.
- getThreshold() - Method in class com.flir.thermalsdk.image.isotherms.IsothermAbove
-
Gets the isotherm threshold.
- getThreshold() - Method in class com.flir.thermalsdk.image.isotherms.IsothermBelow
-
Gets the isotherm threshold.
- getThresholdTemperature() - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Get the calculated dew point temperature threshold.
- getThumbnail(ContentResolver, String) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Gets a thumbnail of a graphic file under a specified path.
- getTilt() - Method in class com.flir.thermalsdk.image.CompassInformation
-
Compass tilt in degrees, has to be in range of [0, 360].
- getTime() - Method in class com.flir.thermalsdk.meterlink.model.LogItem
-
Gets log recorded date and time represented as
LocalDateTime
object. - getTimeStamp() - Method in class com.flir.thermalsdk.image.GpsInformation
-
The time.
- getTimeZoneTakenOffset() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets the time zone offset from UTC (in minutes) where the image was taken.
- getTransferType(byte[]) - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
-
Gets a type of the BLE transfer type basing on the given input data.
- getTransformation() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Get a copy of fusion transformation object.
- getTransmission() - Method in class com.flir.thermalsdk.image.ImageParameters
-
Gets an atmospheric transmission.
- getType() - Method in class com.flir.thermalsdk.image.isotherms.Isotherm
-
Defines a type of the isotherm.
- getType() - Method in class com.flir.thermalsdk.image.isotherms.IsothermAbove
- getType() - Method in class com.flir.thermalsdk.image.isotherms.IsothermBelow
- getType() - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
- getType() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
- getType() - Method in class com.flir.thermalsdk.image.isotherms.IsothermInterval
- getType() - Method in exception com.flir.thermalsdk.meterlink.MeterlinkException
-
Gets a type of the exception as one of
MeterlinkExceptionType
. - getUnit() - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
- getUnit() - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
- getUnit() - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
- getUnit() - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
- getUnit() - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- getUnit() - Method in interface com.flir.thermalsdk.image.utils.UnitsConverter.UnitInterface
-
Gets the unit symbol.
- getUnit() - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Gets proper unit for the given channel value.
- getUnit() - Method in class com.flir.thermalsdk.meterlink.model.LogItem
-
Gets log unit.
- getUnit(TemperatureUnit) - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Gets proper unit for the given channel value.
- getUnitByName(String) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
- getUnitByName(String) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
- getUnitByName(String) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
- getUnitByName(String) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
- getUnitByName(String) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- getUnitByName(String) - Method in interface com.flir.thermalsdk.image.utils.UnitsConverter.UnitInterface
-
Gets the unit by provided name.
- getUpscale() - Method in class com.flir.thermalsdk.live.streaming.VividIrParameters
-
Vivid IR upscale method.
- getValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementReference
-
Get the thermal value (i.e.
- getValue() - Method in class com.flir.thermalsdk.image.measurements.MeasurementSpot
-
Gets the
ThermalValue
read by spot measurement tools. - getValue() - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Gets channel value.
- getValue() - Method in class com.flir.thermalsdk.meterlink.model.LogItem
-
Gets log value.
- getValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
- getValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
- getValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
- getValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
- getValue(double) - Method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- getValue(double) - Method in interface com.flir.thermalsdk.image.utils.UnitsConverter.UnitInterface
-
Converts SI value to value in units it is called for.
- getValue(TemperatureUnit) - Method in class com.flir.thermalsdk.meterlink.model.Channel
-
Gets channel value.
- getValueAt(Point) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a temperature value from a point(x,y) in the Thermal Image.
- getValues(Point[]) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets temperature values from a list of points(x,y) in the Thermal Image.
- getValues(Rectangle) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets temperature values from a rectangle in the Thermal Image.
- getVersion() - Static method in class com.flir.thermalsdk.androidsdk.ThermalSdkAndroid
-
Gets version of the FLIR Atlas Android SDK.
- getVisualOnly() - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Visual image is zoomed and fused with IR image.
- getVividIrParameters() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
-
Get parameters for the VividIR filter.
- getVoiceAnnotation() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Gets a
VoiceAnnotation
object associated with the image. - getWidth() - Method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
- getWidth() - Method in class com.flir.thermalsdk.image.Bitmap
- getWidth() - Method in class com.flir.thermalsdk.image.ImageBase
-
Get the width "raw IR pixels", as stored in the thermal image.
- getWidth() - Method in interface com.flir.thermalsdk.image.ImageBuffer
-
Width of the image's pixels.
- getWidth() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- getWidth() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
-
Gets the width of the area the rectangle measurement tool covers.
- getWidth() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Gets the width of the area the rectangle measurement tool covers.
- GFCI - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- GFCI_TRIP_CURR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- GFCI_TRIP_TIME - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- glEnableMsx(boolean) - Method in class com.flir.thermalsdk.live.Camera
-
Enable or disable MSX mode while rendering to GL surface.
- glGetRegionOfInterest() - Method in class com.flir.thermalsdk.live.Camera
-
Get the region of interest (ROI) that is used to calculate the histogram in the Agc filter.
- glGetScaleRange() - Method in class com.flir.thermalsdk.live.Camera
-
Allows to read current auto Scale range.
- glOnDrawFrame() - Method in class com.flir.thermalsdk.live.Camera
-
Renders the frame to GL surface.
- glOnSurfaceChanged(int, int) - Method in class com.flir.thermalsdk.live.Camera
-
When a GL surface for rendering changes size this should be called to ensure proper viewport.
- glRenderScale() - Method in class com.flir.thermalsdk.live.Camera
-
Allows to render Scale image.
- glScaleAutoAdjust(boolean) - Method in class com.flir.thermalsdk.live.Camera
-
Enable or disable Scale auto adjust while rendering to GL surface.
- glSetPalette(Palette) - Method in class com.flir.thermalsdk.live.Camera
-
Helper function to set a palette for the stream running with GL pipeline.
- glSetRegionOfInterest(Rectangle) - Method in class com.flir.thermalsdk.live.Camera
-
Set the region of interest (ROI) that is used to calculate the histogram in the Agc filter.
- glSetupPipeline(Stream, boolean) - Method in class com.flir.thermalsdk.live.Camera
-
Setup a GL pipeline with a specified Stream.
- glSetViewport(int, int, int, int) - Method in class com.flir.thermalsdk.live.Camera
-
Set the viewport where the resulting image should end up on the screen.
This can be a subset of the screen coordinates or can even be outside of the screen to discard parts of the image.
Also be aware that if fusion is enabled the visual image will be scaled up/down to the size of the viewport and will keep aspect ratio when doing so.
See glViewport. - glTeardownPipeline() - Method in class com.flir.thermalsdk.live.Camera
-
Close the pipeline and release all used resources.
- glWithThermalImage(Consumer<ThermalImage>) - Method in class com.flir.thermalsdk.live.Camera
-
This method ensures a thread-safe access to the received
ThermalImage
. - GpsInformation - Class in com.flir.thermalsdk.image
-
Defines a GPS information like latitude, longitude, etc..
- GpsInformation(double, double) - Constructor for class com.flir.thermalsdk.image.GpsInformation
-
Creates a new instance of GPS information definition.
- GpsInformation(double, double, float, String, String, GpsInformation.AltitudeReference, float, String, String, Date) - Constructor for class com.flir.thermalsdk.image.GpsInformation
-
Creates a new instance of GPS information definition.
- GpsInformation.AltitudeReference - Enum Class in com.flir.thermalsdk.image
-
Indicates the altitude used as the reference altitude in the GPS information/data.
- GRAINS_PER_POUND - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
- GRAMS_PER_KILOGRAM - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
- GRAY - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
- GREEN - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
- GROUND_IMP - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- GROUP - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
H
- hardwareInfo - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- HARMONIC_LEV - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- HARMONIC_THD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- hasFlirOnePermission(Identity, Context) - Static method in class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler
-
Verify that the application has permission to access the USB device e.g a FLIR ONE A FLIR ONE emulator identity will return true
- hashCode() - Method in class com.flir.thermalsdk.ErrorCode
- hashCode() - Method in class com.flir.thermalsdk.image.AdeSettings
- hashCode() - Method in class com.flir.thermalsdk.image.CameraInformation
- hashCode() - Method in class com.flir.thermalsdk.image.Circle
- hashCode() - Method in class com.flir.thermalsdk.image.CompassInformation
- hashCode() - Method in class com.flir.thermalsdk.image.DdeSettings
- hashCode() - Method in class com.flir.thermalsdk.image.EntropySettings
- hashCode() - Method in class com.flir.thermalsdk.image.FsxSettings
- hashCode() - Method in class com.flir.thermalsdk.image.GpsInformation
- hashCode() - Method in class com.flir.thermalsdk.image.HistogramEqualizationSettings
- hashCode() - Method in class com.flir.thermalsdk.image.ImageParameters
- hashCode() - Method in class com.flir.thermalsdk.image.ImageStatistics
- hashCode() - Method in class com.flir.thermalsdk.image.isotherms.CustomColor
- hashCode() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- hashCode() - Method in class com.flir.thermalsdk.image.Line
- hashCode() - Method in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
- hashCode() - Method in class com.flir.thermalsdk.image.Point
- hashCode() - Method in class com.flir.thermalsdk.image.Rectangle
- hashCode() - Method in class com.flir.thermalsdk.image.SignalLinearSettings
- hashCode() - Method in class com.flir.thermalsdk.image.TemperatureLinearSettings
- hashCode() - Method in class com.flir.thermalsdk.image.ThermalDelta
- hashCode() - Method in class com.flir.thermalsdk.image.ThermalValue
- hashCode() - Method in class com.flir.thermalsdk.live.AdapterInfo
- hashCode() - Method in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- hashCode() - Method in class com.flir.thermalsdk.live.CameraInformation
- hashCode() - Method in class com.flir.thermalsdk.live.Identity
- hashCode() - Method in class com.flir.thermalsdk.live.importing.FileInfo
- hashCode() - Method in class com.flir.thermalsdk.live.importing.FileReference
- hashCode() - Method in class com.flir.thermalsdk.live.importing.FolderInfo
- hashCode() - Method in class com.flir.thermalsdk.live.importing.FolderReference
- hashCode() - Method in class com.flir.thermalsdk.live.IpSettings
- hashCode() - Method in class com.flir.thermalsdk.live.remote.LocalDateTime
- hashCode() - Method in class com.flir.thermalsdk.live.WirelessCameraDetails
- hashCode() - Method in class com.flir.thermalsdk.meterlink.model.Channel
- hashCode() - Method in class com.flir.thermalsdk.meterlink.model.DeviceInfo
- hashCode() - Method in class com.flir.thermalsdk.meterlink.model.SensorPoll
- hashCode() - Method in class com.flir.thermalsdk.utils.Pair
-
Compute a hash code using the hash codes of the underlying objects
- hasVoiceAnnotation() - Method in class com.flir.thermalsdk.image.ThermalImage
-
Checks whether this
ThermalImageFile
contains a validVoiceAnnotation
object. - headRoom - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Headroom for details at dynamic range extremes.
- height - Variable in class com.flir.thermalsdk.image.JavaImageBuffer
-
Height of the image's pixels.
- height - Variable in class com.flir.thermalsdk.image.measurements.AreaDimensions
-
Height dimension value - only applicable for rectangle (evaluates to 0.0 for other types).
- height - Variable in class com.flir.thermalsdk.image.Rectangle
-
The height of the Rectangle.
- height - Variable in class com.flir.thermalsdk.live.CameraInformation
- height(int) - Method in class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- height(int) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- hexToByte(String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Parses hex String into byte array.
- hide() - Method in class com.flir.thermalsdk.live.remote.Overlay
-
Control whether camera should hide it's whole GUI/overlay - i.e.
- HIGH - Enum constant in enum class com.flir.thermalsdk.image.quantification.WindSpeed
-
High wind speed.
- highLimit - Variable in class com.flir.thermalsdk.image.AdeSettings
-
High part of the histogram that is discarded.
- HISTOGRAM_EQUALIZATION - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.The colors are evenly distributed over the existing temperatures of the image and enhance the contrast.
- HistogramEqualizationSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the plateau histogram equalization mode.
The colors are evenly distributed over the existing temperatures of the image and enhance the contrast. - HistogramEqualizationSettings() - Constructor for class com.flir.thermalsdk.image.HistogramEqualizationSettings
- HOLD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Measuring device are in HOLD.
- HORIZONTAL - Enum constant in enum class com.flir.thermalsdk.image.FlipType
-
Flip against the horizontal axis (i.e.
- HORIZONTAL - Enum constant in enum class com.flir.thermalsdk.image.Line.LineOrientation
- horizontalFoV - Variable in class com.flir.thermalsdk.image.CameraInformation
-
Horizontal field of view in degrees.
- hostTarget - Variable in class com.flir.thermalsdk.live.IpSettings
-
Target host
- hostTarget(String) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- HOT_IMP - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- hotSpot - Variable in class com.flir.thermalsdk.image.ImageStatistics
-
Gets the X,Y coordinate to the pixel with the highest measured temperature.
- hotSpotPosition() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Get a position of the hottest spot inside the given active measurement tool.
- hotSpotPosition() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Get a position of the hottest spot inside the given active measurement tool.
- hotSpotPosition() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Get a position of the hottest spot inside the given active measurement tool.
- hotSpotValue() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Defines a temperature value of the hottest spot inside the given active measurement tool.
- hotSpotValue() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Defines a temperature value of the hottest spot inside the given active measurement tool.
- hotSpotValue() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Defines a temperature value of the hottest spot inside the given active measurement tool.
- hour - Variable in class com.flir.thermalsdk.live.remote.LocalDateTime
-
A number from 0 to 23.
- hpBlendingAmount - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Amount of the high pass filter that should be used.
- HUMIDITY - Enum constant in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Corresponding to
IsothermHumidity
. - hwModule - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- hwType - Variable in class com.flir.thermalsdk.live.CameraInformation
- hwType(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
I
- i(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints an INFO message on the LogCat.
- Identity - Class in com.flir.thermalsdk.live
-
Class describing a discovered FLIR camera.
The Identity object can be used to connect to a FLIR camera. - Identity(CommunicationInterface, CameraType, String, IpSettings) - Constructor for class com.flir.thermalsdk.live.Identity
- ILLUMINANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
lux
- IMAGE - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
- IMAGE_BASE - Enum constant in enum class com.flir.thermalsdk.live.importing.Location
-
Base folder for images (e.g.
- ImageBase - Class in com.flir.thermalsdk.image
-
A base definition for all FLIR images.
- ImageBuffer - Interface in com.flir.thermalsdk.image
-
A buffer interface for obtaining image data.
- ImageBuffer.Format - Enum Class in com.flir.thermalsdk.image
-
Supported pixel formats of the buffer.
- ImageColorizer - Class in com.flir.thermalsdk.image
-
Renders still thermal images.
- ImageColorizer(ThermalImage) - Constructor for class com.flir.thermalsdk.image.ImageColorizer
-
Create a colorizer for still images.
- ImageFactory - Class in com.flir.thermalsdk.image
-
A factory used to create thermal or visual images instances based on provided path or URI.
- ImageParameters - Class in com.flir.thermalsdk.image
-
Defines the parameters of an environment, where the
ThermalImage
was taken. - ImageReceivedListener - Interface in com.flir.thermalsdk.live.streaming
-
Base interface for subscribing to
Camera
streaming. - ImageStatistics - Class in com.flir.thermalsdk.image
-
Provides statistics for Thermal data for the
ThermalImage
. - IMPEDANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
ohm
- Importer - Interface in com.flir.thermalsdk.live.importing
-
Interface allowing to initialize and perform import from
Camera
(list and import images). - ImporterFactory - Class in com.flir.thermalsdk.live.importing
-
Helper singleton to create Importer objects.
- ImporterFactory.ImporterCreator - Interface in com.flir.thermalsdk.live.importing
-
Interface used to define a creator for
Importer
object. - importFile(FileReference, OnReceived<byte[]>, OnError, ProgressCallback) - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Import (download) a file into memory.
- importFile(FileReference, String, CollisionOption, OnCompletion, OnError, ProgressCallback) - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Import (download) a file to local drive.
- importFiles(List<FileReference>, String, CollisionOption, OnFileCompletion, OnFileError, ProgressCallback) - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Import (download) a list of files to local drive.
- index - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Index of value for a multi sensor-reading packet. Only available for protocolVersion>=2, otherwise it's null
- indoorAirTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Optional for
IsothermType.INSULATION
. - INDUCTANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
henry
- info(String, String) - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- INFO - Enum constant in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Defines ERROR & WARNING & INFO messages logging.
- init(Context) - Static method in class com.flir.thermalsdk.androidsdk.ThermalSdkAndroid
-
Initialization of Android SDK. - init(Context, ThermalLog.LogLevel) - Static method in class com.flir.thermalsdk.androidsdk.ThermalSdkAndroid
-
Initialization of Android SDK. - init(Context, ThermalLog.LogLevel, Boolean, Boolean) - Static method in class com.flir.thermalsdk.androidsdk.ThermalSdkAndroid
-
Initialization of Android SDK. - INSULATION - Enum constant in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Corresponding to
IsothermInsulation
. - insulationFactor(Float) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Optional for
IsothermType.INSULATION
. - INTEGRATED - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Built-in IR camera.
- INTERFACE_NOT_SUPPORTED - Enum constant in enum class com.flir.thermalsdk.live.discovery.DiscoveryErrorCode
- Internal - Annotation Interface in com.flir.thermalsdk.utils
-
Annotation used to mark that the function/class is used internally (by another module, class), but we don't want to expose it publicly.
- INTERNAL - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Measurement is internal.
- INTERNAL_ERROR - Enum constant in enum class com.flir.thermalsdk.live.discovery.DiscoveryErrorCode
- INTERVAL - Enum constant in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Corresponding to
IsothermInterval
. - intervalHigh(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Mandatory for
IsothermType.INTERVAL
. - intervalLow(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Mandatory for
IsothermType.INTERVAL
. - INVALID - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is invalid.
- INVALID - Enum constant in enum class com.flir.thermalsdk.image.VoiceAnnotationFormat
-
Invalid format - probably voice annotation is unreadable.
- INVALID - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates that the *last* NUC (Non-Uniform Calibration) is invalid.
- INVALID - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Represents an invalid shutter state.
- INVALID - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- INVALID - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Invalid value.
- INVALID - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Invalid value.
- INVALID - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
INVALID
- INVALID_IDENTITY - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener.ErrorType
-
If the device was unplugged or powered off (i.e.
- INVALID_NETWORK - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
- inverted - Variable in class com.flir.thermalsdk.image.Palette
-
The flag determining if the palette is inverted.
- ipAddress - Variable in class com.flir.thermalsdk.live.AdapterInfo
-
The adapter IP address i.e.
- ipAddress - Variable in class com.flir.thermalsdk.live.IpSettings
-
The IP address i.e.
- ipAddress - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
The IP address of the F1 wireless camera i.e.
- ipAddress(String) - Method in class com.flir.thermalsdk.live.AdapterInfo.Builder
- ipAddress(String) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- ipAddress(String) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
The IP address of the F1 wireless camera i.e.
- ipSettings - Variable in class com.flir.thermalsdk.live.Identity
-
Stores the IP settings of a discovered camera.
- IpSettings - Class in com.flir.thermalsdk.live
-
Stores the IP settings of a discovered camera.
- IpSettings.Builder - Class in com.flir.thermalsdk.live
- IR - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.ChannelType
- IR - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.FusionSpanLevel
- IR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is IR reflected temp.
- IRRADIANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- isActive - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
True if value is active, otherwise false.
- isAutoAdjustEnabled() - Method in class com.flir.thermalsdk.image.Scale
-
Deprecated.Use
ImageColorizer.isAutoScale()
instead. - isAutoPowerOff - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
True if auto power off feature is turned on, otherwise false.
- isAutoScale() - Method in interface com.flir.thermalsdk.image.Colorizer
-
Gets if new rendered images will have scale (temperature range/span) automatically adjusted based on the min and max values in the image.
Note: auto-adjusted scale is disabled by default - isAutoScale() - Method in class com.flir.thermalsdk.image.ImageColorizer
- isAutoScale() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- isAvailable() - Method in class com.flir.thermalsdk.live.remote.Command
-
Check if this command is available.
- isAvailable() - Method in class com.flir.thermalsdk.live.remote.Command1Arg
-
Check if this command is available.
- isAvailable() - Method in class com.flir.thermalsdk.live.remote.Command2Args
-
Check if this command is available.
- isAvailable() - Method in class com.flir.thermalsdk.live.remote.Property
-
Check if this property is available.
- isBatteryLow - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
True if battery in device is low, otherwise false.
- isBleDevice() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
- isBleDevice() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
- isBleDevice() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Checks whether the Meterlink is a Bluetooth Low Energy (BLE) device.
- isBluetoothEnabled() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
Checks whether Bluetooth is enabled.
- isComplete() - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Check whether the builder object has all required fields.
- isConnected() - Method in class com.flir.thermalsdk.live.Camera
-
Get the connection status.
- isConnected() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Checks whether the Meterlink is connected with our device.
- isConnecting() - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Checks whether the Meterlink is connecting with our device.
- isDhcpEnabled - Variable in class com.flir.thermalsdk.live.IpSettings
-
DHCP setting
- isDhcpEnabled(boolean) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- isDifference - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
True if value is difference, otherwise false.
- isDirectory - Variable in class com.flir.thermalsdk.live.importing.FileInfo
-
True if this file object represents a directory, false otherwise.
- isDiscovering() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
Checks whether discovery is in progress.
- isDiscovering() - Method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- isDiscovering(CommunicationInterface) - Method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- isEnabled - Variable in class com.flir.thermalsdk.live.recorder.FrameIntervalTimeSettings
- isEnabled - Variable in class com.flir.thermalsdk.live.recorder.PreRecordingSettings
- isEnabled() - Method in class com.flir.thermalsdk.androidsdk.meterlink.BluetoothAdapterAndroid
- isEnabled() - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothAdapter
- isError() - Method in class com.flir.thermalsdk.ErrorCode
-
Informs if this
ErrorCode
is holding any actual error. - isFlirOne(Identity) - Static method in class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler
-
Check if it's a real FLIR ONE, emulators will return FALSE
- isGrabbing() - Method in class com.flir.thermalsdk.live.Camera
-
Deprecated.Use
Camera.getStreams()
andStream.isStreaming()
instead. - isHorizontal() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
-
Checks, if the line measurement tool is horizontal.
- ISO - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Isotherm coloring or coverage depending on function
- Isotherm - Class in com.flir.thermalsdk.image.isotherms
-
This class represents an Isotherm object.
- Isotherm() - Constructor for class com.flir.thermalsdk.image.isotherms.Isotherm
- Isotherm.Builder - Class in com.flir.thermalsdk.image.isotherms
-
Builder for
Isotherm.IsothermHolder
. - Isotherm.IsothermHolder - Class in com.flir.thermalsdk.image.isotherms
-
Temporary object used to hold the information about the isotherm prior to adding it to the collection.
- IsothermAbove - Class in com.flir.thermalsdk.image.isotherms
-
IsothermAbove is colorizing pixels above a threshold.
- IsothermAbove() - Constructor for class com.flir.thermalsdk.image.isotherms.IsothermAbove
- IsothermBelow - Class in com.flir.thermalsdk.image.isotherms
-
IsothermBelow is colorizing pixels below a threshold.
- IsothermBelow() - Constructor for class com.flir.thermalsdk.image.isotherms.IsothermBelow
- IsothermCollection - Class in com.flir.thermalsdk.image.isotherms
-
This class represents a collection of isotherms.
- IsothermCollection() - Constructor for class com.flir.thermalsdk.image.isotherms.IsothermCollection
- IsothermHumidity - Class in com.flir.thermalsdk.image.isotherms
-
The humidity isotherm can detect areas where there is a risk of mold growing, or where there is a risk of the humidity falling out as liquid water (i.e.
- IsothermHumidity() - Constructor for class com.flir.thermalsdk.image.isotherms.IsothermHumidity
- IsothermInsulation - Class in com.flir.thermalsdk.image.isotherms
-
The insulation isotherm can detect areas where there may be an insulation deficiency in the building.
- IsothermInsulation() - Constructor for class com.flir.thermalsdk.image.isotherms.IsothermInsulation
- IsothermInterval - Class in com.flir.thermalsdk.image.isotherms
-
IsothermInterval is colorizing pixels inside a range.
- IsothermInterval() - Constructor for class com.flir.thermalsdk.image.isotherms.IsothermInterval
- IsothermType - Enum Class in com.flir.thermalsdk.image.isotherms
-
The enumeration for an isotherm type.
- isRecursive(ListFlag...) - Static method in enum class com.flir.thermalsdk.live.importing.ListFlag
-
Deprecated.Helper to check if RECURSIVE flag is set.
- isRenderScale() - Method in interface com.flir.thermalsdk.image.Colorizer
-
Gets whether or not scale (temperature range/span image) should be rendered when rendering a new image.
This setting corresponds toColorizer.getScaleImage()
in the way that when this option is disabled theColorizer.getScaleImage()
will return null.
Note: Scale rendering is disabled by default for performance reasons. - isRenderScale() - Method in class com.flir.thermalsdk.image.ImageColorizer
- isRenderScale() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- isSecondTriggerPressed - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
True if second button (if exists), otherwise false.
- isSequenceFile(String) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Check whether the provided file name is a valid sequence (.csq or .seq) file.
- isShowHidden(ListFlag...) - Static method in enum class com.flir.thermalsdk.live.importing.ListFlag
-
Deprecated.Helper to check if SHOW_HIDDEN flag is set.
- isStreaming() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Check if the stream is in frame grabbing state.
- isSystemUp() - Method in class com.flir.thermalsdk.live.remote.System
-
Check if camera startup procedure is done, in particular all start-up processes are up and running.
- isTemporaryStreamError(ErrorCode) - Static method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
-
This exception may occur when live streaming from the camera when using
ThermalStreamer.update()
. - isThermal() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Check if a stream is thermal (contains radiometric/measurable pixels).
- isThermalImage(byte[]) - Static method in class com.flir.thermalsdk.image.ThermalImageFile
-
Check if the given byte array contains thermal data.
- isThermalImage(String) - Static method in class com.flir.thermalsdk.image.ThermalImageFile
-
Check if the file contains thermal data.
- isThermalImageFile(String) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Check whether the provided file name is a valid thermal image (.jpg) file.
- isTriggerPressed - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
True if trigger pressed, otherwise false.
- isValid - Variable in class com.flir.thermalsdk.live.IpSettings
-
Tell if the IP settings are valid or not, if they are invalid you might not be able to connect to the camera
- isValid() - Method in class com.flir.thermalsdk.image.GpsInformation
-
A value indicating whether this GPS information is valid.
- isValid(boolean) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- isValueValid - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
True if value is valid, otherwise false.
- isVertical() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
-
Checks, if the line measurement tool is vertical.
- isWireless - Variable in class com.flir.thermalsdk.live.AdapterInfo
-
Adapter WiFi
- isWireless(boolean) - Method in class com.flir.thermalsdk.live.AdapterInfo.Builder
J
- JavaImageBuffer - Class in com.flir.thermalsdk.image
-
Provides a buffer for holding image data.
- JavaImageBuffer.Builder - Class in com.flir.thermalsdk.image
- Jni - Annotation Interface in com.flir.thermalsdk.utils
-
Annotation used to mark that the function/field/class is used only by JNI layer.
- JPEG - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterFileType
-
Image file transfer.
- JSON - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor.LogFormat
K
- K - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is thermocouple type K temp.
- KELVIN - Enum constant in enum class com.flir.thermalsdk.image.TemperatureUnit
-
Units in Kelvin.
- KELVIN - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
- KILOGRAMS - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
L
- LASER - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.CalculationMethod
-
Calculation based on laser distance measurement.
- laserOn() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Control camera's laser meter.
- last() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Move to the last image in the sequence, if not already selected.
- LAST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- LAST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Not used.
- LAST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Not used.
- LAST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
LAST
- lastStoredImage() - Method in class com.flir.thermalsdk.live.remote.Storage
-
Get the latest image that was stored in the camera.
- LATENCY_HIGH - Enum constant in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Latency
-
Use a latency of 2 frames for denoise filter.
- LATENCY_LOW - Enum constant in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Latency
-
Use a latency of 0 frames for denoise filter (fastest).
- LATITUDE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- leakType - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
Type of gas leak.
- length - Variable in class com.flir.thermalsdk.image.measurements.AreaDimensions
-
Length dimension value - only applicable for line (evaluates to 0.0 for other types).
- lens - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The camera's lens information.
- lensInfo - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- lensSerialNumber - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The lens serial number
- level - Variable in class com.flir.thermalsdk.image.fusion.Blending
-
The blending level between thermal and visual image.
- LIGHTNING - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
NOT SUPPORTED.
- Line - Class in com.flir.thermalsdk.image
-
Represents a line as a coordinate and orientation pair.
- Line(int, Line.LineOrientation) - Constructor for class com.flir.thermalsdk.image.Line
-
Create a Line.
- Line.LineOrientation - Enum Class in com.flir.thermalsdk.image
-
Defines a line orientation in 2D environment.
- linearMix - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Linear portion used for mapping the colors.
- linearPercent - Variable in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
-
Increasing values of Linear Percent more accurately preserves the visual representation of an object.
- lines() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Get a list of all active line measurement tools on the camera.
- LINKED_Y - Enum constant in enum class com.flir.thermalsdk.image.isotherms.BlendingMode
-
Link several isotherms by their Y value (in YCbCr).
- listFilesUnderDir(String) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Lists local JPG and CSQ/SEQ files names under specified directory.
- listFilesUnderDir(String, AndroidFilesUtil.ListSortFlag) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Lists local JPG and CSQ/SEQ files names under specified directory.
- ListFlag - Enum Class in com.flir.thermalsdk.live.importing
-
Deprecated.
- listImages(FolderReference) - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Get a list of images from the camera Important: this call is blocking and should be run on a separate thread.
- listImages(FolderReference, ListFlag...) - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Deprecated.
- listWorkfolders() - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Get all the image folders from the camera, "workfolders" reference the user created directories where take images are stored eg "100_FLIR" , "MY_IMAGES" Important: this call is blocking and should be run on a separate thread.
- listWorkfolders(FolderReference, ListFlag...) - Method in interface com.flir.thermalsdk.live.importing.Importer
-
Deprecated.
- LocalDateTime - Class in com.flir.thermalsdk.live.remote
-
A wrapper for a local date and time.
- Location - Enum Class in com.flir.thermalsdk.live.importing
-
Describes different possible file locations in the cameras filesystem.
- LOG - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
- LOG - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterFileType
-
Log file transfer.
- logEnabled() - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Checks whether library has logging enabled
- logEnabled() - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- LogItem - Class in com.flir.thermalsdk.meterlink.model
-
Defines a single log item from a
DataReading
. - LONGITUDE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- lowLimit - Variable in class com.flir.thermalsdk.image.AdeSettings
-
Low part of the histogram that is discarded.
- LUM_FLUX - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
luminous flux - lumen
- LUM_INTENSITY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
lumen
M
- MA20 - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- macAddress - Variable in class com.flir.thermalsdk.live.AdapterInfo
-
Adapter MAC address
- macAddress - Variable in class com.flir.thermalsdk.live.IpSettings
-
MAC address
- macAddress(String) - Method in class com.flir.thermalsdk.live.AdapterInfo.Builder
- macAddress(String) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- MAG_FIELD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
magnetic field - tesla
- MAG_FLUX - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
magnetic flux - weber
- MAGENTA - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
- MANAGED_CHARGING - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that the battery is charging from external power.
- MANAGED_CHARGING_ONLY - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that the device is in charge-only mode
- MANOMETER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- markersActive() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Defines if the hot and cold spot markers are active and visible inside the given active measurement tool.
- markersActive() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Defines if the hot and cold spot markers are active and visible inside the given active measurement tool.
- markersActive() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Defines if the hot and cold spot markers are active and visible inside the given active measurement tool.
- mask - Variable in class com.flir.thermalsdk.live.AdapterInfo
-
Adapter subnet mask address i.e.
- mask(String) - Method in class com.flir.thermalsdk.live.AdapterInfo.Builder
- MASS - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
kg
- MASS_MASS_FRAC - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
mass per mass fraction
- MASS_VOL_FRAC - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
mass per volt fraction
- max - Variable in class com.flir.thermalsdk.image.fusion.ThermalFusion
-
The maximum blending level between thermal and visual image.
- max - Variable in class com.flir.thermalsdk.image.ImageStatistics
-
Gets calculated Maximum temperature value.
- max() - Method in class com.flir.thermalsdk.live.remote.ScaleController
-
Max scale/span temperature value reported by a remote camera.
- MAX - Enum constant in enum class com.flir.thermalsdk.image.measurements.DeltaMemberValueType
-
Max marker value for the specified member type.
- MAX - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Maximum temperature/signal, e.g a area max value.
- MAX - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Maximum value.
- MAX_DEPR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
(Deprecated) This was actually peak max, moved to SensorMeasureInfo::PEAKMAX.
- maxFramesInCircularBuffer - Variable in class com.flir.thermalsdk.live.recorder.RecorderSettings
-
Maximum frames in the recording buffer.
- maxFramesPreRecording - Variable in class com.flir.thermalsdk.live.recorder.PreRecordingSettings
- maxGain - Variable in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
-
Limits the maximum slope of the mapping function.
- MAXPOS - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Position of maximum temperature.
- MEAN - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Mean value.
- measure - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Measure information (SensorMeasureInfo::INVALID if unknown).
- MeasurementCalcMask - Enum Class in com.flir.thermalsdk.live.remote
-
Calculation mask for measurement area.
- MeasurementCircle - Class in com.flir.thermalsdk.image.measurements
-
Defines the circle measurement tool shape.
- MeasurementDelta - Class in com.flir.thermalsdk.image.measurements
-
MeasurementDelta measurement type.
- MeasurementDelta() - Constructor for class com.flir.thermalsdk.image.measurements.MeasurementDelta
- MeasurementException - Exception in com.flir.thermalsdk.image.measurements
-
A class defining the
Exception
, which can occur when adding newMeasurementShape
to theMeasurementShapeCollection
. - MeasurementException(String) - Constructor for exception com.flir.thermalsdk.image.measurements.MeasurementException
-
Creates a new
Exception
. - MeasurementLine - Class in com.flir.thermalsdk.image.measurements
-
Defines a line measurement tool shape.
- MeasurementParameters - Class in com.flir.thermalsdk.image.measurements
-
Defines a common set of measurement parameters.
- MeasurementRectangle - Class in com.flir.thermalsdk.image.measurements
-
Defines measurement rectangle shape.
- MeasurementReference - Class in com.flir.thermalsdk.image.measurements
-
MeasurementReference measurement type.
- MeasurementReference() - Constructor for class com.flir.thermalsdk.image.measurements.MeasurementReference
- MeasurementsController - Class in com.flir.thermalsdk.live.remote
-
Camera measurement tools control and monitoring interface.
- MeasurementShape - Class in com.flir.thermalsdk.image.measurements
-
A base class for all measurement shape tools.
- MeasurementShapeCollection - Class in com.flir.thermalsdk.image.measurements
-
Container for a different type of
MeasurementShape
s. - MeasurementShapeMovable - Class in com.flir.thermalsdk.image.measurements
-
A base class for all movable measurement shape tools.
- MeasurementSpot - Class in com.flir.thermalsdk.image.measurements
-
Defines a measurement spot/point tool.
- MEDIAN - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Median temperature/signal.
- MEDIAN - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Median value.
- METER - Enum constant in enum class com.flir.thermalsdk.image.DistanceUnit
-
The metre or meter is the fundamental unit of length in the International System of Units.
- MeterFileType - Enum Class in com.flir.thermalsdk.meterlink.model
-
Defines a file types for download progress from a Meterlink device.
- MeterlinkBleTransferType - Enum Class in com.flir.thermalsdk.meterlink
-
Defines a BLE transfer type.
- MeterlinkDeviceBluetoothLe - Class in com.flir.thermalsdk.androidsdk.meterlink
-
A class representing a Meterlink device discovered as a BLE (Bluetooth Low Energy/Bluetooth Smart) device.
- MeterlinkDeviceBluetoothLe(Parcel) - Constructor for class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
-
Parcel constructor.
- MeterlinkDeviceClassicBluetooth - Class in com.flir.thermalsdk.androidsdk.meterlink
-
A class representing a Meterlink device discovered as a classic Bluetooth device.
- MeterlinkDeviceClassicBluetooth(Parcel) - Constructor for class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
-
Parcel constructor.
- MeterlinkException - Exception in com.flir.thermalsdk.meterlink
-
A class representing a Meterlink exception.
- MeterlinkException(MeterlinkExceptionType) - Constructor for exception com.flir.thermalsdk.meterlink.MeterlinkException
-
Basic constructor.
- MeterlinkException(MeterlinkExceptionType, String) - Constructor for exception com.flir.thermalsdk.meterlink.MeterlinkException
-
Basic constructor with a message.
- MeterlinkExceptionType - Enum Class in com.flir.thermalsdk.meterlink
-
Defines possible Meterlink errors that may occur during discovery process.
- MeterlinkImageProcessor - Class in com.flir.thermalsdk.meterlink
-
Helper for processing Meterlink JPEG image.
- MeterlinkImageProcessor() - Constructor for class com.flir.thermalsdk.meterlink.MeterlinkImageProcessor
- MeterlinkImageProcessor.ProcessingResult - Class in com.flir.thermalsdk.meterlink
-
Wrapper for holding processing result.
- MeterlinkLogsProcessor - Class in com.flir.thermalsdk.meterlink
-
Helper for processing Meterlink logs.
- MeterlinkLogsProcessor() - Constructor for class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor
- MeterlinkLogsProcessor.LogFormat - Enum Class in com.flir.thermalsdk.meterlink
-
Defines a format in which the log file will be stored.
- MeterlinkManager - Class in com.flir.thermalsdk.androidsdk.meterlink
-
Class managing FLIR Meterlink discovery.
- MeterlinkManager(Context, OnMeterlinkDiscoveryEventListener, FlirBluetoothAdapter) - Constructor for class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
In order to use the MeterlinkManager you need to define the following permissions in the AndroidManifest.xml file:
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/> - MeterlinkManager.DiscoveryMode - Enum Class in com.flir.thermalsdk.androidsdk.meterlink
-
Defines a discovery mode.
- MeterlinkRawPacketListener - Interface in com.flir.thermalsdk.meterlink
-
Interface for listening on Meterlink raw byte data, which can be useful for debugging.
- METERS - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
- meterType - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
Type of a Meterlink.
- MeterType - Enum Class in com.flir.thermalsdk.meterlink.model
-
Defines a type of a Meterlink device.
- min - Variable in class com.flir.thermalsdk.image.fusion.ThermalFusion
-
The minimum blending level between thermal and visual image.
- min - Variable in class com.flir.thermalsdk.image.ImageStatistics
-
Gets calculated Minimum temperature value.
- min() - Method in class com.flir.thermalsdk.live.remote.ScaleController
-
Min scale/span temperature value reported by a remote camera.
- MIN - Enum constant in enum class com.flir.thermalsdk.image.measurements.DeltaMemberValueType
-
Min marker value for the specified member type.
- MIN - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Minimum temperature/signal.
- MIN - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Minimum value.
- MIN_DEPR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
(Deprecated) This was actually peak min, moved to SensorMeasureInfo::PEAKMIN.
- MINPOS - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Position of minimum temperature.
- minSpotSize() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
Defines the minimum number of pixels that a measured object must fill in order to achieve an accurate temperature calculation.
- minTemperatureSpan() - Method in class com.flir.thermalsdk.live.remote.RemoteControl
-
This is the minimum temperature span that we allow in manual image adjust mode (level/span).
- minute - Variable in class com.flir.thermalsdk.live.remote.LocalDateTime
-
A number from 0 to 59.
- MISSING_PERMISSION - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Missing necessary permissions for Bluetooth discovery.
- MISSING_PERMISSION - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
- mode() - Method in class com.flir.thermalsdk.live.remote.Focus
-
Defines if camera should use continuous or normal autofocus mode.
- model - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The camera's model information.
- modelName - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
Display name of a device, e.g.
- MOISTURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- MOMENTUM - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
kilogram meters/second (kg m/s)
- month - Variable in class com.flir.thermalsdk.live.remote.LocalDateTime
-
A number from 1 to 12, where 1 stands for January and 12 for December.
- moveTo(Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
-
Moves the shape to the desired position.
- moveTo(Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- moveTo(Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- moveTo(Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeMovable
-
Moves the shape to the desired position.
- moveTo(Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementSpot
- MP3 - Enum constant in enum class com.flir.thermalsdk.image.VoiceAnnotationFormat
-
Sound is stored with MP3 encoding applied.
- Msx - Class in com.flir.thermalsdk.image.fusion
-
Defines multi-spectral fusion image mode.
- MSX - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Thermal MSX (Multi Spectral Dynamic Imaging) mode displays an infrared image where the edges of the objects are enhanced with information from the visual image.
- MSX - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
The camera video in multi-spectral image mode.
- msxSupported() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines if camera supports MSX mode, if it doesn't support fusion modes.
N
- name - Variable in class com.flir.thermalsdk.image.Palette
-
The name of the palette displayed to the user.
- name - Variable in class com.flir.thermalsdk.live.AdapterInfo
-
Name of the adapter
- name - Variable in class com.flir.thermalsdk.live.CameraInformation
-
Camera model name
- name - Variable in class com.flir.thermalsdk.live.importing.FileInfo
-
The name of the file, without the path (like Unix's basename).
- name - Variable in class com.flir.thermalsdk.live.importing.FolderInfo
-
The name of the folder, without the path (like Unix's basename).
- name(String) - Method in class com.flir.thermalsdk.live.AdapterInfo.Builder
- name(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- NEAR - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.Distance
- negate() - Method in class com.flir.thermalsdk.image.Point
-
Create a new Point with negated x y, NB original point is NOT changed
- NETWORK - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Network adapter.
- NETWORK_DISCONNECTED - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
- NEUTRAL_GROUND - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- NEUTRAL_IMP - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- next() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Move to the next frame.
- NO_CHARGING - Enum constant in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Indicates that the battery is not charging because the camera is not connected to an external power supply.
- NO_IMPL - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
Not mapped so far.
- NO_NETWORK_CONNECTION_AVAILABLE - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
- NONE - Enum constant in enum class com.flir.thermalsdk.image.FlipType
-
No flip.
- NONE - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
The camera sends video in basic mode.
- NONE - Enum constant in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Defines no logging.
- NONE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
unitless New with Meterlink 2.1.
- NORMAL - Enum constant in enum class com.flir.thermalsdk.image.quantification.WindSpeed
-
Normal wind speed.
- NORMAL - Enum constant in enum class com.flir.thermalsdk.live.remote.Focus.AutoFocusMode
-
In normal focus mode, camera does not trigger automatic focus.
- NOT_READY - Enum constant in enum class com.flir.thermalsdk.live.remote.CameraState
- NotImplemented - Annotation Interface in com.flir.thermalsdk.utils
-
Annotation used to mark that the function/class is not fully implemented.
- nuc() - Method in class com.flir.thermalsdk.live.remote.Calibration
-
Process a one point NUC (Non-uniformity correction) with a black body method.
- NUC - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Represents the NUC state of the hardware shutter.
- nucInterval() - Method in class com.flir.thermalsdk.live.remote.Calibration
-
Define NUC (Non-Uniform Calibration) maximum interval between each automatic NUCs in seconds.
- nucState() - Method in class com.flir.thermalsdk.live.remote.Calibration
-
Get NUC (Non-Uniform Calibration) state.
O
- of(int, int, int, int, int) - Static method in class com.flir.thermalsdk.live.remote.LocalDateTime
-
Creates a
LocalDateTime
wrapper from the given date and time. - of(int, int, int, int, int, int) - Static method in class com.flir.thermalsdk.live.remote.LocalDateTime
-
Creates a
LocalDateTime
wrapper from the given date and time. - of(long) - Static method in class com.flir.thermalsdk.live.remote.LocalDateTime
-
Creates a
LocalDateTime
wrapper from the given milliseconds since Unix EPOCH. - OFF - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Represents the "device powered off" shutter state.
- offset(int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- offset(int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- offset(int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- offset(int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeMovable
-
Moves the shape by
offsetX
on X axis and byoffsetY
on Y axis. - offset(int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementSpot
- offset(int, int) - Method in class com.flir.thermalsdk.image.Point
-
Create a new Point with x y offset, NB original point is NOT changed
- OK - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
No error.
- OK - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
- OK - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is OK.
- ON - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Represents the "device powered on" state of the hardware shutter.
- onBleTransferInProgress(MeterlinkBleTransferType) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when BLE transfer is in progress (Meterlink 3.0 only).
- onCameraFound(DiscoveredCamera) - Method in interface com.flir.thermalsdk.live.discovery.DiscoveryEventListener
-
Called, when a new FLIR camera is found.
- onCameraFound(Identity) - Method in interface com.flir.thermalsdk.live.discovery.DiscoveryEventListener
-
Deprecated.
- onCameraLost(Identity) - Method in interface com.flir.thermalsdk.live.discovery.DiscoveryEventListener
-
Called, when a known FLIR camera is lost.
- onCompletion() - Method in interface com.flir.thermalsdk.live.importing.OnCompletion
-
Triggered when file import is completed.
- onCompletion() - Method in interface com.flir.thermalsdk.live.remote.OnCompletion
- OnCompletion - Interface in com.flir.thermalsdk.live.importing
-
Callback type for successful import/download of a single file.
- OnCompletion - Interface in com.flir.thermalsdk.live.remote
-
Callback type for successful remote commands.
- onConnectionError(MeterlinkException) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when some connection or transfer exception happens.
- onDataReceived(byte[]) - Method in interface com.flir.thermalsdk.live.connectivity.ChannelListener
- onDataReceived(SensorPoll) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when data from a Meterlink is received.
- onDisconnected(ErrorCode) - Method in interface com.flir.thermalsdk.live.connectivity.ConnectionStatusListener
- onDiscoveryError(ErrorCode) - Method in interface com.flir.thermalsdk.androidsdk.live.discovery.ble.BleSignalScanner.BleSignalListener
-
Called when an error has occurred during the BLE scanning.
- onDiscoveryError(CommunicationInterface, ErrorCode) - Method in interface com.flir.thermalsdk.live.discovery.DiscoveryEventListener
-
Called, when a error has occurred during the scanning.
- onDiscoveryFinished(CommunicationInterface) - Method in interface com.flir.thermalsdk.live.discovery.DiscoveryEventListener
-
This method is called, when discovery process has been finished externally (i.e.
- onError(ErrorCode) - Method in interface com.flir.thermalsdk.live.importing.OnError
-
Triggered when an error happens.
- OnError - Interface in com.flir.thermalsdk.live.importing
-
Callback type for error events.
- onFileCompletion(FileReference) - Method in interface com.flir.thermalsdk.live.importing.OnFileCompletion
-
Triggered when import of one of the files from import list is completed.
- OnFileCompletion - Interface in com.flir.thermalsdk.live.importing
-
Callback type for successful import/download of one of the files from an import list.
- onFileError(FileReference, ErrorCode) - Method in interface com.flir.thermalsdk.live.importing.OnFileError
-
Triggered when a file error happens.
- OnFileError - Interface in com.flir.thermalsdk.live.importing
-
Callback type for file error events.
- onImageReceived() - Method in interface com.flir.thermalsdk.live.streaming.ThermalImageStreamListener
-
Callback triggered when new
ThermalImage
data is ready. - onImageReceived(byte[]) - Method in interface com.flir.thermalsdk.live.streaming.ImageReceivedListener
-
Callback with the received data as byte array.
- onJpegImageReceived(byte[]) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when JPEG image from a Meterlink 3.0 is received.
- onLogReadingReceived(DataReading) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when log data from a Meterlink is received.
- onMeterlinkConnected(AbstractMeterlinkDevice) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when Meterlink is connected.
- onMeterlinkDeviceFound(AbstractMeterlinkDevice) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkDiscoveryEventListener
-
Triggered when a Meterlink device was found.
- onMeterlinkDisconnected(AbstractMeterlinkDevice) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
Triggered when Meterlink is disconnected.
- onMeterlinkDiscoveryError(MeterlinkException) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkDiscoveryEventListener
-
Triggered when Meterlink discovery fails with an error.
- OnMeterlinkDiscoveryEventListener - Interface in com.flir.thermalsdk.meterlink
-
The interface, which should be implemented by any class, that wants to receive notifications about Meterlink discovery events.
- onMeterlinkDiscoveryFinished() - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkDiscoveryEventListener
-
Triggered when Meterlink discovery ends.
- onMeterlinkDiscoveryStarted() - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkDiscoveryEventListener
-
Triggered when Meterlink discovery starts.
- OnMeterlinkTransferEventListener - Interface in com.flir.thermalsdk.meterlink
-
The interface, which should be implemented by any class, that wants to receive notifications about Meterlink connection and data transfer events.
- onPacketReceived(byte[]) - Method in interface com.flir.thermalsdk.meterlink.MeterlinkRawPacketListener
-
Triggered when a packet from a Meterlink device is received.
- onProgress(MeterFileType, int, int) - Method in interface com.flir.thermalsdk.meterlink.OnMeterlinkTransferEventListener
-
File transfer progress callback function.
- onReceived(T) - Method in interface com.flir.thermalsdk.live.importing.OnReceived
-
Triggered when file data is received.
- onReceived(T) - Method in interface com.flir.thermalsdk.live.remote.OnReceived
- OnReceived<T> - Interface in com.flir.thermalsdk.live.importing
-
Callback type for successful file import.
- OnReceived<T> - Interface in com.flir.thermalsdk.live.remote
-
Callback type for successfully read property.
- onRemoteError(ErrorCode) - Method in interface com.flir.thermalsdk.live.remote.OnRemoteError
- OnRemoteError - Interface in com.flir.thermalsdk.live.remote
-
Callback type for remote error events.
- onRequestPermissionsResult(int, String[], int[]) - Method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Handles the information from a request Permission dialog, usually to be called by the associated PermissionHandler Activity eg:
Activity:onRequestPermissionsResult(...) { permissionHandler.onRequestPermissionsResult(...); } - onSignalReceived(SignalStrength) - Method in interface com.flir.thermalsdk.androidsdk.live.discovery.ble.BleSignalScanner.BleSignalListener
-
Called when signal strength event is received from a connected camera.
- onVisualDataReceived(int, int, int, int, ByteBuffer, int, int, ByteBuffer, int, int, ByteBuffer, long) - Method in interface com.flir.thermalsdk.live.connectivity.VisualChannelListener
-
Called when visual data is received.
- ordinal() - Method in interface com.flir.thermalsdk.image.utils.UnitsConverter.UnitInterface
-
Gets the item order ID.
- orientation - Variable in class com.flir.thermalsdk.image.Line
-
The line orientation in 2D environment.
- osImageKitName - Variable in class com.flir.thermalsdk.live.CameraInformation
- osImageKitName(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- OTHER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- outdoorAirTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.Isotherm.Builder
-
Optional for
IsothermType.INSULATION
. - outlierPercent - Variable in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
-
Determines the percentage of the histogram tails which are not ignored when generating the mapping function.
- OUTSIDE - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is outside image.
- OVERFLOW - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is too high.
- Overlay - Class in com.flir.thermalsdk.live.remote
-
Camera overlay/ controller.
- OVERWRITE - Enum constant in enum class com.flir.thermalsdk.live.importing.CollisionOption
-
Always download and override an existing file.
P
- Pair<F,
S> - Class in com.flir.thermalsdk.utils -
Wrapper for Pair object.
- Pair(F, S) - Constructor for class com.flir.thermalsdk.utils.Pair
-
Constructor for a Pair.
- Palette - Class in com.flir.thermalsdk.image
-
Defines a palette representation, which can be applied to the
ThermalImage
in order to display it in specified colors. - PaletteController - Class in com.flir.thermalsdk.live.remote
-
Camera palette control and monitoring interface.
- PaletteManager - Class in com.flir.thermalsdk.image
-
Manages
Palette
s, which could be applied toThermalImage
. - panX - Variable in class com.flir.thermalsdk.image.fusion.Transformation
-
Fusion horizontal panning.
- panY - Variable in class com.flir.thermalsdk.image.fusion.Transformation
-
Fusion vertical panning.
- ParcelableAdapterInfo - Class in com.flir.thermalsdk.androidsdk.live
-
A wrapper used to provide Parcelable feature for
AdapterInfo
. - ParcelableAdapterInfo(AdapterInfo) - Constructor for class com.flir.thermalsdk.androidsdk.live.ParcelableAdapterInfo
- ParcelableCameraInformation - Class in com.flir.thermalsdk.androidsdk.live
-
A wrapper used to provide Parcelable feature for
CameraInformation
. - ParcelableCameraInformation(CameraInformation) - Constructor for class com.flir.thermalsdk.androidsdk.live.ParcelableCameraInformation
- ParcelableIdentity - Class in com.flir.thermalsdk.androidsdk.live
-
A wrapper used to provide Parcelable feature for
Identity
. - ParcelableIdentity(Identity) - Constructor for class com.flir.thermalsdk.androidsdk.live.ParcelableIdentity
- ParcelableIpSettings - Class in com.flir.thermalsdk.androidsdk.live
-
A wrapper used to provide Parcelable feature for
IpSettings
. - ParcelableIpSettings(IpSettings) - Constructor for class com.flir.thermalsdk.androidsdk.live.ParcelableIpSettings
- ParcelableJavaImageBuffer - Class in com.flir.thermalsdk.androidsdk.image
-
A wrapper used to provide Parcelable feature for
JavaImageBuffer
. - ParcelableJavaImageBuffer(JavaImageBuffer) - Constructor for class com.flir.thermalsdk.androidsdk.image.ParcelableJavaImageBuffer
- PARSE_ERROR_BAD_JPEG - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a JPEG transmission has been corrupted.
- PARSE_ERROR_BAD_PARAMETER - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a the packet contains some invalid object.
- PARSE_ERROR_INVALID_TYPE - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a parsed packet contains an invalid/unknown header.
- PARSE_ERROR_UNINITIALIZED_DEVICE - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a the device has not yet sent initialization data.
- PARSE_ERROR_UNKNOWN_ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a parsing error of unknown type occurs.
- PASCAL - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
- password - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Deprecated.This is the old way of getting a password, may stop working in new releases or be removed in future. Instead use
WirelessCameraDetails.getPasswordForSerialNumber(String)
orWirelessCameraDetails.getPasswordForSerialNumber(String, long)
. - password(String) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Password for the FLIR ONE WiFi network.
- passwordChangedFlag - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Flag determining if the default password has changed.
- passwordChangedFlag(boolean) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Flag determining if the default password has changed.
- pause() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Pause recording.
- PAUSED - Enum constant in enum class com.flir.thermalsdk.live.recorder.RecorderState
- PEAK_MAX - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Peak max value.
- PEAK_MIN - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Peak min value.
- PEAK_TO_PEAK - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Value is peak-to-peak.
- PENDING - Enum constant in enum class com.flir.thermalsdk.live.AuthenticationResponse.AuthenticationStatus
-
waiting for user to acknowledge the connection on the camera
- percentage() - Method in class com.flir.thermalsdk.live.remote.Battery
-
Remaining battery percentage.
Valid value range from 0 to 100 where 0 is empty and 100 is full.
Important: In certain cases (e.g. - percentPerBin - Variable in class com.flir.thermalsdk.image.PlateauHistogramEqSettings
-
Limits the population of any single histogram bin.
- permissionDenied(Identity) - Method in interface com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener
-
Permission denied, the Identity can not be used to connect to a FLIR ONE
- permissionGranted(Identity) - Method in interface com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener
-
Permission granted, the Identity can be used to connect to a FLIR ONE
- PermissionHandler - Class in com.flir.thermalsdk.androidsdk.helpers
-
Encapsulated the asking of permission in Android, the class has to be used by an Activity.
Support handling both permissions for Network, Bluetooth.
The Activity registered with this utility class has to implement "onRequestPermissionsResult(..)" and call this handlers "onRequestPermissionsResult(..)"
Note that you also need to describe the permissions required in Android manifest. - PermissionHandler(Activity) - Constructor for class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Creates a permission handler/helper to request or check runtime permissions.
- PermissionHandler(Activity, ShowMessage) - Constructor for class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Creates a permission handler/helper to request or check runtime permissions.
- PF - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Power Factor (CM83).
- PHASE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- PICTURE_IN_PICTURE - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Picture in picture fusion, where a defined box/rectangle shape with IR image pixels is placed on top of the visual image.
- PictureInPicture - Class in com.flir.thermalsdk.image.fusion
-
Defines the fusion image mode, where Thermal image is displayed in defined area on top of the Visual image.
- PIP - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
The camera video in picture in picture mode.
- pipWindow() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines coordinates of Picture-in-Picture window.
- PITCH - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- pixelBuffer - Variable in class com.flir.thermalsdk.image.JavaImageBuffer
-
Can store any pixels data.
- pixelBuffer(byte[]) - Method in class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- PLATEAU_HISTOGRAM_EQUALIZATION - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.The colors are evenly distributed over the existing temperatures of the image and will preserve brightness while enhancing the contrast.
- plateauHistogramEqSettings - Variable in class com.flir.thermalsdk.image.DdeSettings
-
Additional
PlateauHistogramEqSettings
. - plateauHistogramEqSettings - Variable in class com.flir.thermalsdk.image.EntropySettings
-
Additional
PlateauHistogramEqSettings
. - PlateauHistogramEqSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the plateau histogram equalization mode.
The colors are evenly distributed over the existing temperatures of the image and will preserve brightness while enhancing the contrast. - PlateauHistogramEqSettings() - Constructor for class com.flir.thermalsdk.image.PlateauHistogramEqSettings
-
Construct an instance with default settings.
- Point - Class in com.flir.thermalsdk.image
-
Defines an Point with an X and Y value.
- Point(int, int) - Constructor for class com.flir.thermalsdk.image.Point
- POINT - Enum constant in enum class com.flir.thermalsdk.image.quantification.GasLeakType
-
Point-shaped leak.
- POLAR_INDEX - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- poll() - Method in interface com.flir.thermalsdk.live.discovery.CameraScanner
-
Processes the internal queue, and may trigger callbacks.
- position() - Method in class com.flir.thermalsdk.live.remote.RemoteSpot
-
Descibes the coordinates of the spot measurement.
- POUNDS - Enum constant in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
- POWER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
watt
- POWER_FACTOR - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
useful (true) power (kW) to the total (apparent) power (kVA) - percent
- precision - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Number of significant numbers in value.
- prepareFileNameCopy(String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Prepares a unique file name based on the given absolute file path and returns it's absolute path.
- prepareFileNameCopy(String, String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Prepares a unique file name based on the given absolute file path and returns it's absolute path.
- prepareUniqueFileName(String, String, String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Prepares a unique file name and returns it's absolute path.
- preRecording - Variable in class com.flir.thermalsdk.live.recorder.RecorderSettings
-
Settings pertaining to buffering frames before recording starts.
- PreRecordingSettings - Class in com.flir.thermalsdk.live.recorder
-
Specifies pre-recording settings.
- PreRecordingSettings() - Constructor for class com.flir.thermalsdk.live.recorder.PreRecordingSettings
- PreRecordingSettings(boolean, int) - Constructor for class com.flir.thermalsdk.live.recorder.PreRecordingSettings
- PRESSURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
pascal
- PRESSURE_METER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- previous() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Move to the previous frame.
- processImageData(byte[], String) - Method in class com.flir.thermalsdk.meterlink.MeterlinkImageProcessor
-
Saves the given byte array representing an image into a file at the given path.
- processImageData(byte[], String, String) - Method in class com.flir.thermalsdk.meterlink.MeterlinkImageProcessor
-
Saves the given byte array representing an image into a file at the given path and with a given name.
- processLogData(DataReading, String, MeterlinkLogsProcessor.LogFormat) - Method in class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor
-
Processes a
DataReading
content. - processLogData(DataReading, String, String, MeterlinkLogsProcessor.LogFormat) - Method in class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor
-
Processes a
DataReading
content. - programVersion - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The program version.
- PROGRESS - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates that there is NUC activity in progress.
- progressCallback(FileReference, long, long) - Method in interface com.flir.thermalsdk.live.importing.ProgressCallback
-
Triggered when import progress changes.
- ProgressCallback - Interface in com.flir.thermalsdk.live.importing
-
Callback for reporting download progress.
- Property<T> - Class in com.flir.thermalsdk.live.remote
-
Represents a property on the remote camera.
- protocolVersion - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
Meterlink protocol version.
Q
- QUALITY_FACT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- quantity - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Value quantity (SensorQuantity::INVALID if unknown).
R
- RAD_ABS_DOSE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
the absorbed dose, sometimes also known as the physical dose - gray (Gy) [1 J/kg], where 1 gray = 100 rad
- RAD_APPROX - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicated that approximate radiometric values are being given.
- RAD_EQ_DOSE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
the biological dose, sometimes also known as the dose equivalent - sievert
- RAD_EXPOSURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
roentgen (R) and coulomb/kilogram (C/kg)
- RAD_FLUX - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
radiation flux - W*m^2, or kg*s^3
- RADIOACTIVITY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
becquerel (Bq), where 1 becquerel = 1 radioactive decay per second = 2.703x10-11 Ci.
- radius - Variable in class com.flir.thermalsdk.image.Circle
-
The radius of the Circle structure.
- radius - Variable in class com.flir.thermalsdk.image.measurements.AreaDimensions
-
Radius dimension value - only applicable for circle (evaluates to 0.0 for other types).
- rangeMax - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The upper and limit of the camera's measurement range.
- rangeMin - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The lower and limit of the camera's measurement range.
- ranges() - Method in class com.flir.thermalsdk.live.remote.TemperatureRange
-
Get the list of available temperature ranges.
- rawQuantity - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Raw quantity string (if returned by meter).
- rawUnit - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Deprecated.This is advised to use
Channel.getUnit()
instead. - rawValue - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Deprecated.This is advised to use
Channel.getValue()
instead. - REACTANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
ohm
- READING - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
- READY - Enum constant in enum class com.flir.thermalsdk.live.remote.CameraState
- reboot() - Method in class com.flir.thermalsdk.live.remote.System
-
Performs a camera reboot.
Note: Not supported on all cameras. - RECEPTACLE_TEST - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- RecorderSettings - Class in com.flir.thermalsdk.live.recorder
-
Settings used to configure a
ThermalSequenceRecorder
. - RecorderSettings() - Constructor for class com.flir.thermalsdk.live.recorder.RecorderSettings
- RecorderSettings(PreRecordingSettings, FrameIntervalTimeSettings, int, boolean) - Constructor for class com.flir.thermalsdk.live.recorder.RecorderSettings
- RecorderState - Enum Class in com.flir.thermalsdk.live.recorder
-
Specifies the recording states.
- RECORDING - Enum constant in enum class com.flir.thermalsdk.live.recorder.RecorderState
- Rectangle - Class in com.flir.thermalsdk.image
-
Defines a Rectangle.
- Rectangle(int, int, int, int) - Constructor for class com.flir.thermalsdk.image.Rectangle
-
Create a Rectangle.
- rectangles() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Get a list of all active rectangle measurement tools on the camera.
- RECURSIVE - Enum constant in enum class com.flir.thermalsdk.live.importing.ListFlag
-
Deprecated.List subfolders recursively.
- recycle() - Method in class com.flir.thermalsdk.androidsdk.image.BitmapAndroid
- recycle() - Method in class com.flir.thermalsdk.image.Bitmap
-
Deallocate the image and the buffer
- RED - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
- reference - Variable in class com.flir.thermalsdk.live.importing.FileInfo
-
The abstract path to the file.
- reference - Variable in class com.flir.thermalsdk.live.importing.FolderInfo
-
The abstract path to the folder.
- register(CommunicationInterface, ConnectorFactory.ConnectorCreator) - Method in class com.flir.thermalsdk.live.connectivity.ConnectorFactory
-
Allows to register a custom
ConnectorFactory.ConnectorCreator
for a specifiedCommunicationInterface
type. - register(CommunicationInterface, ScannerFactory.ScannerCreator) - Method in class com.flir.thermalsdk.live.discovery.ScannerFactory
-
Allows to register a custom
ScannerFactory.ScannerCreator
for a specifiedCommunicationInterface
type. - register(CommunicationInterface, ImporterFactory.ImporterCreator) - Method in class com.flir.thermalsdk.live.importing.ImporterFactory
-
Allows to register a custom
ImporterFactory.ImporterCreator
for a specifiedCommunicationInterface
type. - REL_HUMIDITY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
relative humidity - percent
- REL_MOISTURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
relative moisture - percent
- RemoteCircle - Class in com.flir.thermalsdk.live.remote
-
Defines a remote circle measurement tool shape.
- RemoteControl - Class in com.flir.thermalsdk.live.remote
-
Camera remote control.
- RemoteLine - Class in com.flir.thermalsdk.live.remote
-
Defines a remote line measurement tool shape.
- remotePathToName(String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Converts given path to name.
- RemoteRectangle - Class in com.flir.thermalsdk.live.remote
-
Defines a remote measurement rectangle shape.
- RemoteShape - Class in com.flir.thermalsdk.live.remote
-
A base class for all remote measurement shape tools.
- RemoteSpot - Class in com.flir.thermalsdk.live.remote
-
Defines a remote measurement spot/point tool.
- remove() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Remove/deactivate a particular measurement tool from the camera's measurements.
- remove(Isotherm) - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Removes the specified isotherm.
- remove(MeasurementShape) - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Removes provided
MeasurementShape
from this collection. - removeAll() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Remove/deactivate all measurement tools from the camera's measurements.
- render() - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Render current frame and return a buffer with colorized pixels to show on the UI.
- Renderer - Interface in com.flir.thermalsdk.image
-
Interface for rendering images.
- requestBluetoothPermission(int, boolean) - Method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if we have all permissions required to work with Bluetooth/BLE, if not it shows a dialog requesting the permission and "onRequestPermissionsResult(..)" is called with the result.
- requestCameraPermission(int) - Method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if the application has all required runtime permissions to access camera resource, if not it shows a dialog requesting the permission and "onRequestPermissionsResult(..)" is called with the result.
- requestF1EdgeProPermission(int) - Method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if we have all permissions required to work with FLIR ONE Edge Pro, if not it shows a dialog requesting the permission and "onRequestPermissionsResult(..)" is called with the result.
- requestFlirOnePermisson(Identity, Context, UsbPermissionHandler.UsbPermissionListener) - Method in class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler
-
Request permission to connected to the given FLIR ONE device.
- requestNetworkPermission(int) - Method in class com.flir.thermalsdk.androidsdk.helpers.PermissionHandler
-
Check if we have Network permission, if not it shows a dialog requesting the permission and "onRequestPermissionsResult(..)" is called with the result.
- RES_MOISTURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- RESISTANCE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
ohm
- resume() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Resume recording.
- RGBA_8888 - Enum constant in enum class com.flir.thermalsdk.image.ImageBuffer.Format
-
Each pixel is represented by four bytes in the order: Red, Green, Blue, Alpha This is the default on Android.
- RH_METER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- RMS - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Root mean square value.
- rotate(RotationAngle) - Method in class com.flir.thermalsdk.image.ImageBase
-
Rotates the image by a certain angle.
- rotation - Variable in class com.flir.thermalsdk.image.fusion.Transformation
-
Fusion rotation factor clockwise in degrees.
- ROTATION_ANGLE_0_DEGREES - Enum constant in enum class com.flir.thermalsdk.image.RotationAngle
-
Image should be rotated to 0 degrees.
- ROTATION_ANGLE_180_DEGREES - Enum constant in enum class com.flir.thermalsdk.image.RotationAngle
-
Image should be rotated to 180 degrees.
- ROTATION_ANGLE_270_DEGREES - Enum constant in enum class com.flir.thermalsdk.image.RotationAngle
-
Image should be rotated to 270 degrees.
- ROTATION_ANGLE_90_DEGREES - Enum constant in enum class com.flir.thermalsdk.image.RotationAngle
-
Image should be rotated to 90 degrees.
- ROTATION_ANGLE_UNSUPPORTED - Enum constant in enum class com.flir.thermalsdk.image.RotationAngle
-
Image reported a unsupported angle.
- RotationAngle - Enum Class in com.flir.thermalsdk.image
-
Defines a clock-wise rotation angle which can be applied for a
ThermalImage
. - RPM - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- rssi - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Returns the received signal strength in dBm.
- rssi(int) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
The received signal strength in dBm.
S
- save() - Method in class com.flir.thermalsdk.image.ThermalImageFile
-
Saves current object to file.
- save(JavaImageBuffer) - Method in class com.flir.thermalsdk.image.ThermalImageFile
-
Save this object to a file with provided image as an overlay.
- saveAs(String) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Save this object to a file with provided name.
- saveAs(String, JavaImageBuffer) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Save current object to a file with provided name.
- saveToFile(String, byte[]) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Saves input data to a file.
- saveToFile(String, String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Saves input data to a file.
- scale - Variable in class com.flir.thermalsdk.image.fusion.Transformation
-
Fusion zoom factor.
- Scale - Class in com.flir.thermalsdk.image
-
Defines an image's linear scale object and basic scale's parameters.
- ScaleController - Class in com.flir.thermalsdk.live.remote
-
Camera scale control interface.
- scan(DiscoveryEventListener) - Method in interface com.flir.thermalsdk.live.discovery.CameraScanner
-
Starts an active devices discovery.
- scan(DiscoveryEventListener, CommunicationInterface...) - Method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- scan(DiscoveryEventListener, CameraType, CommunicationInterface...) - Method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- scanMedia(Context, String) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Ensures the Android media scanner scans a given file.
- scanMedia(Context, Set<String>) - Static method in class com.flir.thermalsdk.androidsdk.AndroidFilesUtil
-
Ensures the Android media scanner scans a given files.
- ScannerFactory - Class in com.flir.thermalsdk.live.discovery
-
Factory used to create devices scanner for different connection interface types (network, USB, Bluetooth, etc.).
- ScannerFactory.ScannerCreator - Interface in com.flir.thermalsdk.live.discovery
-
Interface used to define a creator for
CameraScanner
object. - SDEV - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Standard deviation temperature/signal.
- SEA_LEVEL - Enum constant in enum class com.flir.thermalsdk.image.GpsInformation.AltitudeReference
-
Indicates the altitude value is above sea level.
- second - Variable in class com.flir.thermalsdk.live.remote.LocalDateTime
-
A number from 0 to 59.
- second - Variable in class com.flir.thermalsdk.utils.Pair
- selectedIndex() - Method in class com.flir.thermalsdk.live.remote.TemperatureRange
-
Select a temperature range from index.
- sendConfigData(byte[]) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- sendFileIO(byte[]) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- SensorAuxInfo - Enum Class in com.flir.thermalsdk.meterlink.model
-
Defines Meterlink SensorAuxInfo data.
- SensorMeasureInfo - Enum Class in com.flir.thermalsdk.meterlink.model
-
Defines Meterlink SensorMeasureInfo data.
- SensorPoll - Class in com.flir.thermalsdk.meterlink.model
-
Defines Meterlink SensorPoll data.
- SensorQuantity - Enum Class in com.flir.thermalsdk.meterlink.model
-
Defines Meterlink SensorQuantity data.
- serialNumber - Variable in class com.flir.thermalsdk.image.CameraInformation
-
The camera's serial number.
- serialNumber - Variable in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- serialNumber - Variable in class com.flir.thermalsdk.live.CameraInformation
- serialNumber - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Camera's serial number.
- serialNumber - Variable in class com.flir.thermalsdk.meterlink.model.DeviceInfo
-
Device serial number.
- serialNumber(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- serialNumber(String) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Camera's serial number.
- set(T, OnCompletion, OnRemoteError) - Method in class com.flir.thermalsdk.live.remote.Property
-
Sets a property value asynchronously.
- setAdapter(BluetoothAdapter) - Method in class com.flir.thermalsdk.androidsdk.meterlink.BluetoothAdapterAndroid
- setAdapter(T) - Method in interface com.flir.thermalsdk.meterlink.FlirBluetoothAdapter
- setAirHumidity(float) - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Set air humidity in percent (0.0 - 100.0).
- setAirHumidityAlarmLevel(float) - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Set air humidity alarm level in percent (0.0 - 100.0).
- setAltitude(float) - Method in class com.flir.thermalsdk.image.GpsInformation
-
The altitude.
- setAltitudeRef(GpsInformation.AltitudeReference) - Method in class com.flir.thermalsdk.image.GpsInformation
-
Altitude reference indicates if the altitude value is below or above see level.
- setAreaCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- setAreaCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- setAreaCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- setAtmosphericTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets an atmospheric temperature.
- setAtmosphericTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermHumidity
-
Set atmospheric temperature.
- setAutoScale(boolean) - Method in interface com.flir.thermalsdk.image.Colorizer
-
When enabled, new rendered images will have scale (temperature range/span) automatically adjusted based on the min and max values in the image.
Note: Calling this function does not trigger any render. - setAutoScale(boolean) - Method in class com.flir.thermalsdk.image.ImageColorizer
- setAutoScale(boolean) - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- setAvgCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- setAvgCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- setAvgCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- setBlending(double, ColorMode) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
IR image is blended with visual image based on the specified blending factor value.
- setColorDistribution(ColorDistribution) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Deprecated.
- setColorDistributionSettings(ColorDistributionSettings) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Sets a
ColorDistributionSettings
to define, how colors should be calculated from the thermal data. - setCompassInformation(CompassInformation) - Method in class com.flir.thermalsdk.image.ImageBase
-
Sets a
CompassInformation
object with compass details into the image, overriding any existing data. - setConfigurationReadListener(ChannelListener) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- setCustomName(String) - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Stores a custom name for this device.
- setDegrees(int) - Method in class com.flir.thermalsdk.image.CompassInformation
-
Compass direction in degrees, has to be in range of [0, 359].
- setDescription(String) - Method in class com.flir.thermalsdk.image.ImageBase
-
Sets a file's description/note.
- setDiscoveryMode(MeterlinkManager.DiscoveryMode) - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
Allows to specify discovery mode.
- setDisplaySettings(DisplaySettings) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Sets a
DisplaySettings
information for the image. - setDistance(double) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets a distance from camera to focused object in currently set
DistanceUnit
. - setDistance(double) - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Sets the distance to the object for the
MeasurementShape
. - setDistanceUnit(DistanceUnit) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Sets a
DistanceUnit
used to define any distance parameter related with image. - setDop(float) - Method in class com.flir.thermalsdk.image.GpsInformation
-
Gps DOP (data degree of precision).
- setEmissivity(double) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets a default emissivity for the Thermal Image.
- setEmissivity(double) - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Sets the object's emissivity for the
MeasurementShape
. - setExternalOpticsTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets an external optics temperature.
- setExternalOpticsTransmission(double) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets an external optics transmission.
- setExternalVisualDataReadListener(VisualChannelListener) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- setFileIOReadListener(ChannelListener) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- setFrameDataReadListener(ChannelListener) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- setFrameRate(double) - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Set the camera's streamed frame rate.
Note: Some cameras will not change frame rate while streaming. - setFusionMode(FusionMode) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Set current fusion mode.
- setGpsInformation(GpsInformation) - Method in class com.flir.thermalsdk.image.ImageBase
-
Sets a
GpsInformation
object with GPS details into the image, overriding any existing data. - setHeight(int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Sets the new height of the area the rectangle measurement tool covers.
- setIndoorAirTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Set the indoor air temperature.
- setInsulationFactor(float) - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Set the insulation factor in percent (0.0 - 100.0).
- setLatitude(double) - Method in class com.flir.thermalsdk.image.GpsInformation
-
The latitude.
- setLatitudeRef(String) - Method in class com.flir.thermalsdk.image.GpsInformation
-
Latitude reference.
- setLine(Point, Point) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
-
Set the location (2D coordinate) of the line.
- setLogLevel(ThermalLog.LogLevel) - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- setLogLevel(ThermalLog.LogLevel) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Set / change log level
- setLongitude(double) - Method in class com.flir.thermalsdk.image.GpsInformation
-
The longitude.
- setLongitudeRef(String) - Method in class com.flir.thermalsdk.image.GpsInformation
-
Longitude reference.
- setMapDatum(String) - Method in class com.flir.thermalsdk.image.GpsInformation
-
Map datum.
- setMax(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermInterval
-
Sets the isotherm max.
- setMaxCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- setMaxCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- setMaxCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- setMaxMarker(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- setMaxMarker(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- setMaxMarker(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- setMember1(MeasurementShape, DeltaMemberValueType) - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Sets the first delta member and it's type.
- setMember2(MeasurementShape, DeltaMemberValueType) - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
-
Sets the second delta member and it's type.
- setMin(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermInterval
-
Sets the isotherm min.
- setMinCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- setMinCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- setMinCalc(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- setMinMarker(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- setMinMarker(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- setMinMarker(boolean) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- setMsx(double) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Thermal MSX (Multi Spectral DynamicImaging) mode displays an infrared image where the edges of the objects are enhanced with information from the visual image.
- setOnDisconnected(ConnectionStatusListener) - Method in interface com.flir.thermalsdk.live.connectivity.Connector
- setOutdoorAirTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermInsulation
-
Set the outdoor air temperature.
- setPalette(Palette) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Sets a
Palette
for the Thermal image defined by this instance. - setPictureInPicture(int, int, int, int, ColorMode) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Picture in picture fusion, where a defined box/rectangle shape with IR image pixels is placed on top of the visual image.
- setPictureInPicture(Rectangle, ColorMode) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Picture in picture fusion, where a defined box/rectangle shape with IR image pixels is placed on top of the visual image.
- setPitch(int) - Method in class com.flir.thermalsdk.image.CompassInformation
-
Sensor pitch in degrees, has to be in range of [-90, 90].
- setPlaybackRate(double) - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Set the playback rate that should be used by the player.
- setRadius(int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
-
Sets circle radius.
- setRange(ThermalValue, ThermalValue) - Method in class com.flir.thermalsdk.image.Scale
-
Sets the minimum and maximum scale values.
- setRangeMax(ThermalValue) - Method in class com.flir.thermalsdk.image.Scale
-
Sets the maximum range, where colors defined by the
Palette
are applied to theThermalImage
.
Note: EnsureImageColorizer.isAutoScale()
is disabled when setting this value. - setRangeMin(ThermalValue) - Method in class com.flir.thermalsdk.image.Scale
-
Sets the minimum range, where colors defined by the
Palette
are applied to theThermalImage
.
Note: EnsureImageColorizer.isAutoScale()
is disabled when setting this value. - setRawPacketListener(MeterlinkRawPacketListener) - Method in class com.flir.thermalsdk.meterlink.AbstractMeterlinkDevice
-
Set a callback for reading raw packet data.
- setRectangle(Rectangle) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Sets the area covered by rectangle measurement tool.
- setReflectedTemperature(double) - Method in class com.flir.thermalsdk.image.measurements.MeasurementParameters
-
Sets the object's reflected temperature for the
MeasurementShape
. - setReflectedTemperature(ThermalValue) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets a reflected temperature.
- setRegionOfInterest(Rectangle) - Method in interface com.flir.thermalsdk.image.Colorizer
-
Set the region of interest (ROI) that is used to calculate the histogram in the Agc filter.
- setRegionOfInterest(Rectangle) - Method in class com.flir.thermalsdk.image.ImageColorizer
- setRegionOfInterest(Rectangle) - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- setRelativeHumidity(double) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets a relative humidity in range (0.0 - 1.0).
- setRenderScale(boolean) - Method in interface com.flir.thermalsdk.image.Colorizer
-
Sets whether or not scale (temperature range/span image) should be rendered when rendering a new image.
This setting corresponds toColorizer.getScaleImage()
in the way that when this option is disabled theColorizer.getScaleImage()
will return null.
Note: Scale rendering is disabled by default for performance reasons. - setRenderScale(boolean) - Method in class com.flir.thermalsdk.image.ImageColorizer
- setRenderScale(boolean) - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- setRoll(int) - Method in class com.flir.thermalsdk.image.CompassInformation
-
The terminal's rotation in degrees around its own longitudinal axis, has to be in range of [-180, 180].
- setSatellites(String) - Method in class com.flir.thermalsdk.image.GpsInformation
-
The satellites.
- setSelectedIndex(int) - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Sets the selected frame number zero based index.
- setSettings(RecorderSettings) - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Set recorder settings.
- setSize(int, int, int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
-
Sets circle size.
- setSync(T) - Method in class com.flir.thermalsdk.live.remote.Property
-
Sets a property value synchronously (blocking).
- setTemperatureUnit(TemperatureUnit) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Sets a
TemperatureUnit
theThermalValue
s are in. - setTextAnnotations(List<Pair<String, String>>) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Sets a text annotations associated with the image.
- setThermalFusion(ThermalValue, ThermalValue) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
IR image is blended with visual image based on the specified
ThermalValue
threshold. - setThermalFusionAbove(ThermalValue) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
IR image is blended with visual image with no max temperature threshold.
- setThermalFusionBelow(ThermalValue) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
IR image is blended with visual image with no min temperature threshold.
- setThreshold(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermAbove
-
Sets the isotherm threshold.
- setThreshold(ThermalValue) - Method in class com.flir.thermalsdk.image.isotherms.IsothermBelow
-
Sets the isotherm threshold.
- setTilt(int) - Method in class com.flir.thermalsdk.image.CompassInformation
-
Compass tilt in degrees, has to be in range of [0, 360].
- setTimeStamp(Date) - Method in class com.flir.thermalsdk.image.GpsInformation
-
The time.
- setTransformation(Transformation) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Set a fusion transformation object.
- setTransmission(double) - Method in class com.flir.thermalsdk.image.ImageParameters
-
Sets an atmospheric transmission.
- setValue(ThermalValue) - Method in class com.flir.thermalsdk.image.measurements.MeasurementReference
-
Set the thermal value (i.e.
- setVisualOnly(ColorMode) - Method in class com.flir.thermalsdk.image.fusion.Fusion
-
Visual image is zoomed and fused with IR image.
- setVividIrParameters(VividIrParameters) - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
-
Set parameters for the VividIR filter.
- setWidth(int) - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
-
Sets the new width of the area the rectangle measurement tool covers.
- shape() - Method in class com.flir.thermalsdk.live.remote.RemoteCircle
-
Get an area of the given active circle measurement tool described as a circle.
- shape() - Method in class com.flir.thermalsdk.live.remote.RemoteLine
-
Get an area of the given active line measurement tool.
- shape() - Method in class com.flir.thermalsdk.live.remote.RemoteRectangle
-
Get an shape of the given active rectangle measurement tool described as a rectangular shape.
- SHORT_CIRC_CURRENT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- show(String) - Method in interface com.flir.thermalsdk.androidsdk.helpers.ShowMessage
- SHOW_HIDDEN - Enum constant in enum class com.flir.thermalsdk.live.importing.ListFlag
-
Deprecated.Show objects that are hidden by default.
- ShowMessage - Interface in com.flir.thermalsdk.androidsdk.helpers
-
Helper class for showing a toast message on the screen.
- shutterState() - Method in class com.flir.thermalsdk.live.remote.Calibration
-
Get shutter state.
- sigmaR - Variable in class com.flir.thermalsdk.image.FsxSettings
-
Maximum allowed difference in the bilateral filtering.
- SIGNAL_LINEAR - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.The color information in the image is distributed linear to the signal values of the image.
- SignalLinearSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the plateau histogram equalization mode.
The color information in the image is distributed linear to the signal values of the image. - SignalLinearSettings() - Constructor for class com.flir.thermalsdk.image.SignalLinearSettings
- signalStrength - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Defines a level/strength of signal.
- signalStrength(SignalStrength) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Defines a level/strength of signal.
- SignalStrength - Enum Class in com.flir.thermalsdk.live
-
Defines a level/strength of signal.
- SignalStrengthHelper - Class in com.flir.thermalsdk.live
-
Utility class allowing to measure BLE signal strength.
- SignalStrengthHelper() - Constructor for class com.flir.thermalsdk.live.SignalStrengthHelper
- size - Variable in class com.flir.thermalsdk.live.importing.FileInfo
-
The file size in bytes.
- size() - Method in class com.flir.thermalsdk.image.isotherms.IsothermCollection
-
Gets the number of isotherms in the collection.
- size() - Method in class com.flir.thermalsdk.image.measurements.MeasurementShapeCollection
-
Gets the number of
MeasurementShape
added to this collection. - SKIP - Enum constant in enum class com.flir.thermalsdk.live.importing.CollisionOption
-
Skip download if the file name is already present locally.
- skylabConnectedFlag - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Determines if there are active connections to the camera's WiFi network.
- skylabConnectedFlag(boolean) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Determines if there are active connections to the camera's WiFi network.
- smoothingFactor - Variable in class com.flir.thermalsdk.image.DdeSettings
-
DDE smoothing factor.
- smoothingFactor - Variable in class com.flir.thermalsdk.image.EntropySettings
-
DDE smoothing factor.
- snapshot() - Method in class com.flir.thermalsdk.live.remote.Storage
-
Request camera to store an image.
- snapshotToLocalFile() - Method in class com.flir.thermalsdk.live.remote.Storage
-
Take a snapshot on the camera and save/import it directly to a local storage.
Note: this is currently experimental feature and may not work on all camera types. - SOCKET_CONNECTION_ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a Bluetooth socket connection occurs.
- SOCKET_CREATION_ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when system was not able to create a Bluetooth socket connection.
- SOCKET_READ_ERROR - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Happens when a Bluetooth socket read error occurs during data transfer between a Meterlink and our device.
- SOIL_MOISTURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- SOLID - Enum constant in enum class com.flir.thermalsdk.image.isotherms.BlendingMode
-
Use a single, solid color for the isotherm.
- SORT_BY_LAST_MODIFIED - Enum constant in enum class com.flir.thermalsdk.androidsdk.AndroidFilesUtil.ListSortFlag
-
The more recently the file was modified the later appears on the list.
- SORT_BY_NAME - Enum constant in enum class com.flir.thermalsdk.androidsdk.AndroidFilesUtil.ListSortFlag
-
Sort in alphabetical order ascending.
- SOUND_METER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- SPEED - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- SPEED - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
m/s
- spots() - Method in class com.flir.thermalsdk.live.remote.MeasurementsController
-
Get a list of all active spot measurement tools on the camera.
- ssid - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
SSID/name of the FLIR ONE WiFi network.
- ssid(String) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
SSID/name of the FLIR ONE WiFi network.
- standardDeviation - Variable in class com.flir.thermalsdk.image.ImageStatistics
-
Gets calculated Standard Deviation value of the temperature data associated with the
ThermalImage
. - start(OnReceived<Void>, OnRemoteError) - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Starts the frame grabbing.
Note: The implementation for thermal streaming for network cameras is still in experimental stage. - start(String) - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Start recording.
- START_SCAN_NULL_IF_ERROR_MSG - Static variable in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- START_SCAN_NULL_LISTENER_ERROR_MSG - Static variable in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- startDiscovery() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
Starts scanning/discovery for FLIR Meterlink devices.
- startFrame() - Method in interface com.flir.thermalsdk.live.connectivity.Connector
-
Start image frames
- startListening(BleSignalScanner.BleSignalListener) - Method in class com.flir.thermalsdk.androidsdk.live.discovery.ble.BleSignalScanner
-
Starts listening for signal strength events.
- state - Variable in class com.flir.thermalsdk.image.ThermalDelta
-
The state of value.
- state - Variable in class com.flir.thermalsdk.image.ThermalValue
-
The state of the image at the point where the temperature is measured.
- stop() - Method in interface com.flir.thermalsdk.live.discovery.CameraScanner
-
Stops an active scan.
- stop() - Method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- stop() - Method in class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
-
Stop recording.
- stop() - Method in class com.flir.thermalsdk.live.streaming.Stream
-
Stops the frame grabbing.
- stop(CommunicationInterface...) - Method in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- stopDiscovery() - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager
-
Stops scanning/discovery for FLIR Meterlink devices.
- stopFrame() - Method in interface com.flir.thermalsdk.live.connectivity.Connector
-
Stop image frames
- stopListening() - Method in class com.flir.thermalsdk.androidsdk.live.discovery.ble.BleSignalScanner
-
Stops listening for signal strength events.
- STOPPED - Enum constant in enum class com.flir.thermalsdk.live.recorder.RecorderState
- Storage - Class in com.flir.thermalsdk.live.remote
-
Camera image storage control interface.
- storeCustomDeviceName(String, String) - Method in interface com.flir.thermalsdk.meterlink.StoreManager
-
Set the custom device name for a specified key, i.e.
- StoredImage - Class in com.flir.thermalsdk.live.remote
-
Wraps a path to a stored image (or IR+visual pair of images) on a camera or locally.
- StoreManager - Interface in com.flir.thermalsdk.meterlink
-
Persistence storage manager.
- storeVoiceAnnotation(byte[], VoiceAnnotationFormat) - Method in class com.flir.thermalsdk.image.ThermalImage
-
Stores the audio data to the
ThermalImage
. - Stream - Class in com.flir.thermalsdk.live.streaming
-
Basic class for managing streaming from a
Camera
.
Note: The implementation for thermal streaming for network cameras is still in experimental stage. - Streamer - Class in com.flir.thermalsdk.live.streaming
-
Base class for rendering live streaming.
- Streamer(Stream) - Constructor for class com.flir.thermalsdk.live.streaming.Streamer
-
Create a Streamer instance associated with the particular
Stream
. - StreamSource - Interface in com.flir.thermalsdk.live.streaming
- stride - Variable in class com.flir.thermalsdk.image.JavaImageBuffer
-
Stride of the image's pixels.
- stride(int) - Method in class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- subnetMask - Variable in class com.flir.thermalsdk.live.IpSettings
-
Subnet mask address i.e.
- subnetMask(String) - Method in class com.flir.thermalsdk.live.IpSettings.Builder
- subscribe(OnReceived<T>) - Method in class com.flir.thermalsdk.live.remote.Property
-
Listen for when the Property changes.
- subscribeStream(ThermalImageStreamListener) - Method in class com.flir.thermalsdk.live.Camera
-
Deprecated.
- success - Variable in class com.flir.thermalsdk.meterlink.MeterlinkImageProcessor.ProcessingResult
-
Flag determines if processing was successful and if the output file was saved correctly.
- SUPER_RESOLUTION - Enum constant in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Upscale
-
Use superResolution for scaling (only available on FLIR One Pro models).
- swCombinationVersion - Variable in class com.flir.thermalsdk.live.CameraInformation
- swCombinationVersion(String) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- System - Class in com.flir.thermalsdk.live.remote
-
Camera system control and monitoring interface.
T
- TACHOMETER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- TAG - Static variable in class com.flir.thermalsdk.live.discovery.DiscoveryFactory
- TEMP - Enum constant in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Single value temperature/signal, e.g.
- TEMPERATURE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
Kelvin or Celsius or Fahrenheit
- TEMPERATURE_LINEAR - Enum constant in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.The color information in the image is distributed linear to the temperature values of the image.
- TEMPERATURE_METER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- TemperatureLinearSettings - Class in com.flir.thermalsdk.image
-
Specifies parameters for the plateau histogram equalization mode.
The color information in the image is distributed linear to the temperature values of the image. - TemperatureLinearSettings() - Constructor for class com.flir.thermalsdk.image.TemperatureLinearSettings
- TemperatureRange - Class in com.flir.thermalsdk.live.remote
-
Camera Temperature Range control interface.
- TemperatureUnit - Enum Class in com.flir.thermalsdk.image
-
Specifies the supported temperature units.
- TEST_VOLT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- THD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
THD Total Harmonic Mode (CM83).
- THERMAL_FUSION - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
IR image is blended with visual image based on the specified
ThermalValue
threshold. - THERMAL_FUSION - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.FusionSpanLevel
- THERMAL_ONLY - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Ordinary IR image.
- ThermalDelta - Class in com.flir.thermalsdk.image
-
Represents an Thermal delta with additional state information.
- ThermalDelta(double, TemperatureUnit) - Constructor for class com.flir.thermalsdk.image.ThermalDelta
-
Constructor useful in tests.
- ThermalException - Exception in com.flir.thermalsdk.image
-
The exception that is thrown when a ThermalImage error occurs.
- ThermalException() - Constructor for exception com.flir.thermalsdk.image.ThermalException
- ThermalFusion - Class in com.flir.thermalsdk.image.fusion
-
Defines the image fusion mode, where thermal and visual image is combined for an output image.
- thermalImage - Variable in class com.flir.thermalsdk.live.remote.StoredImage
- ThermalImage - Class in com.flir.thermalsdk.image
-
Defines features of a Thermal image created from file or stream with temperature (radiometric) data.
- ThermalImageFile - Class in com.flir.thermalsdk.image
-
Describes a file on the physical file system, which contains a
ThermalImage
. - ThermalImageStreamListener - Interface in com.flir.thermalsdk.live.streaming
-
Listener for an image data received from a
Camera
instance. - ThermalLog - Class in com.flir.thermalsdk.log
-
Logging helper class.
- ThermalLog() - Constructor for class com.flir.thermalsdk.log.ThermalLog
- ThermalLog.Logger - Interface in com.flir.thermalsdk.log
- ThermalLog.LogLevel - Enum Class in com.flir.thermalsdk.log
-
Logging levels.
- ThermalOnly - Class in com.flir.thermalsdk.image.fusion
-
Defines the fusion image mode, where only the Thermal image is displayed.
- ThermalOnly() - Constructor for class com.flir.thermalsdk.image.fusion.ThermalOnly
- ThermalSdkAndroid - Class in com.flir.thermalsdk.androidsdk
-
The Android SDK entry point for Android platform.
- ThermalSequencePlayer - Class in com.flir.thermalsdk.image.playback
-
This class plays thermal image sequence.
- ThermalSequencePlayer(ThermalImageFile) - Constructor for class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Construction of a sequence player and opens up sequence.
- ThermalSequencePlayer(String) - Constructor for class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
Construction of a sequence player and opens up sequence.
- ThermalSequenceRecorder - Class in com.flir.thermalsdk.live.recorder
-
This class allows to store thermal images to local file or a stream.
- ThermalSequenceRecorder() - Constructor for class com.flir.thermalsdk.live.recorder.ThermalSequenceRecorder
- ThermalStreamer - Class in com.flir.thermalsdk.live.streaming
-
Class for handling for streaming thermal images.
- ThermalStreamer(Stream) - Constructor for class com.flir.thermalsdk.live.streaming.ThermalStreamer
-
Create a ThermalStreamer instance associated with the particular
Stream
. - ThermalValue - Class in com.flir.thermalsdk.image
-
Represents an Thermal value with additional state information.
- ThermalValue(double, TemperatureUnit) - Constructor for class com.flir.thermalsdk.image.ThermalValue
-
Constructor needed by
Fusion.setThermalFusion(ThermalValue, ThermalValue)
. - ThermalValueState - Enum Class in com.flir.thermalsdk.image
-
Specifies the Thermal value State.
- thresholdDeltaTemperature - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
Detection threshold temperature difference.
- time - Variable in class com.flir.thermalsdk.live.importing.FileInfo
-
The time this file was last changed.
- time - Variable in class com.flir.thermalsdk.live.importing.FolderInfo
-
The time this folder was last changed.
- time() - Method in class com.flir.thermalsdk.live.remote.System
-
Control camera's date and time settings.
- TIME - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
seconds
- timeBetweenFramesMs - Variable in class com.flir.thermalsdk.live.recorder.FrameIntervalTimeSettings
- timeInterval - Variable in class com.flir.thermalsdk.live.recorder.RecorderSettings
-
Settings pertaining to the time interval between frames.
- timeout - Variable in class com.flir.thermalsdk.live.ConnectParameters
-
Network connection timeout in milliseconds
- timestamp - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
Time when the message was parsed.
- timeZoneName() - Method in class com.flir.thermalsdk.live.remote.System
-
Control camera's time zone name (e.g.
- toCsv() - Method in class com.flir.thermalsdk.meterlink.model.DataReading
-
Converts DataReading object into CSV string.
- toErrorCode() - Method in enum class com.flir.thermalsdk.live.discovery.DiscoveryErrorCode
- toJson() - Method in class com.flir.thermalsdk.meterlink.model.DataReading
-
Converts DataReading object into JSON string.
- TORQUE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
newton meter
- toString() - Method in class com.flir.thermalsdk.ErrorCode
- toString() - Method in class com.flir.thermalsdk.image.CameraInformation
- toString() - Method in class com.flir.thermalsdk.image.Circle
- toString() - Method in class com.flir.thermalsdk.image.CompassInformation
- toString() - Method in class com.flir.thermalsdk.image.DisplaySettings
- toString() - Method in class com.flir.thermalsdk.image.fusion.PictureInPicture
- toString() - Method in class com.flir.thermalsdk.image.fusion.Transformation
- toString() - Method in class com.flir.thermalsdk.image.GpsInformation
- toString() - Method in class com.flir.thermalsdk.image.ImageParameters
- toString() - Method in class com.flir.thermalsdk.image.ImageStatistics
- toString() - Method in class com.flir.thermalsdk.image.isotherms.CustomColor
- toString() - Method in class com.flir.thermalsdk.image.isotherms.Isotherm
- toString() - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- toString() - Method in class com.flir.thermalsdk.image.Line
- toString() - Method in class com.flir.thermalsdk.image.measurements.AreaDimensions
- toString() - Method in class com.flir.thermalsdk.image.measurements.MeasurementCircle
- toString() - Method in class com.flir.thermalsdk.image.measurements.MeasurementDelta
- toString() - Method in class com.flir.thermalsdk.image.measurements.MeasurementLine
- toString() - Method in class com.flir.thermalsdk.image.measurements.MeasurementRectangle
- toString() - Method in class com.flir.thermalsdk.image.measurements.MeasurementReference
- toString() - Method in class com.flir.thermalsdk.image.measurements.MeasurementSpot
- toString() - Method in class com.flir.thermalsdk.image.Palette
- toString() - Method in class com.flir.thermalsdk.image.Point
- toString() - Method in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
- toString() - Method in class com.flir.thermalsdk.image.quantification.GasQuantificationResult
- toString() - Method in class com.flir.thermalsdk.image.Rectangle
- toString() - Method in class com.flir.thermalsdk.image.ThermalDelta
- toString() - Method in class com.flir.thermalsdk.image.ThermalImage
- toString() - Method in class com.flir.thermalsdk.image.ThermalValue
- toString() - Method in class com.flir.thermalsdk.image.VoiceAnnotation
- toString() - Method in class com.flir.thermalsdk.live.AdapterInfo
- toString() - Method in class com.flir.thermalsdk.live.CameraInformation.EarhartLiveCameraInfo
- toString() - Method in class com.flir.thermalsdk.live.CameraInformation
- toString() - Method in class com.flir.thermalsdk.live.Identity
- toString() - Method in class com.flir.thermalsdk.live.importing.FileInfo
- toString() - Method in class com.flir.thermalsdk.live.importing.FileReference
- toString() - Method in class com.flir.thermalsdk.live.importing.FolderInfo
- toString() - Method in class com.flir.thermalsdk.live.importing.FolderReference
- toString() - Method in class com.flir.thermalsdk.live.IpSettings
- toString() - Method in class com.flir.thermalsdk.live.recorder.FrameIntervalTimeSettings
- toString() - Method in class com.flir.thermalsdk.live.recorder.PreRecordingSettings
- toString() - Method in class com.flir.thermalsdk.live.recorder.RecorderSettings
- toString() - Method in class com.flir.thermalsdk.live.remote.LocalDateTime
- toString() - Method in class com.flir.thermalsdk.live.remote.StoredImage
- toString() - Method in class com.flir.thermalsdk.live.WirelessCameraDetails
- toString() - Method in class com.flir.thermalsdk.meterlink.model.Channel
- toString() - Method in class com.flir.thermalsdk.meterlink.model.DeviceInfo
- toString() - Method in class com.flir.thermalsdk.meterlink.model.SensorPoll
- toString() - Method in class com.flir.thermalsdk.utils.Pair
- Transformation - Class in com.flir.thermalsdk.image.fusion
-
Fusion transformation settings.
- Transformation(int, int, float, float) - Constructor for class com.flir.thermalsdk.image.fusion.Transformation
- TRANSPARENT - Enum constant in enum class com.flir.thermalsdk.image.isotherms.BlendingMode
-
Use a transparent isotherm.
- TRILATERAL - Enum constant in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Upscale
-
Use trilateral scaling.
- txPowerLevel - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
The transmit power in dBm.
- txPowerLevel(int) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
The transmit power in dBm.
U
- UNDEFINED - Enum constant in enum class com.flir.thermalsdk.image.quantification.GasLeakType
-
Unknown type.
- UNDEFINED - Enum constant in enum class com.flir.thermalsdk.image.quantification.WindSpeed
-
Unknown type.
- UNDERFLOW - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is too low.
- unit - Variable in class com.flir.thermalsdk.image.ThermalDelta
-
Temperature unit.
- unit - Variable in class com.flir.thermalsdk.image.ThermalValue
-
Temperature unit.
- unitPrefix - Variable in class com.flir.thermalsdk.meterlink.model.Channel
-
-9=nano, -6=u, -3=milli, +3=kilo, etc. Only available for protocolVersion>=2
- UnitsConverter - Class in com.flir.thermalsdk.image.utils
-
Provides units conversion API.
- UnitsConverter() - Constructor for class com.flir.thermalsdk.image.utils.UnitsConverter
- UnitsConverter.DistanceUnit - Enum Class in com.flir.thermalsdk.image.utils
-
Defines distance units.
- UnitsConverter.HumidityUnit - Enum Class in com.flir.thermalsdk.image.utils
-
Defines humidity units.
- UnitsConverter.MassUnit - Enum Class in com.flir.thermalsdk.image.utils
-
Defines mass units.
- UnitsConverter.PressureUnit - Enum Class in com.flir.thermalsdk.image.utils
-
Defines pressure units.
- UnitsConverter.TemperatureUnit - Enum Class in com.flir.thermalsdk.image.utils
-
Defines temperature units.
- UnitsConverter.UnitInterface - Interface in com.flir.thermalsdk.image.utils
-
Interface unit enums must implement.
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.image.FlirOneType
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.image.VoiceAnnotationFormat
-
Undefined format, however it should be possible to play the voice annotation anyway.
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.live.AuthenticationResponse.AuthenticationStatus
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.live.CameraType
-
Unknown type of camera.
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.live.importing.Location
-
Unknown root.
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates a unknown state.
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Indicates a unknown state.
- UNKNOWN - Enum constant in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
- UNKNOWN_IDENTITY - Enum constant in enum class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener.ErrorType
-
Not supported identity type (not a FLIR ONE type).
- UNSTABLE - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is not yet calculated, unstable image after restart/case change.
- unsubscribe() - Method in class com.flir.thermalsdk.live.remote.Property
-
Revoke subscription.
- unsubscribeAllStreams() - Method in class com.flir.thermalsdk.live.Camera
-
Deprecated.
- unsubscribeStream(ThermalImageStreamListener) - Method in class com.flir.thermalsdk.live.Camera
-
Deprecated.
- update() - Method in class com.flir.thermalsdk.image.ImageColorizer
- update() - Method in interface com.flir.thermalsdk.image.Renderer
-
Executes rendering by polling image data from the source (e.g.
- update() - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
- update() - Method in class com.flir.thermalsdk.live.streaming.VisualStreamer
- urlToName(String) - Static method in class com.flir.thermalsdk.utils.FileUtils
-
Converts given URL to name.
- USB - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
USB port.
- USBHSI - Enum constant in enum class com.flir.thermalsdk.live.CommunicationInterface
-
NOT SUPPORTED.
- UsbPermissionHandler - Class in com.flir.thermalsdk.androidsdk.live.connectivity
-
Helper class to perform runtime permission requests for accessing USB devices as FLIR ONE devices
- UsbPermissionHandler() - Constructor for class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler
- UsbPermissionHandler.UsbPermissionListener - Interface in com.flir.thermalsdk.androidsdk.live.connectivity
-
UsbPermission callback, provide information if access to usb devices e.g FLIR ONE is allowed by the user
- UsbPermissionHandler.UsbPermissionListener.ErrorType - Enum Class in com.flir.thermalsdk.androidsdk.live.connectivity
- useDenoise() - Method in class com.flir.thermalsdk.live.streaming.VividIrParameters
-
Denoise filters enabled.
V
- v(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints a VERBOSE message on the LogCat.
- valid - Variable in class com.flir.thermalsdk.image.measurements.AreaDimensions
-
Dimension status - true when calculation is valid and accurate, otherwise false.
- VALID_IMG - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates that thermal pixels are calibrated enough to yield an image, but are not yet radiometrically calibrated.
- VALID_RAD - Enum constant in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Indicates that thermal pixel values are radiometrically calibrated.
- validModes() - Method in class com.flir.thermalsdk.live.remote.FusionController
-
Defines available display modes on the camera.
- value - Variable in class com.flir.thermalsdk.image.ThermalDelta
-
Thermal difference/delta value.
- value - Variable in class com.flir.thermalsdk.image.ThermalValue
-
Measured temperature.
- value() - Method in class com.flir.thermalsdk.live.remote.RemoteSpot
-
Gets the
ThermalValue
read by spot measurement tools. - VALUE - Enum constant in enum class com.flir.thermalsdk.image.measurements.DeltaMemberValueType
-
Arbitrary value.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.androidsdk.AndroidFilesUtil.ListSortFlag
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener.ErrorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager.DiscoveryMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.ColorMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.DistanceUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.FlipType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.FlirOneType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.GpsInformation.AltitudeReference
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.ImageBuffer.Format
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.isotherms.BlendingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.Line.LineOrientation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.measurements.DeltaMemberValueType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.quantification.GasLeakType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.quantification.WindSpeed
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.RotationAngle
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.TemperatureUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.ThermalValueState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.image.VoiceAnnotationFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.AuthenticationResponse.AuthenticationStatus
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.CameraType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.discovery.DiscoveryErrorCode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.importing.CollisionOption
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.importing.ListFlag
-
Deprecated.Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.importing.Location
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.recorder.RecorderState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.CameraState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.Focus.AutoFocusMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.Focus.CalculationMethod
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.Focus.Distance
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.FusionController.ChannelType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.FusionController.FusionSpanLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.SignalStrength
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Latency
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Upscale
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor.LogFormat
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.model.MeterFileType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.model.MeterType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.flir.thermalsdk.androidsdk.AndroidFilesUtil.ListSortFlag
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.androidsdk.live.connectivity.UsbPermissionHandler.UsbPermissionListener.ErrorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.androidsdk.live.discovery.ble.BluetoothErrorCategory.Errc
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.androidsdk.live.discovery.WifiErrorCategory.Errc
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkManager.DiscoveryMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.ColorDistribution
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.ColorMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.DistanceUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.FlipType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.FlirOneType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.GpsInformation.AltitudeReference
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.ImageBuffer.Format
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.isotherms.BlendingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.isotherms.IsothermType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.Line.LineOrientation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.measurements.DeltaMemberValueType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.quantification.GasLeakType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.quantification.WindSpeed
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.RotationAngle
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.TemperatureUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.ThermalValueState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.DistanceUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.HumidityUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.MassUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.PressureUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.utils.UnitsConverter.TemperatureUnit
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.image.VoiceAnnotationFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.AuthenticationResponse.AuthenticationStatus
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.CameraType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.CommunicationInterface
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.discovery.DiscoveryErrorCode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.importing.CollisionOption
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.importing.ListFlag
-
Deprecated.Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.importing.Location
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.recorder.RecorderState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.Battery.ChargingState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.Calibration.NucState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.Calibration.ShutterState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.CameraState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.Focus.AutoFocusMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.Focus.CalculationMethod
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.Focus.Distance
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.FusionController.ChannelType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.FusionController.DisplayMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.FusionController.FusionSpanLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.remote.MeasurementCalcMask
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.SignalStrength
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Latency
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.live.streaming.VividIrParameters.Upscale
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkBleTransferType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkExceptionType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.MeterlinkLogsProcessor.LogFormat
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.model.MeterFileType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.model.MeterType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.model.SensorMeasureInfo
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
Returns an array containing the constants of this enum class, in the order they are declared.
- verbose(String, String) - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- VERBOSE - Enum constant in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Defines ERROR & WARNING & INFO & DEBUG & VERBOSE messages logging.
- VERTICAL - Enum constant in enum class com.flir.thermalsdk.image.FlipType
-
Flip against the vertical axis (i.e.
- VERTICAL - Enum constant in enum class com.flir.thermalsdk.image.Line.LineOrientation
- VERTICAL_HORIZONTAL - Enum constant in enum class com.flir.thermalsdk.image.FlipType
-
Flip against the vertical and horizontal axis (same as rotation 180 degrees).
- VFD - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
LowPassFilter is applied before measument, intended for VariableFrequencyDrives (VFD)(CM83).
- VIBRATION_METER - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- VISUAL - Enum constant in enum class com.flir.thermalsdk.live.remote.FusionController.ChannelType
- VISUAL_ONLY - Enum constant in enum class com.flir.thermalsdk.image.fusion.FusionMode
-
Visual image is zoomed and fused with IR image.
- VisualChannelListener - Interface in com.flir.thermalsdk.live.connectivity
-
Data listener for incoming visual data.
- visualImage - Variable in class com.flir.thermalsdk.live.remote.StoredImage
- VisualOnly - Class in com.flir.thermalsdk.image.fusion
-
Defines the fusion image mode, where only the visual image is displayed.
- VisualStreamer - Class in com.flir.thermalsdk.live.streaming
-
Class for handling for streaming visual (RGB) images.
- VisualStreamer(Stream) - Constructor for class com.flir.thermalsdk.live.streaming.VisualStreamer
-
Create a VisualStreamer instance associated with the particular
Stream
. - VividIrParameters - Class in com.flir.thermalsdk.live.streaming
-
Defines parameters for the VividIR filter.
- VividIrParameters(VividIrParameters.Upscale, VividIrParameters.Latency, boolean) - Constructor for class com.flir.thermalsdk.live.streaming.VividIrParameters
- VividIrParameters.Latency - Enum Class in com.flir.thermalsdk.live.streaming
-
Vivid IR latency modes.
- VividIrParameters.Upscale - Enum Class in com.flir.thermalsdk.live.streaming
-
Vivid IR upscale methods.
- VoiceAnnotation - Class in com.flir.thermalsdk.image
-
Defines a voice annotation which can be added to a snapshot from a camera.
- VoiceAnnotationFormat - Enum Class in com.flir.thermalsdk.image
-
Defines
VoiceAnnotation
's sound format. - VOL_VOL_FRAC - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
volt per volt fraction
- VOLTAGE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
-
volt
- VOLUME - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
W
- w(String, String) - Static method in class com.flir.thermalsdk.log.ThermalLog
-
Prints a WARNING message on the LogCat.
- warning(String, String) - Method in interface com.flir.thermalsdk.log.ThermalLog.Logger
- WARNING - Enum constant in enum class com.flir.thermalsdk.image.ThermalValueState
-
Value is unreliable.
- WARNING - Enum constant in enum class com.flir.thermalsdk.log.ThermalLog.LogLevel
-
Defines ERROR & WARNING messages logging.
- WATER_QUALITY - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- WAV - Enum constant in enum class com.flir.thermalsdk.image.VoiceAnnotationFormat
-
The sound is not encoded.
- WB - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Temperature is wet bulb temp.
- WEAK - Enum constant in enum class com.flir.thermalsdk.live.SignalStrength
-
Weak signal may result in significant frame drops and delays in communication with the camera.
- WEIGHT - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorQuantity
- WEIGHT_SCALE - Enum constant in enum class com.flir.thermalsdk.meterlink.model.MeterType
- width - Variable in class com.flir.thermalsdk.image.JavaImageBuffer
-
Width of the image's pixels.
- width - Variable in class com.flir.thermalsdk.image.measurements.AreaDimensions
-
Width dimension value - only applicable for rectangle (evaluates to 0.0 for other types).
- width - Variable in class com.flir.thermalsdk.image.Rectangle
-
The width of the Rectangle.
- width - Variable in class com.flir.thermalsdk.live.CameraInformation
- width(int) - Method in class com.flir.thermalsdk.image.JavaImageBuffer.Builder
- width(int) - Method in class com.flir.thermalsdk.live.CameraInformation.Builder
- WifiErrorCategory - Class in com.flir.thermalsdk.androidsdk.live.discovery
-
Categorization of WiFi error codes.
- WifiErrorCategory.Errc - Enum Class in com.flir.thermalsdk.androidsdk.live.discovery
-
Enum of all possible ErrorCodes of category WifiErrorCategory
- wifiMode - Variable in class com.flir.thermalsdk.live.WirelessCameraDetails
-
Determines the WiFi mode the camera operates in.
- wifiMode(int) - Method in class com.flir.thermalsdk.live.WirelessCameraDetails.Builder
-
Determines the WiFi mode the camera operates in.
- wifiSsid() - Method in class com.flir.thermalsdk.live.remote.System
-
Allows to set camera's WiFi SSID.
Note: Only certain cameras support this command, i.e. - windSpeed - Variable in class com.flir.thermalsdk.image.quantification.GasQuantificationInput
-
windSpeed.
- WindSpeed - Enum Class in com.flir.thermalsdk.image.quantification
-
Describes the wind speed conditions.
- WirelessCameraDetails - Class in com.flir.thermalsdk.live
-
Stores the wireless connection information.
- WirelessCameraDetails(WirelessCameraDetails) - Constructor for class com.flir.thermalsdk.live.WirelessCameraDetails
- WirelessCameraDetails.Builder - Class in com.flir.thermalsdk.live
-
Builder for WirelessCameraDetails.
- with(Consumer<ByteBuffer>) - Method in interface com.flir.thermalsdk.image.ImageBuffer
-
Lock buffer and get direct access to the pixel data.
- with(Consumer<ByteBuffer>) - Method in class com.flir.thermalsdk.image.JavaImageBuffer
- withCurrentFrame(Consumer<ThermalImage>) - Method in class com.flir.thermalsdk.image.playback.ThermalSequencePlayer
-
This function allows to safely access
ThermalImage
during sequence playback. - withImage(ThermalImageStreamListener, Consumer<ThermalImage>) - Method in class com.flir.thermalsdk.live.Camera
-
Deprecated.
- withImage(Consumer<ThermalImage>) - Method in class com.flir.thermalsdk.live.Camera
-
Deprecated.
- withThermalImage(Consumer<ThermalImage>) - Method in class com.flir.thermalsdk.live.streaming.ThermalStreamer
-
This function allows to safely access ThermalImage during streaming.
- WME - Enum constant in enum class com.flir.thermalsdk.meterlink.model.SensorAuxInfo
-
Mass fraction is wood moisture equivalent.
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.image.ParcelableJavaImageBuffer
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableAdapterInfo
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableCameraInformation
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableIdentity
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.live.ParcelableIpSettings
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceBluetoothLe
- writeToParcel(Parcel, int) - Method in class com.flir.thermalsdk.androidsdk.meterlink.MeterlinkDeviceClassicBluetooth
X
- x - Variable in class com.flir.thermalsdk.image.Circle
-
The x-coordinate of the center of the Circle structure.
- x - Variable in class com.flir.thermalsdk.image.Point
- x - Variable in class com.flir.thermalsdk.image.Rectangle
-
The X coordinate of the left side of the Rectangle.
Y
- y - Variable in class com.flir.thermalsdk.image.Circle
-
The y-coordinate of the center of the Circle structure.
- y - Variable in class com.flir.thermalsdk.image.isotherms.CustomColor
-
Y value in YCbCr color space
- y - Variable in class com.flir.thermalsdk.image.Point
- y - Variable in class com.flir.thermalsdk.image.Rectangle
-
The Y coordinate of the top of the Rectangle.
- year - Variable in class com.flir.thermalsdk.live.remote.LocalDateTime
-
A positive number, e.g.
- YELLOW - Static variable in class com.flir.thermalsdk.image.isotherms.CustomColor
Z
- zoomFactor - Variable in class com.flir.thermalsdk.image.DisplaySettings
-
Defines the image zoom factor, where value 1.0 means no zoom.
- zoomPanX - Variable in class com.flir.thermalsdk.image.DisplaySettings
-
Defines the image zoom pan/offset in X axis, where value 0 means centered.
- zoomPanY - Variable in class com.flir.thermalsdk.image.DisplaySettings
-
Defines the image zoom pan/offset in Y axis, where value 0 means centered.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Consumer
instead.