ilabs-flir 2.0.1 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app.plugin.js +1 -1
- package/ios/Flir/SDKLoader/FlirSDKLoader.swift +9 -9
- package/ios/Flir/src/FlirModule.m +12 -1
- package/package.json +1 -1
- package/ios/Flir/Framework/ThermalSDK/FLIRBattery.h +0 -76
- package/ios/Flir/Framework/ThermalSDK/FLIRCalibration.h +0 -108
- package/ios/Flir/Framework/ThermalSDK/FLIRCamera.h +0 -156
- package/ios/Flir/Framework/ThermalSDK/FLIRCameraDeviceInfo.h +0 -53
- package/ios/Flir/Framework/ThermalSDK/FLIRCameraEvent.h +0 -132
- package/ios/Flir/Framework/ThermalSDK/FLIRCameraImport.h +0 -204
- package/ios/Flir/Framework/ThermalSDK/FLIRColorDistributionSettings.h +0 -204
- package/ios/Flir/Framework/ThermalSDK/FLIRColorizer.h +0 -82
- package/ios/Flir/Framework/ThermalSDK/FLIRDiscoveredCamera.h +0 -44
- package/ios/Flir/Framework/ThermalSDK/FLIRDiscovery.h +0 -132
- package/ios/Flir/Framework/ThermalSDK/FLIRDisplaySettings.h +0 -29
- package/ios/Flir/Framework/ThermalSDK/FLIRFocus.h +0 -70
- package/ios/Flir/Framework/ThermalSDK/FLIRFusion.h +0 -192
- package/ios/Flir/Framework/ThermalSDK/FLIRFusionController.h +0 -136
- package/ios/Flir/Framework/ThermalSDK/FLIRFusionTransformation.h +0 -35
- package/ios/Flir/Framework/ThermalSDK/FLIRIdentity.h +0 -264
- package/ios/Flir/Framework/ThermalSDK/FLIRImageBase.h +0 -196
- package/ios/Flir/Framework/ThermalSDK/FLIRImageColorizer.h +0 -26
- package/ios/Flir/Framework/ThermalSDK/FLIRImageStatistics.h +0 -61
- package/ios/Flir/Framework/ThermalSDK/FLIRIsotherms.h +0 -208
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementArea.h +0 -38
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementCollection.h +0 -147
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementDelta.h +0 -62
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementDimensions.h +0 -33
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementEllipse.h +0 -49
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementLine.h +0 -66
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementMarker.h +0 -69
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementParameters.h +0 -41
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementRectangle.h +0 -36
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementReference.h +0 -27
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementShape.h +0 -46
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementSpot.h +0 -33
- package/ios/Flir/Framework/ThermalSDK/FLIRMeasurementsController.h +0 -160
- package/ios/Flir/Framework/ThermalSDK/FLIRMeterLinkSensorPoll.h +0 -247
- package/ios/Flir/Framework/ThermalSDK/FLIROverlayController.h +0 -27
- package/ios/Flir/Framework/ThermalSDK/FLIRPalette.h +0 -60
- package/ios/Flir/Framework/ThermalSDK/FLIRPaletteController.h +0 -36
- package/ios/Flir/Framework/ThermalSDK/FLIRPaletteManager.h +0 -97
- package/ios/Flir/Framework/ThermalSDK/FLIRQuantification.h +0 -55
- package/ios/Flir/Framework/ThermalSDK/FLIRRemoteControl.h +0 -393
- package/ios/Flir/Framework/ThermalSDK/FLIRRenderer.h +0 -35
- package/ios/Flir/Framework/ThermalSDK/FLIRRendererImpl.h +0 -17
- package/ios/Flir/Framework/ThermalSDK/FLIRScale.h +0 -99
- package/ios/Flir/Framework/ThermalSDK/FLIRScaleController.h +0 -44
- package/ios/Flir/Framework/ThermalSDK/FLIRStream.h +0 -109
- package/ios/Flir/Framework/ThermalSDK/FLIRStreamer.h +0 -124
- package/ios/Flir/Framework/ThermalSDK/FLIRSystem.h +0 -40
- package/ios/Flir/Framework/ThermalSDK/FLIRTemperatureRange.h +0 -43
- package/ios/Flir/Framework/ThermalSDK/FLIRThermalDelta.h +0 -77
- package/ios/Flir/Framework/ThermalSDK/FLIRThermalImage.h +0 -331
- package/ios/Flir/Framework/ThermalSDK/FLIRThermalImageFile.h +0 -56
- package/ios/Flir/Framework/ThermalSDK/FLIRThermalParameters.h +0 -31
- package/ios/Flir/Framework/ThermalSDK/FLIRThermalValue.h +0 -92
- package/ios/Flir/Framework/ThermalSDK/FLIRWirelessCameraDetails.h +0 -88
- package/ios/Flir/Framework/ThermalSDK/ThermalSDK.h +0 -73
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// ThermalValue.h
|
|
3
|
-
// FLIR Thermal SDK
|
|
4
|
-
//
|
|
5
|
-
// Copyright © 2019 Teledyne FLIR. All rights reserved.
|
|
6
|
-
//
|
|
7
|
-
|
|
8
|
-
#import <Foundation/Foundation.h>
|
|
9
|
-
|
|
10
|
-
/** Specifies the supported temperature units. */
|
|
11
|
-
typedef NS_ENUM(NSUInteger, TemperatureUnit)
|
|
12
|
-
{
|
|
13
|
-
/** The Celsius temperature scale was previously known as the centigrade scale. */
|
|
14
|
-
CELSIUS,
|
|
15
|
-
/** Units in Fahrenheit. */
|
|
16
|
-
FAHRENHEIT,
|
|
17
|
-
/** The Kelvin scale is a thermodynamic (absolute) temperature scale where absolute zero, the theoretical absence of all thermal energy, is zero (0 K). */
|
|
18
|
-
KELVIN
|
|
19
|
-
};
|
|
20
|
-
|
|
21
|
-
/**
|
|
22
|
-
* The possible ThermalValueStates.
|
|
23
|
-
*/
|
|
24
|
-
typedef NS_ENUM(NSUInteger, ThermalValueState) {
|
|
25
|
-
/** Value is invalid. Usually happens when calculation mask for the particular measure type (i.e. min, max, average) is not enabled. */
|
|
26
|
-
Invalid,
|
|
27
|
-
/** Value is OK. */
|
|
28
|
-
Ok,
|
|
29
|
-
/** Value is too high. */
|
|
30
|
-
Overflow,
|
|
31
|
-
/** Value is too low. */
|
|
32
|
-
Underflow,
|
|
33
|
-
/** Value is outside image. */
|
|
34
|
-
Outside,
|
|
35
|
-
/** Value is unreliable. */
|
|
36
|
-
Warning,
|
|
37
|
-
/** Value is not yet calculated, unstable image after restart/case change. */
|
|
38
|
-
Unstable,
|
|
39
|
-
/** Value is OK + compensated with a reference temperature delta. */
|
|
40
|
-
Delta,
|
|
41
|
-
}; // ThermalValueState;
|
|
42
|
-
|
|
43
|
-
/**
|
|
44
|
-
* This class represents an IR value with additional information.
|
|
45
|
-
*/
|
|
46
|
-
@interface FLIRThermalValue : NSObject
|
|
47
|
-
|
|
48
|
-
/**
|
|
49
|
-
* Initialize an "OK" thermal value with specified temperature value and unit
|
|
50
|
-
*
|
|
51
|
-
* @param value Temperature value.
|
|
52
|
-
* @param unit Temperature unit.
|
|
53
|
-
*/
|
|
54
|
-
- (instancetype)initWithValue:(double) value andUnit:(TemperatureUnit) unit;
|
|
55
|
-
|
|
56
|
-
/**
|
|
57
|
-
* Gets the value.
|
|
58
|
-
*/
|
|
59
|
-
@property (readonly) double value;
|
|
60
|
-
|
|
61
|
-
/**
|
|
62
|
-
* Gets the temperature unit of the value.
|
|
63
|
-
*/
|
|
64
|
-
@property (readonly) TemperatureUnit unit;
|
|
65
|
-
|
|
66
|
-
/**
|
|
67
|
-
* Gets the state of the value.
|
|
68
|
-
*/
|
|
69
|
-
@property (readonly) ThermalValueState state;
|
|
70
|
-
|
|
71
|
-
/**
|
|
72
|
-
* Gets a nicely formatted string representing the value.
|
|
73
|
-
*/
|
|
74
|
-
- (NSString *)description;
|
|
75
|
-
|
|
76
|
-
/** @brief Convenience function to test if two @ref FLIRThermalValue "ThermalValues" practically the same temperature with imprecise floating-point comparison.
|
|
77
|
-
* @param other The second (right hand side) value to compare.
|
|
78
|
-
* @param absError The margin of error in degrees Kelvin.
|
|
79
|
-
*/
|
|
80
|
-
- (BOOL)areNear:(id)other absError: (double)absError;
|
|
81
|
-
|
|
82
|
-
/** @brief Return the corresponding thermal value in another unit */
|
|
83
|
-
- (FLIRThermalValue*)asCelsius;
|
|
84
|
-
|
|
85
|
-
/** @brief Return the corresponding thermal value in another unit */
|
|
86
|
-
- (FLIRThermalValue*)asKelvin;
|
|
87
|
-
|
|
88
|
-
/** @brief Return the corresponding thermal value in another unit */
|
|
89
|
-
- (FLIRThermalValue*)asFahrenheit;
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
@end
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// FLIRWirelessCameraDetails.h
|
|
3
|
-
// ThermalSDK
|
|
4
|
-
//
|
|
5
|
-
// Created by Teledyne on 2022-08-24.
|
|
6
|
-
// Copyright © 2022 Teledyne FLIR. All rights reserved.
|
|
7
|
-
//
|
|
8
|
-
|
|
9
|
-
#import <Foundation/Foundation.h>
|
|
10
|
-
|
|
11
|
-
#import "FLIRIdentity.h"
|
|
12
|
-
|
|
13
|
-
NS_ASSUME_NONNULL_BEGIN
|
|
14
|
-
@class FLIRWirelessCameraDetails;
|
|
15
|
-
|
|
16
|
-
@protocol FLIRWirelessCameraDetailsEventDelegate <NSObject>
|
|
17
|
-
-(void) detailsUpdated:(FLIRWirelessCameraDetails *) wcd;
|
|
18
|
-
@end
|
|
19
|
-
|
|
20
|
-
typedef NS_ENUM(NSInteger, FLIRSignalStrength) {
|
|
21
|
-
/**
|
|
22
|
-
* @brief State in which it is possible to discover the camera.
|
|
23
|
-
* @note after discovery phrase camera can be moved further away from the phone and still it will be possible to connect and stream.
|
|
24
|
-
*/
|
|
25
|
-
discoverable,
|
|
26
|
-
/** @brief Good signal, allows to live stream and interact with the camera. */
|
|
27
|
-
excellent,
|
|
28
|
-
/** @brief Signal strength is fair enough for live streaming and interaction with the camera. Minor frame drops or lag/delay may occur. */
|
|
29
|
-
fair,
|
|
30
|
-
/** @brief Weak signal may result in significant frame drops and delays in communication with the camera. */
|
|
31
|
-
weak,
|
|
32
|
-
/** @brief 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. */
|
|
33
|
-
bad_distance
|
|
34
|
-
};
|
|
35
|
-
|
|
36
|
-
@interface FLIRWirelessCameraDetails : NSObject
|
|
37
|
-
|
|
38
|
-
/// SSID/name of the FLIR ONE WiFi network.
|
|
39
|
-
@property (nonatomic, readonly) NSString* ssid;
|
|
40
|
-
|
|
41
|
-
/// Password for the FLIR ONE WiFi network.
|
|
42
|
-
@property (nonatomic, readonly) NSString* password;
|
|
43
|
-
|
|
44
|
-
/// The IP address of the F1 wireless camera i.e. 192.168.1.1.
|
|
45
|
-
@property (nonatomic, readonly) NSString* ipAddress;
|
|
46
|
-
|
|
47
|
-
/// Camera's firmware version.
|
|
48
|
-
@property (nonatomic, readonly) NSString* firmwareVersion;
|
|
49
|
-
|
|
50
|
-
/// Camera's serial number.
|
|
51
|
-
@property (nonatomic, readonly) NSString* serialNumber;
|
|
52
|
-
|
|
53
|
-
/// Flag determining if this is the first time setup/connection.
|
|
54
|
-
@property (nonatomic, readonly) BOOL firstTimeSetupFlag;
|
|
55
|
-
|
|
56
|
-
/// The transmit power in dBm. Valid range is [-127, 126]. A value of 127 (0x7F) indicates that the TX power is not present.
|
|
57
|
-
@property (nonatomic, readonly) NSInteger txPowerLevel;
|
|
58
|
-
|
|
59
|
-
/// Returns the received signal strength in dBm. The valid range is [-127, 126].
|
|
60
|
-
@property (nonatomic, readonly) NSInteger rssi;
|
|
61
|
-
|
|
62
|
-
/// Returns the distance.
|
|
63
|
-
@property (nonatomic, readonly) FLIRSignalStrength signal;
|
|
64
|
-
|
|
65
|
-
/// Flag determining if the default password has changed.
|
|
66
|
-
@property (nonatomic, readonly) BOOL passwordChangedFlag;
|
|
67
|
-
|
|
68
|
-
/// Camera's current battery level.
|
|
69
|
-
@property (nonatomic, readonly) NSInteger batteryLevel;
|
|
70
|
-
|
|
71
|
-
/// Camera's current battery state - charging or not.
|
|
72
|
-
@property (nonatomic, readonly) NSInteger batteryCharging;
|
|
73
|
-
|
|
74
|
-
/// Determines if there are active connections to the camera's WiFi network.
|
|
75
|
-
@property (nonatomic, readonly) NSInteger ConnectedFlag;
|
|
76
|
-
|
|
77
|
-
/// Delegate that will receive changes, useful to check distance between device and camera
|
|
78
|
-
@property (nonatomic, retain, nullable) id<FLIRWirelessCameraDetailsEventDelegate> delegate;
|
|
79
|
-
|
|
80
|
-
@property (nonatomic, readonly) NSInteger wifiMode;
|
|
81
|
-
|
|
82
|
-
@property (nonatomic, readonly) FLIRCameraType cameraType;
|
|
83
|
-
|
|
84
|
-
@end
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
NS_ASSUME_NONNULL_END
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// ThermalSDK.h
|
|
3
|
-
// FLIR Thermal SDK
|
|
4
|
-
//
|
|
5
|
-
// Copyright © 2019-2024 Teledyne FLIR. All rights reserved.
|
|
6
|
-
//
|
|
7
|
-
|
|
8
|
-
#import <Foundation/Foundation.h>
|
|
9
|
-
#import <UIKit/UIKit.h>
|
|
10
|
-
|
|
11
|
-
//! Project version number for ThermalSDK.
|
|
12
|
-
FOUNDATION_EXPORT const double ThermalSDKVersionNumber;
|
|
13
|
-
|
|
14
|
-
//! Project version string for ThermalSDK.
|
|
15
|
-
FOUNDATION_EXPORT const char *ThermalSDKVersionString;
|
|
16
|
-
|
|
17
|
-
//! Project commit hash string for ThermalSDK.
|
|
18
|
-
FOUNDATION_EXPORT const char *ThermalSDKCommitHash;
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
// In this header, you should import all the public headers of your framework using statements like #import <ThermalSDK/PublicHeader.h>
|
|
22
|
-
|
|
23
|
-
#import <ThermalSDK/FLIRCamera.h>
|
|
24
|
-
#import <ThermalSDK/FLIRCameraDeviceInfo.h>
|
|
25
|
-
#import <ThermalSDK/FLIRDiscovery.h>
|
|
26
|
-
#import <ThermalSDK/FLIRCameraImport.h>
|
|
27
|
-
#import <ThermalSDK/FLIRThermalImage.h>
|
|
28
|
-
#import <ThermalSDK/FLIRImageBase.h>
|
|
29
|
-
#import <ThermalSDK/FLIRThermalImageFile.h>
|
|
30
|
-
#import <ThermalSDK/FLIRScale.h>
|
|
31
|
-
#import <ThermalSDK/FLIRFusion.h>
|
|
32
|
-
#import <ThermalSDK/FLIRImageStatistics.h>
|
|
33
|
-
#import <ThermalSDK/FLIRMeasurementSpot.h>
|
|
34
|
-
#import <ThermalSDK/FLIRMeasurementShape.h>
|
|
35
|
-
#import <ThermalSDK/FLIRMeasurementArea.h>
|
|
36
|
-
#import <ThermalSDK/FLIRMeasurementMarker.h>
|
|
37
|
-
#import <ThermalSDK/FLIRMeasurementParameters.h>
|
|
38
|
-
#import <ThermalSDK/FLIRThermalValue.h>
|
|
39
|
-
#import <ThermalSDK/FLIRThermalDelta.h>
|
|
40
|
-
#import <ThermalSDK/FLIRMeasurementCollection.h>
|
|
41
|
-
#import <ThermalSDK/FLIRMeasurementRectangle.h>
|
|
42
|
-
#import <ThermalSDK/FLIRMeasurementEllipse.h>
|
|
43
|
-
#import <ThermalSDK/FLIRMeasurementDimensions.h>
|
|
44
|
-
#import <ThermalSDK/FLIRMeasurementLine.h>
|
|
45
|
-
#import <ThermalSDK/FLIRMeasurementDelta.h>
|
|
46
|
-
#import <ThermalSDK/FLIRPalette.h>
|
|
47
|
-
#import <ThermalSDK/FLIRPaletteManager.h>
|
|
48
|
-
#import <ThermalSDK/FLIRCameraEvent.h>
|
|
49
|
-
#import <ThermalSDK/FLIRDiscoveredCamera.h>
|
|
50
|
-
#import <ThermalSDK/FLIRIdentity.h>
|
|
51
|
-
#import <ThermalSDK/FLIRRemoteControl.h>
|
|
52
|
-
#import <ThermalSDK/FLIRMeasurementsController.h>
|
|
53
|
-
#import <ThermalSDK/FLIRPaletteController.h>
|
|
54
|
-
#import <ThermalSDK/FLIRSystem.h>
|
|
55
|
-
#import <ThermalSDK/FLIRFocus.h>
|
|
56
|
-
#import <ThermalSDK/FLIRTemperatureRange.h>
|
|
57
|
-
#import <ThermalSDK/FLIRFusionController.h>
|
|
58
|
-
#import <ThermalSDK/FLIRCalibration.h>
|
|
59
|
-
#import <ThermalSDK/FLIRBattery.h>
|
|
60
|
-
#import <ThermalSDK/FLIRScaleController.h>
|
|
61
|
-
#import <ThermalSDK/FLIROverlayController.h>
|
|
62
|
-
#import <ThermalSDK/FLIRDisplaySettings.h>
|
|
63
|
-
#import <ThermalSDK/FLIRMeterLinkSensorPoll.h>
|
|
64
|
-
#import <ThermalSDK/FLIRColorDistributionSettings.h>
|
|
65
|
-
#import <ThermalSDK/FLIRStream.h>
|
|
66
|
-
#import <ThermalSDK/FLIRStreamer.h>
|
|
67
|
-
#import <ThermalSDK/FLIRRenderer.h>
|
|
68
|
-
#import <ThermalSDK/FLIRColorizer.h>
|
|
69
|
-
#import <ThermalSDK/FLIRImageColorizer.h>
|
|
70
|
-
#import <ThermalSDK/FLIRRendererImpl.h>
|
|
71
|
-
#import <ThermalSDK/FLIRWirelessCameraDetails.h>
|
|
72
|
-
#import <ThermalSDK/FLIRQuantification.h>
|
|
73
|
-
|