ilabs-flir 2.0.3 → 2.0.5

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.
Files changed (860) hide show
  1. package/Flir.podspec +139 -137
  2. package/README.md +1066 -1309
  3. package/android/Flir/build.gradle.kts +72 -72
  4. package/android/Flir/src/main/AndroidManifest.xml +45 -45
  5. package/android/Flir/src/main/java/flir/android/FlirCommands.java +136 -136
  6. package/android/Flir/src/main/java/flir/android/FlirFrameCache.kt +6 -6
  7. package/android/Flir/src/main/java/flir/android/FlirManager.kt +476 -476
  8. package/android/Flir/src/main/java/flir/android/FlirModule.kt +257 -257
  9. package/android/Flir/src/main/java/flir/android/FlirPackage.kt +18 -19
  10. package/android/Flir/src/main/java/flir/android/FlirSDKLoader.kt +74 -84
  11. package/android/Flir/src/main/java/flir/android/FlirSdkManager.java +583 -583
  12. package/android/Flir/src/main/java/flir/android/FlirStatus.kt +12 -12
  13. package/android/Flir/src/main/java/flir/android/FlirView.kt +48 -48
  14. package/android/Flir/src/main/java/flir/android/FlirViewManager.kt +13 -13
  15. package/app.plugin.js +381 -381
  16. package/expo-module.config.json +5 -5
  17. package/ios/Flir/src/Flir-Bridging-Header.h +34 -34
  18. package/ios/Flir/src/FlirEventEmitter.h +25 -25
  19. package/ios/Flir/src/FlirEventEmitter.m +63 -63
  20. package/ios/Flir/src/FlirManager.swift +599 -599
  21. package/ios/Flir/src/FlirModule.h +17 -17
  22. package/ios/Flir/src/FlirModule.m +713 -713
  23. package/ios/Flir/src/FlirPreviewView.h +13 -13
  24. package/ios/Flir/src/FlirPreviewView.m +171 -171
  25. package/ios/Flir/src/FlirState.h +68 -68
  26. package/ios/Flir/src/FlirState.m +135 -135
  27. package/ios/Flir/src/FlirViewManager.h +16 -16
  28. package/ios/Flir/src/FlirViewManager.m +27 -27
  29. package/package.json +72 -70
  30. package/react-native.config.js +14 -14
  31. package/scripts/fetch-binaries.js +241 -0
  32. package/sdk-manifest.json +50 -52
  33. package/src/index.d.ts +63 -76
  34. package/src/index.js +7 -7
  35. package/src/index.ts +6 -7
  36. package/android/Flir/src/main/java/flir/android/FlirDownloadManager.kt +0 -55
  37. package/android/Flir/src/main/java/flir/android/FlirDownloadPackage.kt +0 -16
  38. package/ios/Flir/Frameworks/MeterLink.xcframework/Info.plist +0 -44
  39. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Headers/FLIRMeterLinkDevice.h +0 -454
  40. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Headers/FLIRMeterLinkManager.h +0 -171
  41. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Headers/MeterLink.h +0 -26
  42. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Info.plist +0 -0
  43. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/MeterLink +0 -0
  44. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64/MeterLink.framework/Modules/module.modulemap +0 -6
  45. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Headers/FLIRMeterLinkDevice.h +0 -454
  46. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Headers/FLIRMeterLinkManager.h +0 -171
  47. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Headers/MeterLink.h +0 -26
  48. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Info.plist +0 -0
  49. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/MeterLink +0 -0
  50. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/Modules/module.modulemap +0 -6
  51. package/ios/Flir/Frameworks/MeterLink.xcframework/ios-arm64_x86_64-simulator/MeterLink.framework/_CodeSignature/CodeResources +0 -146
  52. package/ios/Flir/Frameworks/ThermalSDK.xcframework/Info.plist +0 -44
  53. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRBattery.h +0 -76
  54. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCalibration.h +0 -108
  55. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCamera.h +0 -206
  56. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraDeviceInfo.h +0 -53
  57. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraEvent.h +0 -132
  58. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraExport.h +0 -93
  59. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRCameraImport.h +0 -204
  60. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRColorDistributionSettings.h +0 -204
  61. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRColorizer.h +0 -82
  62. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRDiscoveredCamera.h +0 -44
  63. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRDiscovery.h +0 -132
  64. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRDisplaySettings.h +0 -29
  65. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFocus.h +0 -70
  66. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFusion.h +0 -192
  67. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFusionController.h +0 -136
  68. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRFusionTransformation.h +0 -35
  69. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRIdentity.h +0 -264
  70. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRImageBase.h +0 -196
  71. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRImageColorizer.h +0 -26
  72. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRImageStatistics.h +0 -61
  73. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRIsotherms.h +0 -208
  74. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementArea.h +0 -38
  75. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementCollection.h +0 -147
  76. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementDelta.h +0 -62
  77. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementDimensions.h +0 -33
  78. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementEllipse.h +0 -49
  79. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementLine.h +0 -66
  80. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementMarker.h +0 -69
  81. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementParameters.h +0 -41
  82. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementRectangle.h +0 -36
  83. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementReference.h +0 -27
  84. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementShape.h +0 -46
  85. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementSpot.h +0 -33
  86. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeasurementsController.h +0 -160
  87. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRMeterLinkSensorPoll.h +0 -247
  88. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIROverlayController.h +0 -27
  89. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRPalette.h +0 -60
  90. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRPaletteController.h +0 -36
  91. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRPaletteManager.h +0 -97
  92. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRQuantification.h +0 -55
  93. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRRemoteControl.h +0 -393
  94. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRRenderer.h +0 -35
  95. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRRendererImpl.h +0 -17
  96. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRScale.h +0 -99
  97. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRScaleController.h +0 -44
  98. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRStream.h +0 -109
  99. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRStreamer.h +0 -124
  100. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRSystem.h +0 -40
  101. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRTemperatureRange.h +0 -43
  102. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalDelta.h +0 -77
  103. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalImage.h +0 -331
  104. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalImageFile.h +0 -56
  105. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalParameters.h +0 -31
  106. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRThermalValue.h +0 -92
  107. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/FLIRWirelessCameraDetails.h +0 -88
  108. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Headers/ThermalSDK.h +0 -74
  109. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Info.plist +0 -0
  110. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/Modules/module.modulemap +0 -6
  111. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64/ThermalSDK.framework/ThermalSDK +0 -0
  112. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRBattery.h +0 -76
  113. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCalibration.h +0 -108
  114. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCamera.h +0 -206
  115. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraDeviceInfo.h +0 -53
  116. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraEvent.h +0 -132
  117. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraExport.h +0 -93
  118. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRCameraImport.h +0 -204
  119. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRColorDistributionSettings.h +0 -204
  120. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRColorizer.h +0 -82
  121. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRDiscoveredCamera.h +0 -44
  122. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRDiscovery.h +0 -132
  123. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRDisplaySettings.h +0 -29
  124. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFocus.h +0 -70
  125. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFusion.h +0 -192
  126. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFusionController.h +0 -136
  127. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRFusionTransformation.h +0 -35
  128. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRIdentity.h +0 -264
  129. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRImageBase.h +0 -196
  130. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRImageColorizer.h +0 -26
  131. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRImageStatistics.h +0 -61
  132. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRIsotherms.h +0 -208
  133. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementArea.h +0 -38
  134. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementCollection.h +0 -147
  135. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementDelta.h +0 -62
  136. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementDimensions.h +0 -33
  137. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementEllipse.h +0 -49
  138. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementLine.h +0 -66
  139. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementMarker.h +0 -69
  140. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementParameters.h +0 -41
  141. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementRectangle.h +0 -36
  142. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementReference.h +0 -27
  143. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementShape.h +0 -46
  144. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementSpot.h +0 -33
  145. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeasurementsController.h +0 -160
  146. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRMeterLinkSensorPoll.h +0 -247
  147. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIROverlayController.h +0 -27
  148. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRPalette.h +0 -60
  149. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRPaletteController.h +0 -36
  150. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRPaletteManager.h +0 -97
  151. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRQuantification.h +0 -55
  152. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRRemoteControl.h +0 -393
  153. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRRenderer.h +0 -35
  154. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRRendererImpl.h +0 -17
  155. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRScale.h +0 -99
  156. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRScaleController.h +0 -44
  157. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRStream.h +0 -109
  158. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRStreamer.h +0 -124
  159. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRSystem.h +0 -40
  160. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRTemperatureRange.h +0 -43
  161. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalDelta.h +0 -77
  162. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalImage.h +0 -331
  163. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalImageFile.h +0 -56
  164. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalParameters.h +0 -31
  165. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRThermalValue.h +0 -92
  166. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/FLIRWirelessCameraDetails.h +0 -88
  167. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Headers/ThermalSDK.h +0 -74
  168. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Info.plist +0 -0
  169. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/Modules/module.modulemap +0 -6
  170. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/ThermalSDK +0 -0
  171. package/ios/Flir/Frameworks/ThermalSDK.xcframework/ios-arm64_x86_64-simulator/ThermalSDK.framework/_CodeSignature/CodeResources +0 -729
  172. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/Info.plist +0 -44
  173. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/ac3_parser.h +0 -36
  174. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/adts_parser.h +0 -37
  175. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/avcodec.h +0 -3128
  176. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/avdct.h +0 -88
  177. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/avfft.h +0 -149
  178. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/bsf.h +0 -332
  179. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec.h +0 -382
  180. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec_desc.h +0 -134
  181. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec_id.h +0 -669
  182. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/codec_par.h +0 -248
  183. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/d3d11va.h +0 -109
  184. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/defs.h +0 -337
  185. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/dirac.h +0 -135
  186. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/dv_profile.h +0 -82
  187. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/dxva2.h +0 -90
  188. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/jni.h +0 -67
  189. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/mediacodec.h +0 -103
  190. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/packet.h +0 -887
  191. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/qsv.h +0 -109
  192. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/vdpau.h +0 -171
  193. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/version.h +0 -45
  194. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/version_major.h +0 -52
  195. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/videotoolbox.h +0 -85
  196. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Headers/vorbis_parser.h +0 -74
  197. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/Info.plist +0 -54
  198. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64/libavcodec.61.dylib.framework/libavcodec.61.dylib +0 -0
  199. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/ac3_parser.h +0 -36
  200. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/adts_parser.h +0 -37
  201. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/avcodec.h +0 -3128
  202. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/avdct.h +0 -88
  203. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/avfft.h +0 -149
  204. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/bsf.h +0 -332
  205. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec.h +0 -382
  206. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec_desc.h +0 -134
  207. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec_id.h +0 -669
  208. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/codec_par.h +0 -248
  209. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/d3d11va.h +0 -109
  210. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/defs.h +0 -337
  211. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/dirac.h +0 -135
  212. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/dv_profile.h +0 -82
  213. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/dxva2.h +0 -90
  214. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/jni.h +0 -67
  215. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/mediacodec.h +0 -103
  216. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/packet.h +0 -887
  217. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/qsv.h +0 -109
  218. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/vdpau.h +0 -171
  219. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/version.h +0 -45
  220. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/version_major.h +0 -52
  221. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/videotoolbox.h +0 -85
  222. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Headers/vorbis_parser.h +0 -74
  223. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/Info.plist +0 -54
  224. package/ios/Flir/Frameworks/libavcodec.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavcodec.61.dylib.framework/libavcodec.61.dylib +0 -0
  225. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/Info.plist +0 -44
  226. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Headers/avdevice.h +0 -397
  227. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Headers/version.h +0 -45
  228. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Headers/version_major.h +0 -43
  229. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/Info.plist +0 -54
  230. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64/libavdevice.61.dylib.framework/libavdevice.61.dylib +0 -0
  231. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Headers/avdevice.h +0 -397
  232. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Headers/version.h +0 -45
  233. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Headers/version_major.h +0 -43
  234. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/Info.plist +0 -54
  235. package/ios/Flir/Frameworks/libavdevice.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavdevice.61.dylib.framework/libavdevice.61.dylib +0 -0
  236. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/Info.plist +0 -44
  237. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/avfilter.h +0 -1379
  238. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/buffersink.h +0 -173
  239. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/buffersrc.h +0 -215
  240. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/version.h +0 -48
  241. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Headers/version_major.h +0 -40
  242. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/Info.plist +0 -54
  243. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64/libavfilter.10.dylib.framework/libavfilter.10.dylib +0 -0
  244. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/avfilter.h +0 -1379
  245. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/buffersink.h +0 -173
  246. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/buffersrc.h +0 -215
  247. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/version.h +0 -48
  248. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Headers/version_major.h +0 -40
  249. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/Info.plist +0 -54
  250. package/ios/Flir/Frameworks/libavfilter.10.dylib.xcframework/ios-arm64_x86_64-simulator/libavfilter.10.dylib.framework/libavfilter.10.dylib +0 -0
  251. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/Info.plist +0 -44
  252. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/avformat.h +0 -3107
  253. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/avio.h +0 -831
  254. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/version.h +0 -47
  255. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Headers/version_major.h +0 -54
  256. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/Info.plist +0 -54
  257. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64/libavformat.61.dylib.framework/libavformat.61.dylib +0 -0
  258. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/avformat.h +0 -3107
  259. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/avio.h +0 -831
  260. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/version.h +0 -47
  261. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Headers/version_major.h +0 -54
  262. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/Info.plist +0 -54
  263. package/ios/Flir/Frameworks/libavformat.61.dylib.xcframework/ios-arm64_x86_64-simulator/libavformat.61.dylib.framework/libavformat.61.dylib +0 -0
  264. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/Info.plist +0 -44
  265. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/adler32.h +0 -63
  266. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/aes.h +0 -69
  267. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/aes_ctr.h +0 -99
  268. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/ambient_viewing_environment.h +0 -72
  269. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/attributes.h +0 -173
  270. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/audio_fifo.h +0 -187
  271. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avassert.h +0 -78
  272. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avconfig.h +0 -6
  273. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avstring.h +0 -428
  274. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/avutil.h +0 -362
  275. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/base64.h +0 -72
  276. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/blowfish.h +0 -82
  277. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/bprint.h +0 -254
  278. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/bswap.h +0 -105
  279. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/buffer.h +0 -322
  280. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/camellia.h +0 -70
  281. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/cast5.h +0 -80
  282. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/channel_layout.h +0 -751
  283. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/common.h +0 -589
  284. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/cpu.h +0 -145
  285. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/crc.h +0 -102
  286. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/csp.h +0 -150
  287. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/des.h +0 -81
  288. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/detection_bbox.h +0 -108
  289. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/dict.h +0 -241
  290. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/display.h +0 -109
  291. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/dovi_meta.h +0 -396
  292. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/downmix_info.h +0 -115
  293. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/encryption_info.h +0 -205
  294. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/error.h +0 -129
  295. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/eval.h +0 -140
  296. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/executor.h +0 -67
  297. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/ffversion.h +0 -5
  298. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/fifo.h +0 -242
  299. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/file.h +0 -62
  300. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/film_grain_params.h +0 -322
  301. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/frame.h +0 -1175
  302. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hash.h +0 -264
  303. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hdr_dynamic_metadata.h +0 -376
  304. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hdr_dynamic_vivid_metadata.h +0 -346
  305. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hmac.h +0 -99
  306. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext.h +0 -598
  307. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_cuda.h +0 -74
  308. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_d3d11va.h +0 -178
  309. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_d3d12va.h +0 -142
  310. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_drm.h +0 -169
  311. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_dxva2.h +0 -75
  312. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_mediacodec.h +0 -61
  313. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_opencl.h +0 -100
  314. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_qsv.h +0 -87
  315. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_vaapi.h +0 -117
  316. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_vdpau.h +0 -44
  317. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_videotoolbox.h +0 -106
  318. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/hwcontext_vulkan.h +0 -382
  319. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/iamf.h +0 -690
  320. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/imgutils.h +0 -377
  321. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/intfloat.h +0 -77
  322. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/intreadwrite.h +0 -677
  323. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/lfg.h +0 -81
  324. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/log.h +0 -387
  325. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/lzo.h +0 -66
  326. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/macros.h +0 -80
  327. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/mastering_display_metadata.h +0 -137
  328. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/mathematics.h +0 -300
  329. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/md5.h +0 -89
  330. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/mem.h +0 -607
  331. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/motion_vector.h +0 -57
  332. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/murmur3.h +0 -115
  333. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/opt.h +0 -1187
  334. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/parseutils.h +0 -197
  335. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/pixdesc.h +0 -440
  336. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/pixelutils.h +0 -51
  337. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/pixfmt.h +0 -716
  338. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/random_seed.h +0 -57
  339. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/rational.h +0 -225
  340. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/rc4.h +0 -69
  341. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/replaygain.h +0 -50
  342. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/ripemd.h +0 -83
  343. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/samplefmt.h +0 -269
  344. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/sha.h +0 -90
  345. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/sha512.h +0 -92
  346. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/spherical.h +0 -243
  347. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/stereo3d.h +0 -325
  348. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/tea.h +0 -71
  349. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/threadmessage.h +0 -115
  350. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/time.h +0 -56
  351. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/timecode.h +0 -199
  352. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/timestamp.h +0 -85
  353. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/tree.h +0 -137
  354. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/twofish.h +0 -70
  355. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/tx.h +0 -210
  356. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/uuid.h +0 -146
  357. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/version.h +0 -124
  358. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/video_enc_params.h +0 -171
  359. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/video_hint.h +0 -107
  360. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Headers/xtea.h +0 -94
  361. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/Info.plist +0 -54
  362. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64/libavutil.59.dylib.framework/libavutil.59.dylib +0 -0
  363. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/adler32.h +0 -63
  364. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/aes.h +0 -69
  365. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/aes_ctr.h +0 -99
  366. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/ambient_viewing_environment.h +0 -72
  367. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/attributes.h +0 -173
  368. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/audio_fifo.h +0 -187
  369. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avassert.h +0 -78
  370. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avconfig.h +0 -6
  371. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avstring.h +0 -428
  372. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/avutil.h +0 -362
  373. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/base64.h +0 -72
  374. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/blowfish.h +0 -82
  375. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/bprint.h +0 -254
  376. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/bswap.h +0 -105
  377. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/buffer.h +0 -322
  378. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/camellia.h +0 -70
  379. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/cast5.h +0 -80
  380. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/channel_layout.h +0 -751
  381. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/common.h +0 -589
  382. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/cpu.h +0 -145
  383. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/crc.h +0 -102
  384. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/csp.h +0 -150
  385. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/des.h +0 -81
  386. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/detection_bbox.h +0 -108
  387. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/dict.h +0 -241
  388. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/display.h +0 -109
  389. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/dovi_meta.h +0 -396
  390. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/downmix_info.h +0 -115
  391. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/encryption_info.h +0 -205
  392. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/error.h +0 -129
  393. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/eval.h +0 -140
  394. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/executor.h +0 -67
  395. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/ffversion.h +0 -5
  396. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/fifo.h +0 -242
  397. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/file.h +0 -62
  398. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/film_grain_params.h +0 -322
  399. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/frame.h +0 -1175
  400. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hash.h +0 -264
  401. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hdr_dynamic_metadata.h +0 -376
  402. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hdr_dynamic_vivid_metadata.h +0 -346
  403. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hmac.h +0 -99
  404. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext.h +0 -598
  405. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_cuda.h +0 -74
  406. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_d3d11va.h +0 -178
  407. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_d3d12va.h +0 -142
  408. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_drm.h +0 -169
  409. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_dxva2.h +0 -75
  410. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_mediacodec.h +0 -61
  411. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_opencl.h +0 -100
  412. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_qsv.h +0 -87
  413. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_vaapi.h +0 -117
  414. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_vdpau.h +0 -44
  415. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_videotoolbox.h +0 -106
  416. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/hwcontext_vulkan.h +0 -382
  417. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/iamf.h +0 -690
  418. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/imgutils.h +0 -377
  419. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/intfloat.h +0 -77
  420. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/intreadwrite.h +0 -677
  421. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/lfg.h +0 -81
  422. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/log.h +0 -387
  423. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/lzo.h +0 -66
  424. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/macros.h +0 -80
  425. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/mastering_display_metadata.h +0 -137
  426. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/mathematics.h +0 -300
  427. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/md5.h +0 -89
  428. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/mem.h +0 -607
  429. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/motion_vector.h +0 -57
  430. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/murmur3.h +0 -115
  431. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/opt.h +0 -1187
  432. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/parseutils.h +0 -197
  433. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/pixdesc.h +0 -440
  434. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/pixelutils.h +0 -51
  435. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/pixfmt.h +0 -716
  436. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/random_seed.h +0 -57
  437. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/rational.h +0 -225
  438. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/rc4.h +0 -69
  439. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/replaygain.h +0 -50
  440. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/ripemd.h +0 -83
  441. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/samplefmt.h +0 -269
  442. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/sha.h +0 -90
  443. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/sha512.h +0 -92
  444. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/spherical.h +0 -243
  445. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/stereo3d.h +0 -325
  446. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/tea.h +0 -71
  447. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/threadmessage.h +0 -115
  448. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/time.h +0 -56
  449. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/timecode.h +0 -199
  450. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/timestamp.h +0 -85
  451. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/tree.h +0 -137
  452. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/twofish.h +0 -70
  453. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/tx.h +0 -210
  454. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/uuid.h +0 -146
  455. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/version.h +0 -124
  456. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/video_enc_params.h +0 -171
  457. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/video_hint.h +0 -107
  458. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Headers/xtea.h +0 -94
  459. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/Info.plist +0 -54
  460. package/ios/Flir/Frameworks/libavutil.59.dylib.xcframework/ios-arm64_x86_64-simulator/libavutil.59.dylib.framework/libavutil.59.dylib +0 -0
  461. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/Info.plist +0 -44
  462. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicHashTable.hh +0 -104
  463. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment.hh +0 -86
  464. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment0.hh +0 -131
  465. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment_version.hh +0 -25
  466. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/DelayQueue.hh +0 -183
  467. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/BasicUsageEnvironment/HandlerSet.hh +0 -79
  468. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/Boolean.hh +0 -37
  469. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/HashTable.hh +0 -78
  470. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment.hh +0 -178
  471. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment_version.hh +0 -25
  472. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/UsageEnvironment/strDup.hh +0 -39
  473. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/GroupEId.hh +0 -64
  474. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/Groupsock.hh +0 -201
  475. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/GroupsockHelper.hh +0 -169
  476. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/IOHandlers.hh +0 -31
  477. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/NetAddress.hh +0 -209
  478. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/NetCommon.h +0 -126
  479. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/NetInterface.hh +0 -109
  480. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/groupsock/groupsock_version.hh +0 -25
  481. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioFileServerMediaSubsession.hh +0 -48
  482. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSink.hh +0 -57
  483. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSource.hh +0 -51
  484. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AC3AudioStreamFramer.hh +0 -70
  485. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileServerMediaSubsession.hh +0 -48
  486. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileSource.hh +0 -56
  487. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioStreamDiscreteFramer.hh +0 -61
  488. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileServerMediaSubsession.hh +0 -48
  489. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSink.hh +0 -51
  490. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSource.hh +0 -48
  491. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSink.hh +0 -65
  492. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSource.hh +0 -53
  493. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AMRAudioSource.hh +0 -52
  494. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AVIFileSink.hh +0 -115
  495. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AudioInputDevice.hh +0 -71
  496. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/AudioRTPSink.hh +0 -42
  497. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/Base64.hh +0 -45
  498. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSink.hh +0 -62
  499. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSource.hh +0 -56
  500. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/BitVector.hh +0 -69
  501. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ByteStreamFileSource.hh +0 -82
  502. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMemoryBufferSource.hh +0 -70
  503. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMultiFileSource.hh +0 -69
  504. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoFileServerMediaSubsession.hh +0 -51
  505. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSink.hh +0 -57
  506. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSource.hh +0 -51
  507. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DVVideoStreamFramer.hh +0 -72
  508. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DeviceSource.hh +0 -66
  509. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/DigestAuthentication.hh +0 -77
  510. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FileServerMediaSubsession.hh +0 -43
  511. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FileSink.hh +0 -71
  512. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FramedFileSource.hh +0 -37
  513. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FramedFilter.hh +0 -52
  514. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/FramedSource.hh +0 -95
  515. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/GSMAudioRTPSink.hh +0 -44
  516. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/GenericMediaServer.hh +0 -224
  517. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H261VideoRTPSource.hh +0 -56
  518. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoFileServerMediaSubsession.hh +0 -48
  519. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSink.hh +0 -54
  520. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSource.hh +0 -60
  521. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoStreamFramer.hh +0 -64
  522. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileServerMediaSubsession.hh +0 -61
  523. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileSink.hh +0 -47
  524. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSink.hh +0 -59
  525. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSource.hh +0 -70
  526. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamDiscreteFramer.hh +0 -48
  527. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamFramer.hh +0 -45
  528. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoFileSink.hh +0 -46
  529. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoRTPSink.hh +0 -60
  530. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamDiscreteFramer.hh +0 -56
  531. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamFramer.hh +0 -92
  532. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileServerMediaSubsession.hh +0 -61
  533. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileSink.hh +0 -51
  534. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSink.hh +0 -62
  535. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSource.hh +0 -67
  536. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamDiscreteFramer.hh +0 -48
  537. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamFramer.hh +0 -45
  538. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/HLSSegmenter.hh +0 -76
  539. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/HMAC_SHA1.hh +0 -34
  540. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/HMAC_hash.hh +0 -37
  541. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/InputFile.hh +0 -67
  542. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSink.hh +0 -46
  543. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSource.hh +0 -53
  544. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSink.hh +0 -52
  545. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSource.hh +0 -59
  546. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoSource.hh +0 -55
  547. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/Locale.hh +0 -80
  548. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MIKEY.hh +0 -75
  549. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADU.hh +0 -94
  550. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSink.hh +0 -55
  551. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSource.hh +0 -49
  552. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADUTranscoder.hh +0 -64
  553. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3ADUinterleaving.hh +0 -129
  554. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3AudioFileServerMediaSubsession.hh +0 -73
  555. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3FileSource.hh +0 -71
  556. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MP3Transcoder.hh +0 -44
  557. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSink.hh +0 -48
  558. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSource.hh +0 -51
  559. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioStreamFramer.hh +0 -70
  560. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2Demux.hh +0 -158
  561. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedElementaryStream.hh +0 -69
  562. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedServerMediaSubsession.hh +0 -63
  563. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2FileServerDemux.hh +0 -70
  564. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoFileServerMediaSubsession.hh +0 -59
  565. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSink.hh +0 -69
  566. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSource.hh +0 -53
  567. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamDiscreteFramer.hh +0 -76
  568. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamFramer.hh +0 -56
  569. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2IndexFromTransportStream.hh +0 -95
  570. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportFileServerMediaSubsession.hh +0 -131
  571. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamAccumulator.hh +0 -60
  572. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamDemux.hh +0 -50
  573. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFramer.hh +0 -78
  574. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromESSource.hh +0 -66
  575. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromPESSource.hh +0 -62
  576. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamIndexFile.hh +0 -96
  577. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamMultiplexor.hh +0 -120
  578. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamTrickModeFilter.hh +0 -99
  579. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportUDPServerMediaSubsession.hh +0 -55
  580. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSink.hh +0 -72
  581. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSource.hh +0 -51
  582. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSink.hh +0 -70
  583. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSource.hh +0 -78
  584. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSink.hh +0 -69
  585. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSource.hh +0 -101
  586. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoFileServerMediaSubsession.hh +0 -61
  587. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamDiscreteFramer.hh +0 -73
  588. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamFramer.hh +0 -75
  589. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MPEGVideoStreamFramer.hh +0 -85
  590. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MatroskaFile.hh +0 -218
  591. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MatroskaFileServerDemux.hh +0 -88
  592. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/Media.hh +0 -139
  593. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaSession.hh +0 -374
  594. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaSink.hh +0 -135
  595. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaSource.hh +0 -59
  596. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MediaTranscodingTable.hh +0 -66
  597. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSink.hh +0 -140
  598. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSource.hh +0 -159
  599. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OggFile.hh +0 -179
  600. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OggFileServerDemux.hh +0 -85
  601. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OggFileSink.hh +0 -79
  602. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OnDemandServerMediaSubsession.hh +0 -233
  603. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/OutputFile.hh +0 -31
  604. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/PassiveServerMediaSubsession.hh +0 -83
  605. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ProxyServerMediaSession.hh +0 -238
  606. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/QCELPAudioRTPSource.hh +0 -39
  607. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/QuickTimeFileSink.hh +0 -192
  608. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/QuickTimeGenericRTPSource.hh +0 -68
  609. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTCP.hh +0 -250
  610. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTPInterface.hh +0 -115
  611. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTPSink.hh +0 -250
  612. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTPSource.hh +0 -281
  613. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPClient.hh +0 -448
  614. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPCommon.hh +0 -65
  615. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPRegisterSender.hh +0 -138
  616. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RTSPServer.hh +0 -397
  617. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RawVideoFrameParameters.hh +0 -37
  618. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSink.hh +0 -71
  619. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSource.hh +0 -60
  620. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SIPClient.hh +0 -150
  621. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SRTPCryptographicContext.hh +0 -152
  622. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ServerMediaSession.hh +0 -200
  623. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSink.hh +0 -76
  624. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSource.hh +0 -65
  625. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/StreamReplicator.hh +0 -84
  626. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/T140TextRTPSink.hh +0 -103
  627. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TLSState.hh +0 -102
  628. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TextRTPSink.hh +0 -41
  629. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSink.hh +0 -72
  630. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSource.hh +0 -53
  631. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSink.hh +0 -50
  632. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSource.hh +0 -50
  633. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSink.hh +0 -50
  634. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSource.hh +0 -50
  635. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VideoRTPSink.hh +0 -41
  636. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSink.hh +0 -85
  637. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSource.hh +0 -66
  638. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileServerMediaSubsession.hh +0 -68
  639. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileSource.hh +0 -86
  640. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/export.h +0 -30
  641. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/liveMedia.hh +0 -137
  642. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/liveMedia_version.hh +0 -25
  643. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/ourMD5.hh +0 -38
  644. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Headers/liveMedia/uLawAudioFilter.hh +0 -208
  645. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/Info.plist +0 -54
  646. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64/liblive666.dylib.framework/liblive666.dylib +0 -0
  647. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicHashTable.hh +0 -104
  648. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment.hh +0 -86
  649. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment0.hh +0 -131
  650. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/BasicUsageEnvironment_version.hh +0 -25
  651. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/DelayQueue.hh +0 -183
  652. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/BasicUsageEnvironment/HandlerSet.hh +0 -79
  653. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/Boolean.hh +0 -37
  654. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/HashTable.hh +0 -78
  655. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment.hh +0 -178
  656. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/UsageEnvironment_version.hh +0 -25
  657. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/UsageEnvironment/strDup.hh +0 -39
  658. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/GroupEId.hh +0 -64
  659. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/Groupsock.hh +0 -201
  660. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/GroupsockHelper.hh +0 -169
  661. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/IOHandlers.hh +0 -31
  662. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/NetAddress.hh +0 -209
  663. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/NetCommon.h +0 -126
  664. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/NetInterface.hh +0 -109
  665. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/groupsock/groupsock_version.hh +0 -25
  666. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioFileServerMediaSubsession.hh +0 -48
  667. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSink.hh +0 -57
  668. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioRTPSource.hh +0 -51
  669. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AC3AudioStreamFramer.hh +0 -70
  670. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileServerMediaSubsession.hh +0 -48
  671. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioFileSource.hh +0 -56
  672. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ADTSAudioStreamDiscreteFramer.hh +0 -61
  673. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileServerMediaSubsession.hh +0 -48
  674. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSink.hh +0 -51
  675. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioFileSource.hh +0 -48
  676. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSink.hh +0 -65
  677. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioRTPSource.hh +0 -53
  678. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AMRAudioSource.hh +0 -52
  679. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AVIFileSink.hh +0 -115
  680. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AudioInputDevice.hh +0 -71
  681. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/AudioRTPSink.hh +0 -42
  682. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/Base64.hh +0 -45
  683. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSink.hh +0 -62
  684. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/BasicUDPSource.hh +0 -56
  685. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/BitVector.hh +0 -69
  686. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ByteStreamFileSource.hh +0 -82
  687. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMemoryBufferSource.hh +0 -70
  688. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ByteStreamMultiFileSource.hh +0 -69
  689. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoFileServerMediaSubsession.hh +0 -51
  690. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSink.hh +0 -57
  691. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoRTPSource.hh +0 -51
  692. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DVVideoStreamFramer.hh +0 -72
  693. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DeviceSource.hh +0 -66
  694. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/DigestAuthentication.hh +0 -77
  695. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FileServerMediaSubsession.hh +0 -43
  696. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FileSink.hh +0 -71
  697. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FramedFileSource.hh +0 -37
  698. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FramedFilter.hh +0 -52
  699. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/FramedSource.hh +0 -95
  700. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/GSMAudioRTPSink.hh +0 -44
  701. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/GenericMediaServer.hh +0 -224
  702. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H261VideoRTPSource.hh +0 -56
  703. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoFileServerMediaSubsession.hh +0 -48
  704. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSink.hh +0 -54
  705. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoRTPSource.hh +0 -60
  706. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H263plusVideoStreamFramer.hh +0 -64
  707. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileServerMediaSubsession.hh +0 -61
  708. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoFileSink.hh +0 -47
  709. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSink.hh +0 -59
  710. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoRTPSource.hh +0 -70
  711. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamDiscreteFramer.hh +0 -48
  712. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264VideoStreamFramer.hh +0 -45
  713. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoFileSink.hh +0 -46
  714. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoRTPSink.hh +0 -60
  715. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamDiscreteFramer.hh +0 -56
  716. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H264or5VideoStreamFramer.hh +0 -92
  717. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileServerMediaSubsession.hh +0 -61
  718. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoFileSink.hh +0 -51
  719. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSink.hh +0 -62
  720. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoRTPSource.hh +0 -67
  721. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamDiscreteFramer.hh +0 -48
  722. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/H265VideoStreamFramer.hh +0 -45
  723. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/HLSSegmenter.hh +0 -76
  724. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/HMAC_SHA1.hh +0 -34
  725. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/HMAC_hash.hh +0 -37
  726. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/InputFile.hh +0 -67
  727. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSink.hh +0 -46
  728. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEG2000VideoRTPSource.hh +0 -53
  729. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSink.hh +0 -52
  730. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoRTPSource.hh +0 -59
  731. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/JPEGVideoSource.hh +0 -55
  732. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/Locale.hh +0 -80
  733. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MIKEY.hh +0 -75
  734. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADU.hh +0 -94
  735. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSink.hh +0 -55
  736. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADURTPSource.hh +0 -49
  737. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADUTranscoder.hh +0 -64
  738. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3ADUinterleaving.hh +0 -129
  739. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3AudioFileServerMediaSubsession.hh +0 -73
  740. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3FileSource.hh +0 -71
  741. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MP3Transcoder.hh +0 -44
  742. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSink.hh +0 -48
  743. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioRTPSource.hh +0 -51
  744. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2AudioStreamFramer.hh +0 -70
  745. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2Demux.hh +0 -158
  746. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedElementaryStream.hh +0 -69
  747. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2DemuxedServerMediaSubsession.hh +0 -63
  748. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2FileServerDemux.hh +0 -70
  749. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoFileServerMediaSubsession.hh +0 -59
  750. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSink.hh +0 -69
  751. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoRTPSource.hh +0 -53
  752. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamDiscreteFramer.hh +0 -76
  753. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG1or2VideoStreamFramer.hh +0 -56
  754. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2IndexFromTransportStream.hh +0 -95
  755. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportFileServerMediaSubsession.hh +0 -131
  756. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamAccumulator.hh +0 -60
  757. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamDemux.hh +0 -50
  758. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFramer.hh +0 -78
  759. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromESSource.hh +0 -66
  760. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamFromPESSource.hh +0 -62
  761. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamIndexFile.hh +0 -96
  762. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamMultiplexor.hh +0 -120
  763. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportStreamTrickModeFilter.hh +0 -99
  764. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG2TransportUDPServerMediaSubsession.hh +0 -55
  765. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSink.hh +0 -72
  766. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4ESVideoRTPSource.hh +0 -51
  767. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSink.hh +0 -70
  768. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4GenericRTPSource.hh +0 -78
  769. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSink.hh +0 -69
  770. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4LATMAudioRTPSource.hh +0 -101
  771. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoFileServerMediaSubsession.hh +0 -61
  772. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamDiscreteFramer.hh +0 -73
  773. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEG4VideoStreamFramer.hh +0 -75
  774. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MPEGVideoStreamFramer.hh +0 -85
  775. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MatroskaFile.hh +0 -218
  776. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MatroskaFileServerDemux.hh +0 -88
  777. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/Media.hh +0 -139
  778. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaSession.hh +0 -374
  779. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaSink.hh +0 -135
  780. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaSource.hh +0 -59
  781. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MediaTranscodingTable.hh +0 -66
  782. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSink.hh +0 -140
  783. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/MultiFramedRTPSource.hh +0 -159
  784. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OggFile.hh +0 -179
  785. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OggFileServerDemux.hh +0 -85
  786. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OggFileSink.hh +0 -79
  787. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OnDemandServerMediaSubsession.hh +0 -233
  788. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/OutputFile.hh +0 -31
  789. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/PassiveServerMediaSubsession.hh +0 -83
  790. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ProxyServerMediaSession.hh +0 -238
  791. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/QCELPAudioRTPSource.hh +0 -39
  792. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/QuickTimeFileSink.hh +0 -192
  793. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/QuickTimeGenericRTPSource.hh +0 -68
  794. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTCP.hh +0 -250
  795. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTPInterface.hh +0 -115
  796. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTPSink.hh +0 -250
  797. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTPSource.hh +0 -281
  798. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPClient.hh +0 -448
  799. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPCommon.hh +0 -65
  800. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPRegisterSender.hh +0 -138
  801. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RTSPServer.hh +0 -397
  802. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RawVideoFrameParameters.hh +0 -37
  803. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSink.hh +0 -71
  804. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/RawVideoRTPSource.hh +0 -60
  805. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SIPClient.hh +0 -150
  806. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SRTPCryptographicContext.hh +0 -152
  807. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ServerMediaSession.hh +0 -200
  808. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSink.hh +0 -76
  809. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/SimpleRTPSource.hh +0 -65
  810. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/StreamReplicator.hh +0 -84
  811. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/T140TextRTPSink.hh +0 -103
  812. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TLSState.hh +0 -102
  813. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TextRTPSink.hh +0 -41
  814. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSink.hh +0 -72
  815. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/TheoraVideoRTPSource.hh +0 -53
  816. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSink.hh +0 -50
  817. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP8VideoRTPSource.hh +0 -50
  818. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSink.hh +0 -50
  819. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VP9VideoRTPSource.hh +0 -50
  820. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VideoRTPSink.hh +0 -41
  821. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSink.hh +0 -85
  822. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/VorbisAudioRTPSource.hh +0 -66
  823. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileServerMediaSubsession.hh +0 -68
  824. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/WAVAudioFileSource.hh +0 -86
  825. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/export.h +0 -30
  826. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/liveMedia.hh +0 -137
  827. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/liveMedia_version.hh +0 -25
  828. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/ourMD5.hh +0 -38
  829. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Headers/liveMedia/uLawAudioFilter.hh +0 -208
  830. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/Info.plist +0 -54
  831. package/ios/Flir/Frameworks/liblive666.dylib.xcframework/ios-arm64_x86_64-simulator/liblive666.dylib.framework/liblive666.dylib +0 -0
  832. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/Info.plist +0 -44
  833. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Headers/swresample.h +0 -587
  834. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Headers/version.h +0 -46
  835. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Headers/version_major.h +0 -31
  836. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/Info.plist +0 -54
  837. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64/libswresample.5.dylib.framework/libswresample.5.dylib +0 -0
  838. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Headers/swresample.h +0 -587
  839. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Headers/version.h +0 -46
  840. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Headers/version_major.h +0 -31
  841. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/Info.plist +0 -54
  842. package/ios/Flir/Frameworks/libswresample.5.dylib.xcframework/ios-arm64_x86_64-simulator/libswresample.5.dylib.framework/libswresample.5.dylib +0 -0
  843. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/Info.plist +0 -44
  844. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Headers/swscale.h +0 -460
  845. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Headers/version.h +0 -44
  846. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Headers/version_major.h +0 -35
  847. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/Info.plist +0 -54
  848. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64/libswscale.8.dylib.framework/libswscale.8.dylib +0 -0
  849. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Headers/swscale.h +0 -460
  850. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Headers/version.h +0 -44
  851. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Headers/version_major.h +0 -35
  852. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/Info.plist +0 -54
  853. package/ios/Flir/Frameworks/libswscale.8.dylib.xcframework/ios-arm64_x86_64-simulator/libswscale.8.dylib.framework/libswscale.8.dylib +0 -0
  854. package/ios/Flir/SDKLoader/FlirSDKLoader.m +0 -27
  855. package/ios/Flir/SDKLoader/FlirSDKLoader.swift +0 -294
  856. package/scripts/copy_ios_libs.sh +0 -32
  857. package/scripts/create_stubs.py +0 -174
  858. package/scripts/download-sdk.js +0 -62
  859. package/scripts/prepare-binaries.sh +0 -171
  860. package/src/FlirDownload.ts +0 -78
