Flir Atlas SDK Documentation
Flir Atlas SDK Documentation
FLIR Atlas SDK Programming Guide
Flir.Atlas.Image Namespaces
Flir.Atlas.Image
ThermalImage Class
ThermalImage Methods
SaveSnapshot Method
SaveSnapshot Method (String)
ThermalImage
SaveSnapshot Method (String)
Saves the current image to disk.
Namespace:
Flir.Atlas.Image
Assembly:
Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
Copy
public
void
SaveSnapshot
(
string
filename
)
Parameters
filename
Type:
System
String
A string that specifies the path to the location on which to save the file
Exceptions
Exception
Condition
ArgumentException
The fileName is null or empty.
ThermalException
Failed to save Thermal image.
See Also
Reference
ThermalImage Class
SaveSnapshot Overload
Flir.Atlas.Image Namespace