Click or drag to resize
ThermalCameraThermalImage Property
This property calls the base class Camera.GetImage() and cast the returned ImageBase to a ThermalImage.

Namespace: Flir.Atlas.Live.Device
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public ThermalImage ThermalImage { get; }

Return Value

Type: ThermalImage
Current ThermalImage.
See Also