package/README.md CHANGED
@@ -1,1309 +1,1066 @@
1
- # FLIR Thermal SDK - React Native
2
-
3
- A React Native wrapper for the FLIR Thermal SDK, providing thermal imaging capabilities for both Android and iOS applications.
4
-
5
- [![](https://jitpack.io/v/PraveenOjha/Flir.svg)](https://jitpack.io/#PraveenOjha/Flir)
6
-
7
- ## Features
8
-
9
- - 📱 Cross-platform support (Android & iOS)
10
- - 🔥 Real-time thermal imaging
11
- - 📸 Thermal image capture and processing
12
- - 🎨 Customizable color palettes
13
- - 📊 Temperature measurement and analysis
14
- - **Automatic permission setup** (no manual manifest/plist editing required)
15
- - 📦 **On-demand SDK download** (~100MB downloaded only when needed)
16
- - 🔌 USB & Bluetooth device support
17
- - 🎮 Emulator mode for development without hardware
18
-
19
- ## Installation
20
-
21
- ### npm Installation
22
-
23
- ```bash
24
- npm install ilabs-flir
25
- # or
26
- yarn add ilabs-flir
27
- ```
28
-
29
- ### On-Demand SDK Download
30
-
31
- The FLIR SDK binaries (~100MB) are **not bundled** with this package. They are downloaded on-demand when thermal features are first used.
32
-
33
- #### Quick Start
34
-
35
- ```typescript
36
- import React, { useState, useEffect } from 'react';
37
- import { View, Text, Button, ActivityIndicator } from 'react-native';
38
- import { FlirDownload, FlirModule } from 'ilabs-flir';
39
-
40
- function ThermalCamera() {
41
- const [sdkReady, setSdkReady] = useState(false);
42
- const [downloading, setDownloading] = useState(false);
43
- const [progress, setProgress] = useState(0);
44
-
45
- useEffect(() => {
46
- checkAndDownloadSDK();
47
- }, []);
48
-
49
- const checkAndDownloadSDK = async () => {
50
- try {
51
- // Check if SDK is already available
52
- const available = await FlirDownload.isAvailable();
53
-
54
- if (available) {
55
- setSdkReady(true);
56
- return;
57
- }
58
-
59
- // Get download size to show user
60
- const size = await FlirDownload.getDownloadSizeFormatted(); // "100 MB"
61
- console.log(`SDK needs to be downloaded: ${size}`);
62
-
63
- // Download with progress tracking
64
- setDownloading(true);
65
- await FlirDownload.download((progress) => {
66
- setProgress(progress.percent);
67
- console.log(`Downloading: ${progress.percent.toFixed(0)}%`);
68
- });
69
-
70
- setDownloading(false);
71
- setSdkReady(true);
72
- console.log('SDK ready!');
73
- } catch (error) {
74
- console.error('SDK download failed:', error);
75
- setDownloading(false);
76
- }
77
- };
78
-
79
- if (downloading) {
80
- return (
81
- <View>
82
- <Text>Downloading FLIR SDK...</Text>
83
- <Text>{progress.toFixed(0)}%</Text>
84
- <ActivityIndicator size="large" />
85
- </View>
86
- );
87
- }
88
-
89
- if (!sdkReady) {
90
- return (
91
- <View>
92
- <Text>FLIR SDK not available</Text>
93
- <Button title="Download SDK" onPress={checkAndDownloadSDK} />
94
- </View>
95
- );
96
- }
97
-
98
- // SDK is ready, use FLIR features
99
- return (
100
- <View>
101
- <Button title="Start Discovery" onPress={() => FlirModule.startDiscovery()} />
102
- </View>
103
- );
104
- }
105
- ```
106
-
107
- #### FlirDownload API Reference
108
-
109
- | Method | Returns | Description |
110
- |--------|---------|-------------|
111
- | `isAvailable()` | `Promise<boolean>` | Check if SDK is already downloaded |
112
- | `getDownloadSize()` | `Promise<number>` | Get download size in bytes |
113
- | `getDownloadSizeFormatted()` | `Promise<string>` | Get human-readable size (e.g., "100 MB") |
114
- | `download(onProgress?)` | `Promise<void>` | Download SDK with optional progress callback |
115
- | `cancel()` | `void` | Cancel ongoing download |
116
- | `delete()` | `Promise<boolean>` | Remove downloaded SDK |
117
-
118
- #### Progress Callback
119
-
120
- ```typescript
121
- await FlirDownload.download((progress) => {
122
- console.log('Downloaded:', progress.bytesDownloaded);
123
- console.log('Total:', progress.totalBytes);
124
- console.log('Percent:', progress.percent); // 0-100
125
- });
126
- ```
127
-
128
- #### Best Practices
129
-
130
- **1. Download on First Launch**
131
- ```typescript
132
- // In your App.tsx or main component
133
- useEffect(() => {
134
- const initSDK = async () => {
135
- const available = await FlirDownload.isAvailable();
136
- if (!available) {
137
- // Show a modal or screen explaining the download
138
- await FlirDownload.download((progress) => {
139
- updateProgressBar(progress.percent);
140
- });
141
- }
142
- };
143
- initSDK();
144
- }, []);
145
- ```
146
-
147
- **2. Download Before Feature Access**
148
- ```typescript
149
- const openThermalCamera = async () => {
150
- const available = await FlirDownload.isAvailable();
151
-
152
- if (!available) {
153
- Alert.alert(
154
- 'Download Required',
155
- 'FLIR SDK needs to be downloaded (100 MB). Continue?',
156
- [
157
- { text: 'Cancel', style: 'cancel' },
158
- {
159
- text: 'Download',
160
- onPress: async () => {
161
- await FlirDownload.download((p) => console.log(p.percent));
162
- navigation.navigate('ThermalCamera');
163
- }
164
- }
165
- ]
166
- );
167
- } else {
168
- navigation.navigate('ThermalCamera');
169
- }
170
- };
171
- ```
172
-
173
- **3. Handle Errors**
174
- ```typescript
175
- try {
176
- await FlirDownload.download((progress) => {
177
- setProgress(progress.percent);
178
- });
179
- } catch (error) {
180
- if (error.message.includes('Checksum')) {
181
- Alert.alert('Download Error', 'File verification failed. Please try again.');
182
- } else if (error.message.includes('Network')) {
183
- Alert.alert('Network Error', 'Please check your internet connection.');
184
- } else {
185
- Alert.alert('Error', 'SDK download failed. Please try again.');
186
- }
187
- }
188
- ```
189
-
190
- **4. Show Download Size First**
191
- ```typescript
192
- const size = await FlirDownload.getDownloadSizeFormatted();
193
- Alert.alert(
194
- 'Download Required',
195
- `FLIR SDK (${size}) needs to be downloaded. This is a one-time download.`,
196
- [
197
- { text: 'Cancel' },
198
- { text: 'Download', onPress: () => downloadSDK() }
199
- ]
200
- );
201
- ```
202
-
203
- #### Where SDKs Are Downloaded From
204
-
205
- - **Android**: GitHub Releases (with optional Google Play Feature Delivery support)
206
- - **iOS**: GitHub Releases
207
- - **Source**: https://github.com/PraveenOjha/flir-sdk-binaries/releases
208
- - **Security**: SHA256 checksum verification on all downloads
209
-
210
- #### Offline Usage
211
-
212
- Once downloaded, the SDK is stored permanently on the device:
213
- - **iOS**: `Application Support/FlirSDK/`
214
- - **Android**: App's internal storage
215
-
216
- No internet connection needed after initial download.
217
-
218
- ### Manual SDK Download (Development)
219
-
220
- For development, you can pre-download the SDK:
221
-
222
- ```bash
223
- npm run download-sdk ios
224
- npm run download-sdk android
225
- ```
226
-
227
- ### Advanced: Google Play Feature Delivery (Android)
228
-
229
- For production Android apps distributed via Google Play Store, you can use **Play Feature Delivery** to have Google host and serve the SDK binaries at zero cost.
230
-
231
- **Benefits:**
232
- - ✅ Zero hosting and bandwidth costs (Google serves the files)
233
- - ✅ Faster downloads via Google's CDN
234
- - Automatic updates with your app
235
- - ✅ Already implemented in the code!
236
-
237
- **Setup:**
238
-
239
- 1. Create a dynamic feature module in your Android project:
240
- ```
241
- android/
242
- ├── app/
243
- └── flir_sdk/ # New feature module
244
- ├── build.gradle.kts
245
- └── src/main/AndroidManifest.xml
246
- ```
247
-
248
- 2. See detailed setup guide: [PLAY_FEATURE_DELIVERY_GUIDE.md](./PLAY_FEATURE_DELIVERY_GUIDE.md)
249
-
250
- 3. The code automatically uses Play Feature Delivery when available, with GitHub download as fallback.
251
-
252
- **When to use:**
253
- - ✅ Production apps on Google Play Store
254
- - ✅ Want zero hosting costs
255
- - Development builds (use GitHub download instead)
256
- - ❌ Apps distributed outside Play Store (use GitHub download)
257
-
258
-
259
- ### Prerequisites
260
-
261
- - React Native 0.60+
262
- - Android: minSdk 24, compileSdk 34
263
- - iOS: iOS 13.0+
264
-
265
- ### Quick Install
266
-
267
- #### Android (via JitPack)
268
-
269
- 1. Add JitPack repository to your root `build.gradle`:
270
-
271
- ```gradle
272
- allprojects {
273
- repositories {
274
- // ... other repositories
275
- maven { url 'https://jitpack.io' }
276
- }
277
- }
278
- ```
279
-
280
- 2. Add the dependency to your app's `build.gradle`:
281
-
282
- ```gradle
283
- dependencies {
284
- implementation 'com.github.PraveenOjha:Flir:1.0.0'
285
- }
286
- ```
287
-
288
- 3. Sync your Gradle files.
289
-
290
- **✅ Android permissions are automatically merged!** The library includes:
291
- - USB host feature (for FLIR ONE USB devices)
292
- - Camera & Internet permissions (for network-based FLIR cameras)
293
-
294
- No manual `AndroidManifest.xml` editing required!
295
-
296
- #### iOS (via CocoaPods)
297
-
298
- 1. Add the following to your `Podfile`:
299
-
300
- ```ruby
301
- # From npm package (recommended)
302
- # The pod will be auto-linked via react-native config
303
-
304
- # OR from GitHub repository
305
- pod 'Flir', :git => 'https://github.com/PraveenOjha/Flir.git', :tag => '2.0.0'
306
-
307
- # OR for local development
308
- pod 'Flir', :podspec => '../path/to/Flir/Flir.podspec'
309
- ```
310
-
311
- 2. Run:
312
-
313
- ```bash
314
- cd ios
315
- pod install
316
- ```
317
-
318
- ##### Building Without FLIR SDK (No Paid License)
319
-
320
- If you don't have a paid FLIR developer license, you can build the app without the FLIR SDK. The module will provide fallback stub implementations:
321
-
322
- ```bash
323
- # Set environment variable before pod install
324
- FLIR_DISABLED=1 pod install
325
-
326
- # Or in your Podfile:
327
- ENV['FLIR_DISABLED'] = '1'
328
- ```
329
-
330
- When `FLIR_DISABLED=1`:
331
- - ✅ App compiles without FLIR SDK frameworks
332
- - ✅ All module methods still work (return stubs/fallbacks)
333
- - ✅ Fallback thermal-style gradient images are generated
334
- - No actual thermal camera functionality
335
-
336
- ##### Including FLIR SDK (Paid License Required)
337
-
338
- To enable full FLIR functionality:
339
-
340
- 1. Download ThermalSDK.xcframework from FLIR
341
- 2. Copy the following xcframeworks to `node_modules/ilabs-flir/ios/Flir/Frameworks/`:
342
- - `ThermalSDK.xcframework`
343
- - `libavcodec.61.dylib.xcframework`
344
- - `libavdevice.61.dylib.xcframework`
345
- - `libavfilter.10.dylib.xcframework`
346
- - `libavformat.61.dylib.xcframework`
347
- - `libavutil.59.dylib.xcframework`
348
- - `liblive666.dylib.xcframework`
349
- - `libswresample.5.dylib.xcframework`
350
- - `libswscale.8.dylib.xcframework`
351
- 3. Run `pod install` (without FLIR_DISABLED)
352
-
353
- 3. **Choose ONE of these options for iOS permissions:**
354
-
355
- **Option A: Automatic (Recommended)** - Using React Native Config Plugin
356
-
357
- Add to your `app.json`:
358
-
359
- ```json
360
- {
361
- "plugins": ["ilabs-flir"]
362
- }
363
- ```
364
-
365
- Then run:
366
- ```bash
367
- npx expo prebuild
368
- ```
369
-
370
- ✅ All Info.plist entries are **automatically added**!
371
-
372
- **Option B: Manual Setup** - Add these entries to your `ios/YourApp/Info.plist`:
373
-
374
- ```xml
375
- <!-- External Accessory Protocols for FLIR ONE devices -->
376
- <key>UISupportedExternalAccessoryProtocols</key>
377
- <array>
378
- <string>com.flir.rosebud.config</string>
379
- <string>com.flir.rosebud.frame</string>
380
- <string>com.flir.rosebud.fileio</string>
381
- </array>
382
-
383
- <!-- Bluetooth permissions for FLIR ONE Edge/Pro -->
384
- <key>NSBluetoothAlwaysUsageDescription</key>
385
- <string>This app requires Bluetooth to connect to FLIR thermal cameras</string>
386
-
387
- <key>NSBluetoothPeripheralUsageDescription</key>
388
- <string>This app uses Bluetooth to communicate with FLIR thermal imaging devices</string>
389
- ```
390
-
391
- ## Usage
392
-
393
- ### Device Discovery
394
-
395
- ```javascript
396
- import { NativeModules, NativeEventEmitter } from 'react-native';
397
-
398
- const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
399
- const FlirEmitter = new NativeEventEmitter(FlirModule);
400
-
401
- // Listen for device events
402
- FlirEmitter.addListener('FlirDeviceConnected', (event) => {
403
- console.log('FLIR device connected:', event);
404
- });
405
-
406
- FlirEmitter.addListener('FlirDeviceDisconnected', (event) => {
407
- console.log('FLIR device disconnected:', event);
408
- });
409
-
410
- // Start discovering FLIR devices
411
- FlirModule.startDiscovery();
412
-
413
- // Stop discovery
414
- FlirModule.stopDiscovery();
415
- ```
416
-
417
- ### Camera Connection
418
-
419
- ```javascript
420
- // Connect to discovered device
421
- await FlirModule.connect(identityObject);
422
-
423
- // Disconnect
424
- FlirModule.disconnect();
425
-
426
- // Check connection status
427
- const isConnected = await FlirModule.isDeviceConnected();
428
- const deviceInfo = await FlirModule.getConnectedDeviceInfo();
429
- ```
430
-
431
- ### Temperature Measurement
432
-
433
- ```javascript
434
- // Get temperature at specific point (x, y coordinates)
435
- const temperature = await FlirModule.getTemperatureAt(100, 200);
436
- console.log(`Temperature: ${temperature}°C`);
437
-
438
- // Returns null if no thermal image is available
439
- if (temperature !== null) {
440
- console.log(`Detected: ${temperature.toFixed(2)}°C`);
441
- }
442
- ```
443
-
444
- ### Emulator Mode (Development)
445
-
446
- ```javascript
447
- // Check if running in emulator mode
448
- const isEmulator = await FlirModule.isEmulator();
449
-
450
- // Force start emulator mode (for testing without hardware)
451
- await FlirModule.startEmulatorMode();
452
-
453
- // Get device information
454
- const deviceInfo = await FlirModule.getConnectedDeviceInfo();
455
- // Returns: "Emulator (FLIR ONE)" or "Physical device (FLIR ONE)"
456
- ```
457
-
458
- ## API Reference
459
-
460
- ### Methods
461
-
462
- | Method | Parameters | Returns | Description |
463
- |--------|-----------|---------|-------------|
464
- | **Device Discovery** |
465
- | `startDiscovery()` | - | `void` | Start scanning forFLIR devices (USB & Emulator) |
466
- | `stopDiscovery()` | - | `void` | Stop device discovery |
467
- | **Connection** |
468
- | `connect(identity)` | `identity: object` | `Promise<boolean>` | Connect to a discovered FLIR device |
469
- | `disconnect()` | - | `void` | Disconnect from current device |
470
- | `isDeviceConnected()` | - | `Promise<boolean>` | Check if a physical device is connected |
471
- | `getConnectedDeviceInfo()` | - | `Promise<string>` | Get info about connected device |
472
- | **Temperature** |
473
- | `getTemperatureAt(x, y)` | `x: number, y: number` | `Promise<number \| null>` | Get temperature at pixel coordinates |
474
- | **Emulator** |
475
- | `isEmulator()` | - | `Promise<boolean>` | Check if running in emulator mode |
476
- | `startEmulatorMode()` | - | `Promise<boolean>` | Force start emulator mode |
477
-
478
- ### Events
479
-
480
- Listen to these events using `NativeEventEmitter`:
481
-
482
- | Event | Payload | Description |
483
- |-------|---------|-------------|
484
- | `FlirDeviceConnected` | `{ identity, deviceType, isEmulator }` | Fired when a FLIR device connects |
485
- | `FlirDeviceDisconnected` | `{ identity, wasEmulator }` | Fired when a device disconnects |
486
- | `FlirError` | `{ error, type, interface }` | Fired on discovery or connection errors |
487
-
488
- ### Thermal Image Output
489
-
490
- FLIR cameras provide two image types:
491
- - **Thermal Image (MSX)**: Color-mapped thermal data with visual details
492
- - **Photo Image (DC)**: Standard visible light image
493
-
494
- **Color Palettes**: The SDK supports multiple palettes:
495
- - `iron` - Rainbow color map (red=hot, blue=cold) - Default
496
- - `gray` - Grayscale/black-white temperature map
497
- - `arctic`, `rainbow`, etc. - Additional palettes
498
-
499
- > **Note**: Palette switching requires accessing the native ThermalImage API directly. This may be exposed in future versions.
500
-
501
- ## Detailed Usage Guide
502
-
503
- ### Complete Setup Example
504
-
505
- Here's a complete React Native component that demonstrates the full FLIR workflow:
506
-
507
- ```javascript
508
- import React, { useEffect, useState } from 'react';
509
- import {
510
- View,
511
- Text,
512
- Button,
513
- StyleSheet,
514
- NativeModules,
515
- NativeEventEmitter,
516
- Alert,
517
- } from 'react-native';
518
-
519
- const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
520
- const FlirEmitter = new NativeEventEmitter(FlirModule);
521
-
522
- const FlirThermalCamera = () => {
523
- const [isDiscovering, setIsDiscovering] = useState(false);
524
- const [isConnected, setIsConnected] = useState(false);
525
- const [deviceInfo, setDeviceInfo] = useState('Not connected');
526
- const [temperature, setTemperature] = useState(null);
527
- const [isEmulator, setIsEmulator] = useState(false);
528
-
529
- useEffect(() => {
530
- // Set up event listeners
531
- const deviceConnected = FlirEmitter.addListener(
532
- 'FlirDeviceConnected',
533
- (event) => {
534
- console.log('Device connected:', event);
535
- setIsConnected(true);
536
- setIsDiscovering(false);
537
-
538
- // Get device info after connection
539
- FlirModule.getConnectedDeviceInfo().then(info => {
540
- setDeviceInfo(info);
541
- });
542
- }
543
- );
544
-
545
- const deviceDisconnected = FlirEmitter.addListener(
546
- 'FlirDeviceDisconnected',
547
- (event) => {
548
- console.log('Device disconnected:', event);
549
- setIsConnected(false);
550
- setDeviceInfo('Not connected');
551
- setTemperature(null);
552
- }
553
- );
554
-
555
- const deviceError = FlirEmitter.addListener(
556
- 'FlirError',
557
- (event) => {
558
- console.error('FLIR Error:', event);
559
- Alert.alert('FLIR Error', event.error || 'Unknown error');
560
- }
561
- );
562
-
563
- // Check if we're in emulator mode
564
- FlirModule.isEmulator().then(setIsEmulator);
565
-
566
- // Cleanup listeners on unmount
567
- return () => {
568
- deviceConnected.remove();
569
- deviceDisconnected.remove();
570
- deviceError.remove();
571
-
572
- // Disconnect on unmount
573
- if (isConnected) {
574
- FlirModule.disconnect();
575
- }
576
- };
577
- }, []);
578
-
579
- const handleStartDiscovery = () => {
580
- setIsDiscovering(true);
581
- FlirModule.startDiscovery();
582
- };
583
-
584
- const handleStopDiscovery = () => {
585
- setIsDiscovering(false);
586
- FlirModule.stopDiscovery();
587
- };
588
-
589
- const handleDisconnect = () => {
590
- FlirModule.disconnect();
591
- };
592
-
593
- const handleStartEmulator = async () => {
594
- try {
595
- await FlirModule.startEmulatorMode();
596
- Alert.alert('Success', 'Emulator mode started');
597
- } catch (error) {
598
- Alert.alert('Error', 'Failed to start emulator mode');
599
- }
600
- };
601
-
602
- const handleGetTemperature = async () => {
603
- try {
604
- // Get temperature at center of image (adjust coordinates as needed)
605
- const temp = await FlirModule.getTemperatureAt(160, 120);
606
-
607
- if (temp !== null) {
608
- setTemperature(temp);
609
- } else {
610
- Alert.alert('Info', 'No thermal data available');
611
- }
612
- } catch (error) {
613
- Alert.alert('Error', 'Failed to get temperature');
614
- }
615
- };
616
-
617
- return (
618
- <View style={styles.container}>
619
- <Text style={styles.title}>FLIR Thermal Camera</Text>
620
-
621
- <View style={styles.statusContainer}>
622
- <Text style={styles.statusLabel}>Status:</Text>
623
- <Text style={styles.statusValue}>
624
- {isConnected ? 'Connected' : isDiscovering ? 'Discovering...' : 'Disconnected'}
625
- </Text>
626
- </View>
627
-
628
- <View style={styles.statusContainer}>
629
- <Text style={styles.statusLabel}>Device:</Text>
630
- <Text style={styles.statusValue}>{deviceInfo}</Text>
631
- </View>
632
-
633
- {temperature !== null && (
634
- <View style={styles.statusContainer}>
635
- <Text style={styles.statusLabel}>Temperature:</Text>
636
- <Text style={styles.tempValue}>{temperature.toFixed(2)}°C</Text>
637
- </View>
638
- )}
639
-
640
- <View style={styles.buttonContainer}>
641
- {!isConnected ? (
642
- <>
643
- <Button
644
- title={isDiscovering ? 'Stop Discovery' : 'Start Discovery'}
645
- onPress={isDiscovering ? handleStopDiscovery : handleStartDiscovery}
646
- />
647
- <Button
648
- title="Start Emulator"
649
- onPress={handleStartEmulator}
650
- />
651
- </>
652
- ) : (
653
- <>
654
- <Button
655
- title="Get Temperature"
656
- onPress={handleGetTemperature}
657
- />
658
- <Button
659
- title="Disconnect"
660
- onPress={handleDisconnect}
661
- color="#d9534f"
662
- />
663
- </>
664
- )}
665
- </View>
666
-
667
- {isEmulator && (
668
- <Text style={styles.emulatorNote}>
669
- ℹ️ Running in emulator mode
670
- </Text>
671
- )}
672
- </View>
673
- );
674
- };
675
-
676
- const styles = StyleSheet.create({
677
- container: {
678
- flex: 1,
679
- padding: 20,
680
- backgroundColor: '#fff',
681
- },
682
- title: {
683
- fontSize: 24,
684
- fontWeight: 'bold',
685
- marginBottom: 20,
686
- },
687
- statusContainer: {
688
- flexDirection: 'row',
689
- marginBottom: 10,
690
- },
691
- statusLabel: {
692
- fontWeight: 'bold',
693
- width: 100,
694
- },
695
- statusValue: {
696
- flex: 1,
697
- },
698
- tempValue: {
699
- flex: 1,
700
- fontSize: 18,
701
- fontWeight: 'bold',
702
- color: '#f44336',
703
- },
704
- buttonContainer: {
705
- marginTop: 20,
706
- gap: 10,
707
- },
708
- emulatorNote: {
709
- marginTop: 20,
710
- fontStyle: 'italic',
711
- color: '#666',
712
- },
713
- });
714
-
715
- export default FlirThermalCamera;
716
- ```
717
-
718
- ### Step-by-Step Workflow
719
-
720
- #### 1. Initialize Event Listeners
721
-
722
- Always set up event listeners before starting discovery:
723
-
724
- ```javascript
725
- import { NativeModules, NativeEventEmitter } from 'react-native';
726
-
727
- const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
728
- const FlirEmitter = new NativeEventEmitter(FlirModule);
729
-
730
- // Listen for device connection
731
- FlirEmitter.addListener('FlirDeviceConnected', (event) => {
732
- console.log('Connected:', event);
733
- // event.identity - Device identity object
734
- // event.deviceType - "device" or "emulator"
735
- // event.isEmulator - boolean
736
- });
737
-
738
- // Listen for disconnection
739
- FlirEmitter.addListener('FlirDeviceDisconnected', (event) => {
740
- console.log('Disconnected:', event);
741
- });
742
-
743
- // Listen for errors
744
- FlirEmitter.addListener('FlirError', (event) => {
745
- console.error('Error:', event.error);
746
- // event.type - "discovery" or "connection"
747
- // event.interface - Communication interface
748
- });
749
- ```
750
-
751
- #### 2. Start Device Discovery
752
-
753
- ```javascript
754
- // Start scanning for FLIR devices
755
- FlirModule.startDiscovery();
756
-
757
- // Discovery will automatically emit events when devices are found
758
- // On Android: Scans for USB devices and emulators
759
- // On iOS: Scans for Lightning, BLE, and emulator devices
760
- ```
761
-
762
- #### 3. Handle Device Connection
763
-
764
- Devices connect automatically when discovered. You'll receive a `FlirDeviceConnected` event:
765
-
766
- ```javascript
767
- FlirEmitter.addListener('FlirDeviceConnected', async (event) => {
768
- // Device is now connected
769
- console.log('Device ID:', event.identity.deviceId);
770
- console.log('Is Emulator:', event.isEmulator);
771
-
772
- // Get additional device information
773
- const info = await FlirModule.getConnectedDeviceInfo();
774
- console.log('Device Info:', info);
775
-
776
- // Check connection status
777
- const connected = await FlirModule.isDeviceConnected();
778
- console.log('Is Connected:', connected);
779
- });
780
- ```
781
-
782
- #### 4. Measure Temperature
783
-
784
- Once connected, you can measure temperature at any point:
785
-
786
- ```javascript
787
- // Get temperature at pixel coordinates (x, y)
788
- const temp = await FlirModule.getTemperatureAt(160, 120);
789
-
790
- if (temp !== null) {
791
- console.log(`Temperature: ${temp.toFixed(2)}°C`);
792
- } else {
793
- console.log('No thermal data available');
794
- }
795
- ```
796
-
797
- **Important Notes**:
798
- - Coordinates are in pixels relative to the thermal image
799
- - Returns `null` if no thermal image is available
800
- - Temperature is in Celsius
801
- - For FLIR ONE: Thermal image is typically 160×120 pixels
802
- - For other cameras: Check device specifications
803
-
804
- #### 5. Disconnect
805
-
806
- ```javascript
807
- // Disconnect from current device
808
- FlirModule.disconnect();
809
-
810
- // This will trigger a FlirDeviceDisconnected event
811
- ```
812
-
813
- #### 6. Stop Discovery
814
-
815
- ```javascript
816
- // Stop scanning for devices
817
- FlirModule.stopDiscovery();
818
- ```
819
-
820
- ### Development Without Hardware (Emulator Mode)
821
-
822
- You can test your app without a physical FLIR device:
823
-
824
- ```javascript
825
- // Check if already in emulator mode
826
- const isEmu = await FlirModule.isEmulator();
827
-
828
- if (!isEmu) {
829
- // Force start emulator mode
830
- await FlirModule.startEmulatorMode();
831
- }
832
-
833
- // Emulator will provide simulated thermal data
834
- // All APIs work the same as with real hardware
835
- ```
836
-
837
- ### Best Practices
838
-
839
- #### 1. Always Clean Up Listeners
840
-
841
- ```javascript
842
- useEffect(() => {
843
- const listeners = [
844
- FlirEmitter.addListener('FlirDeviceConnected', handleConnect),
845
- FlirEmitter.addListener('FlirDeviceDisconnected', handleDisconnect),
846
- FlirEmitter.addListener('FlirError', handleError),
847
- ];
848
-
849
- return () => {
850
- // Remove all listeners on unmount
851
- listeners.forEach(listener => listener.remove());
852
-
853
- // Disconnect device
854
- FlirModule.disconnect();
855
- };
856
- }, []);
857
- ```
858
-
859
- #### 2. Handle Connection State
860
-
861
- ```javascript
862
- const [connectionState, setConnectionState] = useState('disconnected');
863
- // States: 'disconnected', 'discovering', 'connected'
864
-
865
- const handleStartDiscovery = () => {
866
- setConnectionState('discovering');
867
- FlirModule.startDiscovery();
868
- };
869
-
870
- FlirEmitter.addListener('FlirDeviceConnected', () => {
871
- setConnectionState('connected');
872
- });
873
-
874
- FlirEmitter.addListener('FlirDeviceDisconnected', () => {
875
- setConnectionState('disconnected');
876
- });
877
- ```
878
-
879
- #### 3. Error Handling
880
-
881
- ```javascript
882
- try {
883
- const temp = await FlirModule.getTemperatureAt(x, y);
884
-
885
- if (temp === null) {
886
- // No thermal data (device not streaming yet)
887
- console.log('Waiting for thermal data...');
888
- } else {
889
- // Valid temperature
890
- setTemperature(temp);
891
- }
892
- } catch (error) {
893
- console.error('Temperature measurement failed:', error);
894
- }
895
- ```
896
-
897
- #### 4. Temperature Sampling Rate
898
-
899
- Avoid calling `getTemperatureAt` too frequently:
900
-
901
- ```javascript
902
- // ❌ Bad: Calling too frequently
903
- setInterval(() => {
904
- FlirModule.getTemperatureAt(x, y);
905
- }, 16); // 60 FPS - too fast!
906
-
907
- // Good: Reasonable sampling rate
908
- setInterval(async () => {
909
- const temp = await FlirModule.getTemperatureAt(x, y);
910
- if (temp !== null) {
911
- setTemperature(temp);
912
- }
913
- }, 500); // 2 Hz - good for most applications
914
- ```
915
-
916
- ### Common Use Cases
917
-
918
- #### Use Case 1: Continuous Temperature Monitoring
919
-
920
- ```javascript
921
- const [centerTemp, setCenterTemp] = useState(null);
922
-
923
- useEffect(() => {
924
- if (!isConnected) return;
925
-
926
- // Poll temperature every 500ms
927
- const interval = setInterval(async () => {
928
- const temp = await FlirModule.getTemperatureAt(160, 120);
929
- if (temp !== null) {
930
- setCenterTemp(temp);
931
- }
932
- }, 500);
933
-
934
- return () => clearInterval(interval);
935
- }, [isConnected]);
936
- ```
937
-
938
- #### Use Case 2: Multi-Point Temperature Measurement
939
-
940
- ```javascript
941
- const measureMultiplePoints = async () => {
942
- const points = [
943
- { x: 80, y: 60, name: 'Top Left' },
944
- { x: 240, y: 60, name: 'Top Right' },
945
- { x: 160, y: 120, name: 'Center' },
946
- ];
947
-
948
- const results = await Promise.all(
949
- points.map(async (point) => {
950
- const temp = await FlirModule.getTemperatureAt(point.x, point.y);
951
- return { ...point, temperature: temp };
952
- })
953
- );
954
-
955
- console.log('Temperature readings:', results);
956
- return results;
957
- };
958
- ```
959
-
960
- #### Use Case 3: Auto-Connect on App Start
961
-
962
- ```javascript
963
- useEffect(() => {
964
- // Auto-start discovery when app loads
965
- FlirModule.startDiscovery();
966
-
967
- // Or use emulator if no device available
968
- setTimeout(async () => {
969
- const connected = await FlirModule.isDeviceConnected();
970
- if (!connected) {
971
- console.log('No device found, starting emulator');
972
- await FlirModule.startEmulatorMode();
973
- }
974
- }, 5000); // Wait 5 seconds for device
975
-
976
- return () => {
977
- FlirModule.stopDiscovery();
978
- FlirModule.disconnect();
979
- };
980
- }, []);
981
- ```
982
-
983
- ### Troubleshooting
984
-
985
- #### Problem: "No devices found"
986
-
987
- **Android**:
988
- - Ensure USB debugging is enabled
989
- - Check USB cable is data-capable (not charge-only)
990
- - Grant USB permissions when prompted
991
- - Try unplugging and replugging the FLIR device
992
-
993
- **iOS**:
994
- - Ensure Lightning connector is clean
995
- - Check Info.plist has External Accessory protocols
996
- - For BLE devices: Enable Bluetooth and grant permissions
997
- - Try force-quitting and restarting the app
998
-
999
- #### Problem: "Permission denied"
1000
-
1001
- **Android**:
1002
- ```xml
1003
- <!-- Ensure these are in AndroidManifest.xml (auto-added by library) -->
1004
- <uses-feature android:name="android.hardware.usb.host" />
1005
- <uses-permission android:name="android.permission.CAMERA"/>
1006
- ```
1007
-
1008
- **iOS**:
1009
- ```xml
1010
- <!-- Ensure these are in Info.plist -->
1011
- <key>NSBluetoothAlwaysUsageDescription</key>
1012
- <string>Required for FLIR cameras</string>
1013
- ```
1014
-
1015
- #### Problem: "Temperature returns null"
1016
-
1017
- ```javascript
1018
- // Wait for device to start streaming
1019
- FlirEmitter.addListener('FlirDeviceConnected', async (event) => {
1020
- // Wait a moment for streaming to start
1021
- setTimeout(async () => {
1022
- const temp = await FlirModule.getTemperatureAt(160, 120);
1023
- console.log('Temperature:', temp);
1024
- }, 1000);
1025
- });
1026
- ```
1027
-
1028
- #### Problem: "App crashes on disconnect"
1029
-
1030
- ```javascript
1031
- // Always check connection before API calls
1032
- const getTemperatureSafely = async (x, y) => {
1033
- const connected = await FlirModule.isDeviceConnected();
1034
-
1035
- if (!connected) {
1036
- console.log('Device not connected');
1037
- return null;
1038
- }
1039
-
1040
- return await FlirModule.getTemperatureAt(x, y);
1041
- };
1042
- ```
1043
-
1044
- #### Problem: "Events not firing"
1045
-
1046
- ```javascript
1047
- // Ensure NativeEventEmitter is created with the module
1048
- const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
1049
- const FlirEmitter = new NativeEventEmitter(FlirModule); // ✅ Pass module
1050
-
1051
- // Wrong:
1052
- const FlirEmitter = new NativeEventEmitter(); // No events will fire!
1053
- ```
1054
-
1055
- ### Platform-Specific Notes
1056
-
1057
- #### Android
1058
- - Supports USB FLIR ONE cameras
1059
- - Supports network-based FLIR cameras (ACE series)
1060
- - Requires physical device (emulator for development only)
1061
- - USB permissions handled automatically via `UsbPermissionHandler`
1062
-
1063
- #### iOS
1064
- - Supports Lightning interface (FLIR ONE Classic)
1065
- - Supports Bluetooth LE (FLIR ONE Edge/Pro)
1066
- - Works on both device and simulator (with emulator mode)
1067
- - Requires Info.plist entries (auto-added via config plugin)
1068
-
1069
- ### Performance Tips
1070
-
1071
- 1. **Limit temperature polling frequency**: 1-2 Hz is sufficient for most apps
1072
- 2. **Disconnect when not in use**: Save battery by disconnecting in background
1073
- 3. **Use emulator for UI development**: Build UI without physical hardware
1074
- 4. **Cache device info**: Don't call `getConnectedDeviceInfo()` repeatedly
1075
-
1076
- ## Publishing to JitPack
1077
-
1078
- To publish a new version to JitPack:
1079
-
1080
- 1. Commit all your changes:
1081
- ```bash
1082
- git add .
1083
- git commit -m "Release version 1.0.0"
1084
- ```
1085
-
1086
- 2. Create a git tag:
1087
- ```bash
1088
- git tag 1.0.0
1089
- git push origin 1.0.0
1090
- ```
1091
-
1092
- 3. JitPack will automatically build your library when someone requests it for the first time.
1093
-
1094
- ### JitPack / CI notes for local AAR dependencies
1095
-
1096
- If your module includes local AARs (for example the FLIR SDK binaries under `android/Flir/libs/`), CI environments such as JitPack will not automatically resolve file-based dependencies. To publish or build on JitPack you must ensure those AARs are available to the build system.
1097
-
1098
- Two options:
1099
- - Publish the AARs to a repository (mavenLocal or a remote Maven repo) before building the module.
1100
- - Bundle the AARs into the final AAR using a "fat-AAR" approach.
1101
-
1102
- The repository is configured to publish the FLIR SDK AARs into `mavenLocal` during the JitPack build (see `jitpack.yml`). That lets the `Flir` module resolve them by coordinates (`com.flir:thermalsdk:1.0.0` and `com.flir:androidsdk:1.0.0`) and prevents missing-class failures when JitPack builds the library.
1103
-
1104
- ### SLF4J duplicate-class conflict
1105
-
1106
- If you see build errors about duplicate classes in `org.slf4j.*` (for example `Duplicate class org.slf4j.Logger`), this happens when:
1107
-
1108
- - The vendor AAR (androidsdk/thermalsdk) embeds SLF4J classes inside the AAR's classes.jar;
1109
- - And your project or another dependency brings `org.slf4j:slf4j-api:...` as a separate jar. Gradle fails because the same classes exist twice.
1110
-
1111
- Two ways to resolve this without editing the vendor AAR:
1112
-
1113
- 1) Exclude SLF4J API from your build (preferred when vendor AAR bundles SLF4J classes):
1114
-
1115
- In your module's build.gradle.kts (or in the consuming app), add:
1116
-
1117
- ```kotlin
1118
- configurations.all {
1119
- exclude(group = "org.slf4j", module = "slf4j-api")
1120
- }
1121
- ```
1122
-
1123
- This prevents Gradle from pulling `slf4j-api` into the classpath and avoids duplicates.
1124
-
1125
- 2) Provide a single canonical SLF4J provider at runtime (if your app needs the slf4j API):
1126
-
1127
- Add a single SLF4J implementation/binding (for example `org.slf4j:slf4j-android` or an appropriate binding) and ensure other copies are excluded.
1128
-
1129
- Notes:
1130
- - We updated the Flir module to exclude `org.slf4j:slf4j-api` so it will not bring the API transitively. If you're still seeing duplicates in your app, check other dependencies and exclude slf4j there or use option 1.
1131
- - If you want me to, I can help you create a more robust fix (publishing Android AAR wrappers without embedded SLF4J or shading/relocating SLF4J) depending on your distribution needs.
1132
-
1133
- 4. Check build status at: `https://jitpack.io/#PraveenOjha/Flir`
1134
-
1135
- ### Notes for CI / JitPack
1136
-
1137
- If the Android build succeeds locally but fails on JitPack/CI with an error like:
1138
-
1139
- ```
1140
- Error: Unable to access jarfile /home/jitpack/build/gradle/wrapper/gradle-wrapper.jar
1141
- ```
1142
-
1143
- this typically means the Gradle wrapper files are missing from the published repository. JitPack runs builds in a clean VM and expects the wrapper files to be present in the repo. To make the build reproducible on JitPack, ensure you commit the following files:
1144
-
1145
- - `gradle/wrapper/gradle-wrapper.jar`
1146
- - `gradle/wrapper/gradle-wrapper.properties`
1147
- - `gradlew` (ensure executable bit is set)
1148
- - `gradlew.bat`
1149
-
1150
- After committing those files, trigger a new JitPack build (or push a new tag). Avoid committing `local.properties` — it contains developer-specific SDK paths and will break CI if present.
1151
-
1152
- ## Publishing to CocoaPods
1153
-
1154
- To publish to CocoaPods Trunk:
1155
-
1156
- 1. Register your CocoaPods account (first time only):
1157
- ```bash
1158
- pod trunk register your-email@example.com 'Your Name'
1159
- ```
1160
-
1161
- 2. Validate your podspec (run from repository root):
1162
- ```bash
1163
- pod spec lint ios/flir/Flir.podspec --allow-warnings
1164
- ```
1165
-
1166
- 3. Push to CocoaPods (run from repository root):
1167
- ```bash
1168
- pod trunk push ios/flir/Flir.podspec --allow-warnings
1169
- ```
1170
-
1171
- 4. Verify publication:
1172
- ```bash
1173
- pod search Flir
1174
- ```
1175
-
1176
- **Note:** The `--allow-warnings` flag may be needed for vendored frameworks.
1177
-
1178
- ## Development
1179
-
1180
- ### Building Locally
1181
-
1182
- #### Android
1183
-
1184
- ```bash
1185
- cd android
1186
- ./gradlew build
1187
- ```
1188
-
1189
- #### iOS
1190
-
1191
- ```bash
1192
- cd ios/flir
1193
- pod install
1194
- xcodebuild -workspace Flir.xcworkspace -scheme Flir -configuration Release
1195
- ```
1196
-
1197
- ### Testing
1198
-
1199
- ```bash
1200
- npm test
1201
- ```
1202
-
1203
- ## Emulator Mode
1204
-
1205
- This wrapper supports emulator mode for development and testing without requiring a physical FLIR device.
1206
-
1207
- ### Features
1208
-
1209
- - **Device Detection**: Automatically detect if running on an emulator
1210
- - **Fallback Mode**: Use FLIR's built-in emulator when no physical device is available
1211
- - **Consistent API**: Same API calls work for both emulator and physical devices
1212
-
1213
- ### Usage
1214
-
1215
- ```javascript
1216
- import FlirModule from 'react-native-flir';
1217
-
1218
- // Check if running in emulator mode
1219
- const isEmulator = await FlirModule.isEmulator();
1220
- console.log('Running in emulator:', isEmulator);
1221
-
1222
- // Check if a physical device is connected
1223
- const isDeviceConnected = await FlirModule.isDeviceConnected();
1224
- console.log('Physical device connected:', isDeviceConnected);
1225
-
1226
- // Get device information
1227
- const deviceInfo = await FlirModule.getConnectedDeviceInfo();
1228
- console.log('Device info:', deviceInfo);
1229
-
1230
- // Force start emulator mode (useful for testing)
1231
- await FlirModule.startEmulatorMode();
1232
- ```
1233
-
1234
- ### Emulator Features
1235
-
1236
- - **Simulated Thermal Data**: Provides mock thermal imaging data
1237
- - **Temperature Readings**: Returns simulated temperature values
1238
- - **Device Events**: Emits connection/disconnection events like physical devices
1239
- - **Testing Environment**: Perfect for CI/CD and development without hardware
1240
-
1241
- ### Android Emulator Detection
1242
-
1243
- The Android implementation detects emulators by checking:
1244
- - Build properties (`ro.build.fingerprint`, `ro.kernel.qemu`)
1245
- - Hardware characteristics
1246
- - Build model and manufacturer
1247
-
1248
- ### iOS Simulator Detection
1249
-
1250
- The iOS implementation uses:
1251
- - FLIR SDK's built-in emulator interface
1252
- - Runtime environment detection
1253
- - Simulator-specific device identifiers
1254
-
1255
- ## Requirements
1256
-
1257
- ### Android
1258
- - Android SDK 24+
1259
- - Kotlin 1.9.0+
1260
- - Gradle 8.1.0+
1261
- - Java 21
1262
-
1263
- ### iOS
1264
- - iOS 13.0+
1265
- - Xcode 14+
1266
- - CocoaPods 1.10+
1267
-
1268
- ## FLIR SDK Licensing
1269
-
1270
- This React Native wrapper is provided under the MIT license, but the FLIR thermal imaging SDKs have their own licensing requirements:
1271
-
1272
- 1. **Commercial Use**: Requires a commercial license from FLIR
1273
- 2. **Development License**: Required even for development and testing
1274
- 3. **Distribution**: You cannot distribute FLIR SDK libraries without proper licensing
1275
-
1276
- **Important**: The FLIR SDK libraries included in this repository are placeholders. You must:
1277
- - Register at [FLIR Developer Portal](https://www.flir.com/developer/mobile-sdk/)
1278
- - Download your licensed SDK versions
1279
- - Replace the placeholder files with your licensed libraries
1280
-
1281
- ## License
1282
-
1283
- **Wrapper Code**: MIT License (this React Native wrapper)
1284
- **FLIR SDK**: Proprietary license from FLIR Systems (see FLIR developer portal)
1285
-
1286
- By using this wrapper, you agree to comply with FLIR's licensing terms and conditions. License - see LICENSE file for details
1287
-
1288
- ### Disclaimer
1289
-
1290
- Flir SDKs may not be used to create apps intended for medical or health purposes; please refer to the SDK license agreement for more detailed information.
1291
-
1292
- ## Contributing
1293
-
1294
- Contributions are welcome! Please feel free to submit a Pull Request.
1295
-
1296
- ## Support
1297
-
1298
- For issues and questions:
1299
- - 🐛 [Report a bug](https://github.com/PraveenOjha/Flir/issues)
1300
- - 💡 [Request a feature](https://github.com/PraveenOjha/Flir/issues)
1301
- - 📖 [Documentation](https://github.com/PraveenOjha/Flir/wiki)
1302
-
1303
- ## Credits
1304
-
1305
- Built with the FLIR Thermal SDK
1306
-
1307
- ---
1308
-
1309
- Made with ❤️ by [Praveen Ojha](https://github.com/PraveenOjha)
1
+ #### Best Practices
2
+
3
+ Since the FLIR SDK is compiled into this package at build time, you generally do not need to manage runtime downloads. The following guidelines help when including or updating SDK artifacts:
4
+
5
+ 1. Verify that the SDK artifacts are present in the package (`android/Flir/libs/` and `ios/Flir/Frameworks/`) before building your app.
6
+ 2. For development builds without a vendor SDK, set `FLIR_DISABLED=1` or compile without `FLIR_ENABLED` to use stubbed behavior.
7
+ 3. When updating vendor binaries, follow the vendor release and copy the updated AAR/XCFramework files in place before building.
8
+ <!-- Runtime SDK download examples removed. The FLIR SDK is included at compile-time; see 'Bundled SDK' above. -->
9
+
10
+ #### Bundled SDK: Where to get and how to update vendor binaries
11
+
12
+ The FLIR SDK native binaries (Android AAR and iOS XCFramework) are included in this package at compile time under:
13
+
14
+ - Android: `android/Flir/libs/` (AAR files)
15
+ - iOS: `ios/Flir/Frameworks/` (XCFrameworks and related dylibs)
16
+
17
+
18
+ If you need to update the vendor binaries (for example, to a newer FLIR SDK release), download the official release artifacts or rely on the built-in postinstall hook which downloads the binary zips and extracts the native files into the module folders.
19
+
20
+ - Official artifacts: https://github.com/PraveenOjha/flir-sdk-binaries/releases
21
+ - Android archive (zip): https://github.com/PraveenOjha/flir-sdk-binaries/releases/download/v1.0.1/android.zip
22
+ - iOS archive (zip): https://github.com/PraveenOjha/flir-sdk-binaries/releases/download/v1.0.1/ios.zip
23
+
24
+ Automated download on package install
25
+ ------------------------------------
26
+
27
+ This package includes a `postinstall` script which attempts to download the vendor zip archives and extract the artifacts when you run `npm install`. The hook will:
28
+
29
+ - Download `android.zip` and extract `.aar` files into `android/Flir/libs/`
30
+ - Download `ios.zip` and extract `.xcframework`/`.dylib`/`.framework` files into `ios/Flir/Frameworks/`
31
+
32
+ Important notes:
33
+ - The installer expects both `android/Flir/libs/` and `ios/Flir/Frameworks/` to already exist inside the installed package — it will NOT create those directories and will fail if they are missing. Do NOT delete those directories from the package.
34
+ - To skip automated download for CI or manual installs, set `FLIR_SDK_SKIP_DOWNLOAD=1` before `npm install`.
35
+ - If you prefer not to use the postinstall hook, you can manually download and extract the release zips into the same folders.
36
+
37
+ After extracting the archives, ensure the following files are in the right place:
38
+
39
+ - `android/Flir/libs/thermalsdk-release.aar`
40
+ - `android/Flir/libs/androidsdk-release.aar`
41
+ - `ios/Flir/Frameworks/ThermalSDK.xcframework` and related frameworks/dylibs
42
+
43
+ Build the app normally. There are no runtime downloads performed — the SDK is packaged with the module.
44
+
45
+ ### Advanced: Google Play Feature Delivery (Android)
46
+
47
+ For production Android apps distributed via Google Play Store, you can use **Play Feature Delivery** to have Google host and serve the SDK binaries at zero cost.
48
+
49
+ **Benefits:**
50
+ - ✅ Zero hosting and bandwidth costs (Google serves the files)
51
+ - Faster downloads via Google's CDN
52
+ - Automatic updates with your app
53
+ - ✅ Already implemented in the code!
54
+
55
+ **Setup:**
56
+
57
+ 1. Create a dynamic feature module in your Android project:
58
+ ```
59
+ android/
60
+ ├── app/
61
+ └── flir_sdk/ # New feature module
62
+ ├── build.gradle.kts
63
+ └── src/main/AndroidManifest.xml
64
+ ```
65
+
66
+ 2. See detailed setup guide: [PLAY_FEATURE_DELIVERY_GUIDE.md](./PLAY_FEATURE_DELIVERY_GUIDE.md)
67
+
68
+ 3. The code automatically uses Play Feature Delivery when available, with GitHub download as fallback.
69
+
70
+ **When to use:**
71
+ - ✅ Production apps on Google Play Store
72
+ - ✅ Want zero hosting costs
73
+ - Development builds (use GitHub download instead)
74
+ - ❌ Apps distributed outside Play Store (use GitHub download)
75
+
76
+
77
+ ### Prerequisites
78
+
79
+ - React Native 0.60+
80
+ - Android: minSdk 24, compileSdk 34
81
+ - iOS: iOS 13.0+
82
+
83
+ ### Quick Install
84
+
85
+ #### Android (via local AARs / npm)
86
+
87
+ 1. Ensure the AAR files are present under `android/Flir/libs/` (the package includes them by default). If you are updating the SDK, download `android.zip` from the release artifacts and extract the `.aar` files into `android/Flir/libs/`.
88
+
89
+ 2. The Gradle configuration in `android/Flir/build.gradle.kts` references those `.aar` files (e.g., `api(files("libs/thermalsdk-release.aar"))`), so you don't need to add external repositories.
90
+
91
+ 3. Sync your Gradle files or rebuild your Android app.
92
+
93
+ **✅ Android permissions are automatically merged!** The library includes:
94
+ - USB host feature (for FLIR ONE USB devices)
95
+ - Camera & Internet permissions (for network-based FLIR cameras)
96
+
97
+ No manual `AndroidManifest.xml` editing required!
98
+
99
+ #### iOS (via CocoaPods)
100
+
101
+ 1. Add the following to your `Podfile`:
102
+
103
+ ```ruby
104
+ # From npm package (recommended)
105
+ # The pod will be auto-linked via react-native config
106
+
107
+ # OR from GitHub repository
108
+ pod 'Flir', :git => 'https://github.com/PraveenOjha/Flir.git', :tag => '2.0.0'
109
+
110
+ # OR for local development
111
+ pod 'Flir', :podspec => '../path/to/Flir/Flir.podspec'
112
+ ```
113
+
114
+ 2. Run:
115
+
116
+ ```bash
117
+ cd ios
118
+ pod install
119
+ ```
120
+
121
+ ##### Building Without FLIR SDK (No Paid License)
122
+
123
+ If you don't have a paid FLIR developer license, you can build the app without the FLIR SDK. The module will provide fallback stub implementations:
124
+
125
+ ```bash
126
+ # Set environment variable before pod install
127
+ FLIR_DISABLED=1 pod install
128
+
129
+ # Or in your Podfile:
130
+ ENV['FLIR_DISABLED'] = '1'
131
+ ```
132
+
133
+ When `FLIR_DISABLED=1`:
134
+ - App compiles without FLIR SDK frameworks
135
+ - All module methods still work (return stubs/fallbacks)
136
+ - Fallback thermal-style gradient images are generated
137
+ - No actual thermal camera functionality
138
+
139
+ ##### Including FLIR SDK (Paid License Required)
140
+
141
+ To enable full FLIR functionality:
142
+
143
+ 1. Download ThermalSDK.xcframework from FLIR
144
+ 2. Copy the following xcframeworks to `node_modules/ilabs-flir/ios/Flir/Frameworks/`:
145
+ - `ThermalSDK.xcframework`
146
+ - `libavcodec.61.dylib.xcframework`
147
+ - `libavdevice.61.dylib.xcframework`
148
+ - `libavfilter.10.dylib.xcframework`
149
+ - `libavformat.61.dylib.xcframework`
150
+ - `libavutil.59.dylib.xcframework`
151
+ - `liblive666.dylib.xcframework`
152
+ - `libswresample.5.dylib.xcframework`
153
+ - `libswscale.8.dylib.xcframework`
154
+ 3. Run `pod install` (without FLIR_DISABLED)
155
+
156
+ Automatic SDK download
157
+ ----------------------
158
+
159
+ If you install this package from npm/yarn, a `postinstall` hook will try to download the SDK binaries for both iOS and Android automatically using the URLs in `sdk-manifest.json`. The files are placed as follows:
160
+
161
+ - iOS: `ios/Flir/Frameworks/` (xcframeworks)
162
+ - Android: `android/Flir/libs/` (AAR files)
163
+
164
+ Controls:
165
+ - Skip automatic download by setting: `FLIR_SDK_SKIP_DOWNLOAD=1`.
166
+ - Skip downloading if an expected artifact is already present: `--skip-if-present` when running the `fetch-binaries` script.
167
+ - Manual download: `npm run fetch-binaries -- --all` to force a manual download of both targets.
168
+
169
+
170
+ 3. **Choose ONE of these options for iOS permissions:**
171
+
172
+ **Option A: Automatic (Recommended)** - Using React Native Config Plugin
173
+
174
+ Add to your `app.json`:
175
+
176
+ ```json
177
+ {
178
+ "plugins": ["ilabs-flir"]
179
+ }
180
+ ```
181
+
182
+ Then run:
183
+ ```bash
184
+ npx expo prebuild
185
+ ```
186
+
187
+ ✅ All Info.plist entries are **automatically added**!
188
+
189
+ **Option B: Manual Setup** - Add these entries to your `ios/YourApp/Info.plist`:
190
+
191
+ ```xml
192
+ <!-- External Accessory Protocols for FLIR ONE devices -->
193
+ <key>UISupportedExternalAccessoryProtocols</key>
194
+ <array>
195
+ <string>com.flir.rosebud.config</string>
196
+ <string>com.flir.rosebud.frame</string>
197
+ <string>com.flir.rosebud.fileio</string>
198
+ </array>
199
+
200
+ <!-- Bluetooth permissions for FLIR ONE Edge/Pro -->
201
+ <key>NSBluetoothAlwaysUsageDescription</key>
202
+ <string>This app requires Bluetooth to connect to FLIR thermal cameras</string>
203
+
204
+ <key>NSBluetoothPeripheralUsageDescription</key>
205
+ <string>This app uses Bluetooth to communicate with FLIR thermal imaging devices</string>
206
+ ```
207
+
208
+ ## Usage
209
+
210
+ ### Device Discovery
211
+
212
+ ```javascript
213
+ import { NativeModules, NativeEventEmitter } from 'react-native';
214
+
215
+ const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
216
+ const FlirEmitter = new NativeEventEmitter(FlirModule);
217
+
218
+ // Listen for device events
219
+ FlirEmitter.addListener('FlirDeviceConnected', (event) => {
220
+ console.log('FLIR device connected:', event);
221
+ });
222
+
223
+ FlirEmitter.addListener('FlirDeviceDisconnected', (event) => {
224
+ console.log('FLIR device disconnected:', event);
225
+ });
226
+
227
+ // Start discovering FLIR devices
228
+ FlirModule.startDiscovery();
229
+
230
+ // Stop discovery
231
+ FlirModule.stopDiscovery();
232
+ ```
233
+
234
+ ### Camera Connection
235
+
236
+ ```javascript
237
+ // Connect to discovered device
238
+ await FlirModule.connect(identityObject);
239
+
240
+ // Disconnect
241
+ FlirModule.disconnect();
242
+
243
+ // Check connection status
244
+ const isConnected = await FlirModule.isDeviceConnected();
245
+ const deviceInfo = await FlirModule.getConnectedDeviceInfo();
246
+ ```
247
+
248
+ ### Temperature Measurement
249
+
250
+ ```javascript
251
+ // Get temperature at specific point (x, y coordinates)
252
+ const temperature = await FlirModule.getTemperatureAt(100, 200);
253
+ console.log(`Temperature: ${temperature}°C`);
254
+
255
+ // Returns null if no thermal image is available
256
+ if (temperature !== null) {
257
+ console.log(`Detected: ${temperature.toFixed(2)}°C`);
258
+ }
259
+ ```
260
+
261
+ ### Emulator Mode (Development)
262
+
263
+ ```javascript
264
+ // Check if running in emulator mode
265
+ const isEmulator = await FlirModule.isEmulator();
266
+
267
+ // Force start emulator mode (for testing without hardware)
268
+ await FlirModule.startEmulatorMode();
269
+
270
+ // Get device information
271
+ const deviceInfo = await FlirModule.getConnectedDeviceInfo();
272
+ // Returns: "Emulator (FLIR ONE)" or "Physical device (FLIR ONE)"
273
+ ```
274
+
275
+ ## API Reference
276
+
277
+ ### Methods
278
+
279
+ | Method | Parameters | Returns | Description |
280
+ |--------|-----------|---------|-------------|
281
+ | **Device Discovery** |
282
+ | `startDiscovery()` | - | `void` | Start scanning forFLIR devices (USB & Emulator) |
283
+ | `stopDiscovery()` | - | `void` | Stop device discovery |
284
+ | **Connection** |
285
+ | `connect(identity)` | `identity: object` | `Promise<boolean>` | Connect to a discovered FLIR device |
286
+ | `disconnect()` | - | `void` | Disconnect from current device |
287
+ | `isDeviceConnected()` | - | `Promise<boolean>` | Check if a physical device is connected |
288
+ | `getConnectedDeviceInfo()` | - | `Promise<string>` | Get info about connected device |
289
+ | **Temperature** |
290
+ | `getTemperatureAt(x, y)` | `x: number, y: number` | `Promise<number \| null>` | Get temperature at pixel coordinates |
291
+ | **Emulator** |
292
+ | `isEmulator()` | - | `Promise<boolean>` | Check if running in emulator mode |
293
+ | `startEmulatorMode()` | - | `Promise<boolean>` | Force start emulator mode |
294
+
295
+ ### Events
296
+
297
+ Listen to these events using `NativeEventEmitter`:
298
+
299
+ | Event | Payload | Description |
300
+ |-------|---------|-------------|
301
+ | `FlirDeviceConnected` | `{ identity, deviceType, isEmulator }` | Fired when a FLIR device connects |
302
+ | `FlirDeviceDisconnected` | `{ identity, wasEmulator }` | Fired when a device disconnects |
303
+ | `FlirError` | `{ error, type, interface }` | Fired on discovery or connection errors |
304
+
305
+ ### Thermal Image Output
306
+
307
+ FLIR cameras provide two image types:
308
+ - **Thermal Image (MSX)**: Color-mapped thermal data with visual details
309
+ - **Photo Image (DC)**: Standard visible light image
310
+
311
+ **Color Palettes**: The SDK supports multiple palettes:
312
+ - `iron` - Rainbow color map (red=hot, blue=cold) - Default
313
+ - `gray` - Grayscale/black-white temperature map
314
+ - `arctic`, `rainbow`, etc. - Additional palettes
315
+
316
+ > **Note**: Palette switching requires accessing the native ThermalImage API directly. This may be exposed in future versions.
317
+
318
+ ## Detailed Usage Guide
319
+
320
+ ### Complete Setup Example
321
+
322
+ Here's a complete React Native component that demonstrates the full FLIR workflow:
323
+
324
+ ```javascript
325
+ import React, { useEffect, useState } from 'react';
326
+ import {
327
+ View,
328
+ Text,
329
+ Button,
330
+ StyleSheet,
331
+ NativeModules,
332
+ NativeEventEmitter,
333
+ Alert,
334
+ } from 'react-native';
335
+
336
+ const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
337
+ const FlirEmitter = new NativeEventEmitter(FlirModule);
338
+
339
+ const FlirThermalCamera = () => {
340
+ const [isDiscovering, setIsDiscovering] = useState(false);
341
+ const [isConnected, setIsConnected] = useState(false);
342
+ const [deviceInfo, setDeviceInfo] = useState('Not connected');
343
+ const [temperature, setTemperature] = useState(null);
344
+ const [isEmulator, setIsEmulator] = useState(false);
345
+
346
+ useEffect(() => {
347
+ // Set up event listeners
348
+ const deviceConnected = FlirEmitter.addListener(
349
+ 'FlirDeviceConnected',
350
+ (event) => {
351
+ console.log('Device connected:', event);
352
+ setIsConnected(true);
353
+ setIsDiscovering(false);
354
+
355
+ // Get device info after connection
356
+ FlirModule.getConnectedDeviceInfo().then(info => {
357
+ setDeviceInfo(info);
358
+ });
359
+ }
360
+ );
361
+
362
+ const deviceDisconnected = FlirEmitter.addListener(
363
+ 'FlirDeviceDisconnected',
364
+ (event) => {
365
+ console.log('Device disconnected:', event);
366
+ setIsConnected(false);
367
+ setDeviceInfo('Not connected');
368
+ setTemperature(null);
369
+ }
370
+ );
371
+
372
+ const deviceError = FlirEmitter.addListener(
373
+ 'FlirError',
374
+ (event) => {
375
+ console.error('FLIR Error:', event);
376
+ Alert.alert('FLIR Error', event.error || 'Unknown error');
377
+ }
378
+ );
379
+
380
+ // Check if we're in emulator mode
381
+ FlirModule.isEmulator().then(setIsEmulator);
382
+
383
+ // Cleanup listeners on unmount
384
+ return () => {
385
+ deviceConnected.remove();
386
+ deviceDisconnected.remove();
387
+ deviceError.remove();
388
+
389
+ // Disconnect on unmount
390
+ if (isConnected) {
391
+ FlirModule.disconnect();
392
+ }
393
+ };
394
+ }, []);
395
+
396
+ const handleStartDiscovery = () => {
397
+ setIsDiscovering(true);
398
+ FlirModule.startDiscovery();
399
+ };
400
+
401
+ const handleStopDiscovery = () => {
402
+ setIsDiscovering(false);
403
+ FlirModule.stopDiscovery();
404
+ };
405
+
406
+ const handleDisconnect = () => {
407
+ FlirModule.disconnect();
408
+ };
409
+
410
+ const handleStartEmulator = async () => {
411
+ try {
412
+ await FlirModule.startEmulatorMode();
413
+ Alert.alert('Success', 'Emulator mode started');
414
+ } catch (error) {
415
+ Alert.alert('Error', 'Failed to start emulator mode');
416
+ }
417
+ };
418
+
419
+ const handleGetTemperature = async () => {
420
+ try {
421
+ // Get temperature at center of image (adjust coordinates as needed)
422
+ const temp = await FlirModule.getTemperatureAt(160, 120);
423
+
424
+ if (temp !== null) {
425
+ setTemperature(temp);
426
+ } else {
427
+ Alert.alert('Info', 'No thermal data available');
428
+ }
429
+ } catch (error) {
430
+ Alert.alert('Error', 'Failed to get temperature');
431
+ }
432
+ };
433
+
434
+ return (
435
+ <View style={styles.container}>
436
+ <Text style={styles.title}>FLIR Thermal Camera</Text>
437
+
438
+ <View style={styles.statusContainer}>
439
+ <Text style={styles.statusLabel}>Status:</Text>
440
+ <Text style={styles.statusValue}>
441
+ {isConnected ? 'Connected' : isDiscovering ? 'Discovering...' : 'Disconnected'}
442
+ </Text>
443
+ </View>
444
+
445
+ <View style={styles.statusContainer}>
446
+ <Text style={styles.statusLabel}>Device:</Text>
447
+ <Text style={styles.statusValue}>{deviceInfo}</Text>
448
+ </View>
449
+
450
+ {temperature !== null && (
451
+ <View style={styles.statusContainer}>
452
+ <Text style={styles.statusLabel}>Temperature:</Text>
453
+ <Text style={styles.tempValue}>{temperature.toFixed(2)}°C</Text>
454
+ </View>
455
+ )}
456
+
457
+ <View style={styles.buttonContainer}>
458
+ {!isConnected ? (
459
+ <>
460
+ <Button
461
+ title={isDiscovering ? 'Stop Discovery' : 'Start Discovery'}
462
+ onPress={isDiscovering ? handleStopDiscovery : handleStartDiscovery}
463
+ />
464
+ <Button
465
+ title="Start Emulator"
466
+ onPress={handleStartEmulator}
467
+ />
468
+ </>
469
+ ) : (
470
+ <>
471
+ <Button
472
+ title="Get Temperature"
473
+ onPress={handleGetTemperature}
474
+ />
475
+ <Button
476
+ title="Disconnect"
477
+ onPress={handleDisconnect}
478
+ color="#d9534f"
479
+ />
480
+ </>
481
+ )}
482
+ </View>
483
+
484
+ {isEmulator && (
485
+ <Text style={styles.emulatorNote}>
486
+ ℹ️ Running in emulator mode
487
+ </Text>
488
+ )}
489
+ </View>
490
+ );
491
+ };
492
+
493
+ const styles = StyleSheet.create({
494
+ container: {
495
+ flex: 1,
496
+ padding: 20,
497
+ backgroundColor: '#fff',
498
+ },
499
+ title: {
500
+ fontSize: 24,
501
+ fontWeight: 'bold',
502
+ marginBottom: 20,
503
+ },
504
+ statusContainer: {
505
+ flexDirection: 'row',
506
+ marginBottom: 10,
507
+ },
508
+ statusLabel: {
509
+ fontWeight: 'bold',
510
+ width: 100,
511
+ },
512
+ statusValue: {
513
+ flex: 1,
514
+ },
515
+ tempValue: {
516
+ flex: 1,
517
+ fontSize: 18,
518
+ fontWeight: 'bold',
519
+ color: '#f44336',
520
+ },
521
+ buttonContainer: {
522
+ marginTop: 20,
523
+ gap: 10,
524
+ },
525
+ emulatorNote: {
526
+ marginTop: 20,
527
+ fontStyle: 'italic',
528
+ color: '#666',
529
+ },
530
+ });
531
+
532
+ export default FlirThermalCamera;
533
+ ```
534
+
535
+ ### Step-by-Step Workflow
536
+
537
+ #### 1. Initialize Event Listeners
538
+
539
+ Always set up event listeners before starting discovery:
540
+
541
+ ```javascript
542
+ import { NativeModules, NativeEventEmitter } from 'react-native';
543
+
544
+ const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
545
+ const FlirEmitter = new NativeEventEmitter(FlirModule);
546
+
547
+ // Listen for device connection
548
+ FlirEmitter.addListener('FlirDeviceConnected', (event) => {
549
+ console.log('Connected:', event);
550
+ // event.identity - Device identity object
551
+ // event.deviceType - "device" or "emulator"
552
+ // event.isEmulator - boolean
553
+ });
554
+
555
+ // Listen for disconnection
556
+ FlirEmitter.addListener('FlirDeviceDisconnected', (event) => {
557
+ console.log('Disconnected:', event);
558
+ });
559
+
560
+ // Listen for errors
561
+ FlirEmitter.addListener('FlirError', (event) => {
562
+ console.error('Error:', event.error);
563
+ // event.type - "discovery" or "connection"
564
+ // event.interface - Communication interface
565
+ });
566
+ ```
567
+
568
+ #### 2. Start Device Discovery
569
+
570
+ ```javascript
571
+ // Start scanning for FLIR devices
572
+ FlirModule.startDiscovery();
573
+
574
+ // Discovery will automatically emit events when devices are found
575
+ // On Android: Scans for USB devices and emulators
576
+ // On iOS: Scans for Lightning, BLE, and emulator devices
577
+ ```
578
+
579
+ #### 3. Handle Device Connection
580
+
581
+ Devices connect automatically when discovered. You'll receive a `FlirDeviceConnected` event:
582
+
583
+ ```javascript
584
+ FlirEmitter.addListener('FlirDeviceConnected', async (event) => {
585
+ // Device is now connected
586
+ console.log('Device ID:', event.identity.deviceId);
587
+ console.log('Is Emulator:', event.isEmulator);
588
+
589
+ // Get additional device information
590
+ const info = await FlirModule.getConnectedDeviceInfo();
591
+ console.log('Device Info:', info);
592
+
593
+ // Check connection status
594
+ const connected = await FlirModule.isDeviceConnected();
595
+ console.log('Is Connected:', connected);
596
+ });
597
+ ```
598
+
599
+ #### 4. Measure Temperature
600
+
601
+ Once connected, you can measure temperature at any point:
602
+
603
+ ```javascript
604
+ // Get temperature at pixel coordinates (x, y)
605
+ const temp = await FlirModule.getTemperatureAt(160, 120);
606
+
607
+ if (temp !== null) {
608
+ console.log(`Temperature: ${temp.toFixed(2)}°C`);
609
+ } else {
610
+ console.log('No thermal data available');
611
+ }
612
+ ```
613
+
614
+ **Important Notes**:
615
+ - Coordinates are in pixels relative to the thermal image
616
+ - Returns `null` if no thermal image is available
617
+ - Temperature is in Celsius
618
+ - For FLIR ONE: Thermal image is typically 160×120 pixels
619
+ - For other cameras: Check device specifications
620
+
621
+ #### 5. Disconnect
622
+
623
+ ```javascript
624
+ // Disconnect from current device
625
+ FlirModule.disconnect();
626
+
627
+ // This will trigger a FlirDeviceDisconnected event
628
+ ```
629
+
630
+ #### 6. Stop Discovery
631
+
632
+ ```javascript
633
+ // Stop scanning for devices
634
+ FlirModule.stopDiscovery();
635
+ ```
636
+
637
+ ### Development Without Hardware (Emulator Mode)
638
+
639
+ You can test your app without a physical FLIR device:
640
+
641
+ ```javascript
642
+ // Check if already in emulator mode
643
+ const isEmu = await FlirModule.isEmulator();
644
+
645
+ if (!isEmu) {
646
+ // Force start emulator mode
647
+ await FlirModule.startEmulatorMode();
648
+ }
649
+
650
+ // Emulator will provide simulated thermal data
651
+ // All APIs work the same as with real hardware
652
+ ```
653
+
654
+ ### Best Practices
655
+
656
+ #### 1. Always Clean Up Listeners
657
+
658
+ ```javascript
659
+ useEffect(() => {
660
+ const listeners = [
661
+ FlirEmitter.addListener('FlirDeviceConnected', handleConnect),
662
+ FlirEmitter.addListener('FlirDeviceDisconnected', handleDisconnect),
663
+ FlirEmitter.addListener('FlirError', handleError),
664
+ ];
665
+
666
+ return () => {
667
+ // Remove all listeners on unmount
668
+ listeners.forEach(listener => listener.remove());
669
+
670
+ // Disconnect device
671
+ FlirModule.disconnect();
672
+ };
673
+ }, []);
674
+ ```
675
+
676
+ #### 2. Handle Connection State
677
+
678
+ ```javascript
679
+ const [connectionState, setConnectionState] = useState('disconnected');
680
+ // States: 'disconnected', 'discovering', 'connected'
681
+
682
+ const handleStartDiscovery = () => {
683
+ setConnectionState('discovering');
684
+ FlirModule.startDiscovery();
685
+ };
686
+
687
+ FlirEmitter.addListener('FlirDeviceConnected', () => {
688
+ setConnectionState('connected');
689
+ });
690
+
691
+ FlirEmitter.addListener('FlirDeviceDisconnected', () => {
692
+ setConnectionState('disconnected');
693
+ });
694
+ ```
695
+
696
+ #### 3. Error Handling
697
+
698
+ ```javascript
699
+ try {
700
+ const temp = await FlirModule.getTemperatureAt(x, y);
701
+
702
+ if (temp === null) {
703
+ // No thermal data (device not streaming yet)
704
+ console.log('Waiting for thermal data...');
705
+ } else {
706
+ // Valid temperature
707
+ setTemperature(temp);
708
+ }
709
+ } catch (error) {
710
+ console.error('Temperature measurement failed:', error);
711
+ }
712
+ ```
713
+
714
+ #### 4. Temperature Sampling Rate
715
+
716
+ Avoid calling `getTemperatureAt` too frequently:
717
+
718
+ ```javascript
719
+ // ❌ Bad: Calling too frequently
720
+ setInterval(() => {
721
+ FlirModule.getTemperatureAt(x, y);
722
+ }, 16); // 60 FPS - too fast!
723
+
724
+ // ✅ Good: Reasonable sampling rate
725
+ setInterval(async () => {
726
+ const temp = await FlirModule.getTemperatureAt(x, y);
727
+ if (temp !== null) {
728
+ setTemperature(temp);
729
+ }
730
+ }, 500); // 2 Hz - good for most applications
731
+ ```
732
+
733
+ ### Common Use Cases
734
+
735
+ #### Use Case 1: Continuous Temperature Monitoring
736
+
737
+ ```javascript
738
+ const [centerTemp, setCenterTemp] = useState(null);
739
+
740
+ useEffect(() => {
741
+ if (!isConnected) return;
742
+
743
+ // Poll temperature every 500ms
744
+ const interval = setInterval(async () => {
745
+ const temp = await FlirModule.getTemperatureAt(160, 120);
746
+ if (temp !== null) {
747
+ setCenterTemp(temp);
748
+ }
749
+ }, 500);
750
+
751
+ return () => clearInterval(interval);
752
+ }, [isConnected]);
753
+ ```
754
+
755
+ #### Use Case 2: Multi-Point Temperature Measurement
756
+
757
+ ```javascript
758
+ const measureMultiplePoints = async () => {
759
+ const points = [
760
+ { x: 80, y: 60, name: 'Top Left' },
761
+ { x: 240, y: 60, name: 'Top Right' },
762
+ { x: 160, y: 120, name: 'Center' },
763
+ ];
764
+
765
+ const results = await Promise.all(
766
+ points.map(async (point) => {
767
+ const temp = await FlirModule.getTemperatureAt(point.x, point.y);
768
+ return { ...point, temperature: temp };
769
+ })
770
+ );
771
+
772
+ console.log('Temperature readings:', results);
773
+ return results;
774
+ };
775
+ ```
776
+
777
+ #### Use Case 3: Auto-Connect on App Start
778
+
779
+ ```javascript
780
+ useEffect(() => {
781
+ // Auto-start discovery when app loads
782
+ FlirModule.startDiscovery();
783
+
784
+ // Or use emulator if no device available
785
+ setTimeout(async () => {
786
+ const connected = await FlirModule.isDeviceConnected();
787
+ if (!connected) {
788
+ console.log('No device found, starting emulator');
789
+ await FlirModule.startEmulatorMode();
790
+ }
791
+ }, 5000); // Wait 5 seconds for device
792
+
793
+ return () => {
794
+ FlirModule.stopDiscovery();
795
+ FlirModule.disconnect();
796
+ };
797
+ }, []);
798
+ ```
799
+
800
+ ### Troubleshooting
801
+
802
+ #### Problem: "No devices found"
803
+
804
+ **Android**:
805
+ - Ensure USB debugging is enabled
806
+ - Check USB cable is data-capable (not charge-only)
807
+ - Grant USB permissions when prompted
808
+ - Try unplugging and replugging the FLIR device
809
+
810
+ **iOS**:
811
+ - Ensure Lightning connector is clean
812
+ - Check Info.plist has External Accessory protocols
813
+ - For BLE devices: Enable Bluetooth and grant permissions
814
+ - Try force-quitting and restarting the app
815
+
816
+ #### Problem: "Permission denied"
817
+
818
+ **Android**:
819
+ ```xml
820
+ <!-- Ensure these are in AndroidManifest.xml (auto-added by library) -->
821
+ <uses-feature android:name="android.hardware.usb.host" />
822
+ <uses-permission android:name="android.permission.CAMERA"/>
823
+ ```
824
+
825
+ **iOS**:
826
+ ```xml
827
+ <!-- Ensure these are in Info.plist -->
828
+ <key>NSBluetoothAlwaysUsageDescription</key>
829
+ <string>Required for FLIR cameras</string>
830
+ ```
831
+
832
+ #### Problem: "Temperature returns null"
833
+
834
+ ```javascript
835
+ // Wait for device to start streaming
836
+ FlirEmitter.addListener('FlirDeviceConnected', async (event) => {
837
+ // Wait a moment for streaming to start
838
+ setTimeout(async () => {
839
+ const temp = await FlirModule.getTemperatureAt(160, 120);
840
+ console.log('Temperature:', temp);
841
+ }, 1000);
842
+ });
843
+ ```
844
+
845
+ #### Problem: "App crashes on disconnect"
846
+
847
+ ```javascript
848
+ // Always check connection before API calls
849
+ const getTemperatureSafely = async (x, y) => {
850
+ const connected = await FlirModule.isDeviceConnected();
851
+
852
+ if (!connected) {
853
+ console.log('Device not connected');
854
+ return null;
855
+ }
856
+
857
+ return await FlirModule.getTemperatureAt(x, y);
858
+ };
859
+ ```
860
+
861
+ #### Problem: "Events not firing"
862
+
863
+ ```javascript
864
+ // Ensure NativeEventEmitter is created with the module
865
+ const FlirModule = NativeModules.FlirIOS || NativeModules.FlirAndroid;
866
+ const FlirEmitter = new NativeEventEmitter(FlirModule); // ✅ Pass module
867
+
868
+ // ❌ Wrong:
869
+ const FlirEmitter = new NativeEventEmitter(); // No events will fire!
870
+ ```
871
+
872
+ ### Platform-Specific Notes
873
+
874
+ #### Android
875
+ - Supports USB FLIR ONE cameras
876
+ - Supports network-based FLIR cameras (ACE series)
877
+ - Requires physical device (emulator for development only)
878
+ - USB permissions handled automatically via `UsbPermissionHandler`
879
+
880
+ #### iOS
881
+ - Supports Lightning interface (FLIR ONE Classic)
882
+ - Supports Bluetooth LE (FLIR ONE Edge/Pro)
883
+ - Works on both device and simulator (with emulator mode)
884
+ - Requires Info.plist entries (auto-added via config plugin)
885
+
886
+ ### Performance Tips
887
+
888
+ 1. **Limit temperature polling frequency**: 1-2 Hz is sufficient for most apps
889
+ 2. **Disconnect when not in use**: Save battery by disconnecting in background
890
+ 3. **Use emulator for UI development**: Build UI without physical hardware
891
+ 4. **Cache device info**: Don't call `getConnectedDeviceInfo()` repeatedly
892
+
893
+ ## Publishing & CI
894
+
895
+ This library is distributed primarily via npm (JavaScript package). Android and iOS native binaries (AAR & XCFramework) are included in the package for compile-time integration.
896
+
897
+ Publishing and CI notes:
898
+ - If you need to publish the Android artifacts to a Maven repository (for example, for internal use), push the AARs to a Maven repository and update the Gradle configuration accordingly.
899
+ - If you run into duplicate-class issues such as `org.slf4j.*`, prefer excluding `org.slf4j:slf4j-api` at the app or module configuration:
900
+
901
+ ```kotlin
902
+ configurations.all {
903
+ exclude(group = "org.slf4j", module = "slf4j-api")
904
+ }
905
+ ```
906
+
907
+ Additional changes may include publishing the AARs into `mavenLocal` during your DR/CI pipeline if you use CI that expects Maven artifacts.
908
+
909
+ ## Publishing to CocoaPods
910
+
911
+ To publish to CocoaPods Trunk:
912
+
913
+ 1. Register your CocoaPods account (first time only):
914
+ ```bash
915
+ pod trunk register your-email@example.com 'Your Name'
916
+ ```
917
+
918
+ 2. Validate your podspec (run from repository root):
919
+ ```bash
920
+ pod spec lint ios/flir/Flir.podspec --allow-warnings
921
+ ```
922
+
923
+ 3. Push to CocoaPods (run from repository root):
924
+ ```bash
925
+ pod trunk push ios/flir/Flir.podspec --allow-warnings
926
+ ```
927
+
928
+ 4. Verify publication:
929
+ ```bash
930
+ pod search Flir
931
+ ```
932
+
933
+ **Note:** The `--allow-warnings` flag may be needed for vendored frameworks.
934
+
935
+ ## Development
936
+
937
+ ### Building Locally
938
+
939
+ #### Android
940
+
941
+ ```bash
942
+ cd android
943
+ ./gradlew build
944
+ ```
945
+
946
+ #### iOS
947
+
948
+ ```bash
949
+ cd ios/flir
950
+ pod install
951
+ xcodebuild -workspace Flir.xcworkspace -scheme Flir -configuration Release
952
+ ```
953
+
954
+ ### Testing
955
+
956
+ ```bash
957
+ npm test
958
+ ```
959
+
960
+ ## Emulator Mode
961
+
962
+ This wrapper supports emulator mode for development and testing without requiring a physical FLIR device.
963
+
964
+ ### Features
965
+
966
+ - **Device Detection**: Automatically detect if running on an emulator
967
+ - **Fallback Mode**: Use FLIR's built-in emulator when no physical device is available
968
+ - **Consistent API**: Same API calls work for both emulator and physical devices
969
+
970
+ ### Usage
971
+
972
+ ```javascript
973
+ import FlirModule from 'react-native-flir';
974
+
975
+ // Check if running in emulator mode
976
+ const isEmulator = await FlirModule.isEmulator();
977
+ console.log('Running in emulator:', isEmulator);
978
+
979
+ // Check if a physical device is connected
980
+ const isDeviceConnected = await FlirModule.isDeviceConnected();
981
+ console.log('Physical device connected:', isDeviceConnected);
982
+
983
+ // Get device information
984
+ const deviceInfo = await FlirModule.getConnectedDeviceInfo();
985
+ console.log('Device info:', deviceInfo);
986
+
987
+ // Force start emulator mode (useful for testing)
988
+ await FlirModule.startEmulatorMode();
989
+ ```
990
+
991
+ ### Emulator Features
992
+
993
+ - **Simulated Thermal Data**: Provides mock thermal imaging data
994
+ - **Temperature Readings**: Returns simulated temperature values
995
+ - **Device Events**: Emits connection/disconnection events like physical devices
996
+ - **Testing Environment**: Perfect for CI/CD and development without hardware
997
+
998
+ ### Android Emulator Detection
999
+
1000
+ The Android implementation detects emulators by checking:
1001
+ - Build properties (`ro.build.fingerprint`, `ro.kernel.qemu`)
1002
+ - Hardware characteristics
1003
+ - Build model and manufacturer
1004
+
1005
+ ### iOS Simulator Detection
1006
+
1007
+ The iOS implementation uses:
1008
+ - FLIR SDK's built-in emulator interface
1009
+ - Runtime environment detection
1010
+ - Simulator-specific device identifiers
1011
+
1012
+ ## Requirements
1013
+
1014
+ ### Android
1015
+ - Android SDK 24+
1016
+ - Kotlin 1.9.0+
1017
+ - Gradle 8.1.0+
1018
+ - Java 21
1019
+
1020
+ ### iOS
1021
+ - iOS 13.0+
1022
+ - Xcode 14+
1023
+ - CocoaPods 1.10+
1024
+
1025
+ ## FLIR SDK Licensing
1026
+
1027
+ This React Native wrapper is provided under the MIT license, but the FLIR thermal imaging SDKs have their own licensing requirements:
1028
+
1029
+ 1. **Commercial Use**: Requires a commercial license from FLIR
1030
+ 2. **Development License**: Required even for development and testing
1031
+ 3. **Distribution**: You cannot distribute FLIR SDK libraries without proper licensing
1032
+
1033
+ **Important**: The FLIR SDK libraries included in this repository are placeholders. You must:
1034
+ - Register at [FLIR Developer Portal](https://www.flir.com/developer/mobile-sdk/)
1035
+ - Download your licensed SDK versions
1036
+ - Replace the placeholder files with your licensed libraries
1037
+
1038
+ ## License
1039
+
1040
+ **Wrapper Code**: MIT License (this React Native wrapper)
1041
+ **FLIR SDK**: Proprietary license from FLIR Systems (see FLIR developer portal)
1042
+
1043
+ By using this wrapper, you agree to comply with FLIR's licensing terms and conditions. License - see LICENSE file for details
1044
+
1045
+ ### Disclaimer
1046
+
1047
+ Flir SDKs may not be used to create apps intended for medical or health purposes; please refer to the SDK license agreement for more detailed information.
1048
+
1049
+ ## Contributing
1050
+
1051
+ Contributions are welcome! Please feel free to submit a Pull Request.
1052
+
1053
+ ## Support
1054
+
1055
+ For issues and questions:
1056
+ - 🐛 [Report a bug](https://github.com/PraveenOjha/Flir/issues)
1057
+ - 💡 [Request a feature](https://github.com/PraveenOjha/Flir/issues)
1058
+ - 📖 [Documentation](https://github.com/PraveenOjha/Flir/wiki)
1059
+
1060
+ ## Credits
1061
+
1062
+ Built with the FLIR Thermal SDK
1063
+
1064
+ ---
1065
+
1066
+ Made with ❤️ by [Praveen Ojha](https://github.com/PraveenOjha)