Click or drag to resize
ThermalGigabitCameraEnumSensorGainModes Method
Enumerate Sensor gain mode. This method is valid for an AX5 camera. Dynamic range control mode. LowGainMode. Mode for higher temperatures (lower sensitivity). HighGainMode. Mode for lower temperatures (less than 100 deg Celsius)

Namespace: Flir.Atlas.Live.Device
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public List<string> EnumSensorGainModes()

Return Value

Type: ListString
A list of sensor gain modes
Exceptions
ExceptionCondition
InvalidOperationExceptionIf not connected.
CommandFailedException
See Also