ilabs-flir 2.4.0 → 2.4.1
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.
|
@@ -757,7 +757,7 @@ extension FlirManager: FLIRStreamDelegate {
|
|
|
757
757
|
// 2. Save Radiometric Snapshot if requested
|
|
758
758
|
if let path = snapshotPath {
|
|
759
759
|
do {
|
|
760
|
-
try thermalImage.save(
|
|
760
|
+
try thermalImage.save(as: path)
|
|
761
761
|
NSLog("[FlirManager] Radiometric snapshot saved to: \(path)")
|
|
762
762
|
} catch {
|
|
763
763
|
NSLog("[FlirManager] Failed to save radiometric snapshot: \(error)")
|