Click or drag to resize
ThermalGigabitCamera Class
Thermal gigabit camera.
Inheritance Hierarchy

Namespace: Flir.Atlas.Live.Device
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public class ThermalGigabitCamera : ThermalCamera

The ThermalGigabitCamera type exposes the following members.

Constructors
  NameDescription
Public methodThermalGigabitCamera
Initializes a new instance of the ThermalGigabitCamera.
Public methodThermalGigabitCamera(Boolean)
Initializes a new instance of the ThermalGigabitCamera.
Top
Methods
  NameDescription
Public methodConnect
Connects to a thermal camera.
(Inherited from ThermalCamera.)
Public methodDisconnect
Disconnect the camera device.
(Inherited from CameraBase.)
Public methodDispose
Dispose camera instance.
(Inherited from CameraBase.)
Public methodEnumerateFrameRates
Get supported frame rates
(Inherited from Camera.)
Public methodEnumerateResolutions
List of supported resolutions.
(Inherited from Camera.)
Public methodEnumSensorGainModes
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)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetDeviceParameter
Get GenICam register.
Public methodGetDeviceParameters
Get GenICam device parameters.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetHostCommunicationParameter
Get GenICam register.
Public methodGetHostCommunicationParameters
Get GenICam host communication settings.
Public methodGetImage
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
(Inherited from Camera.)
Public methodGetImageStreamParameter
Get GenICam register.
Public methodGetImageStreamParameters
Get image stream parameters.
Public methodGetSensorGainMode
Get current sensor gain mode. This method is valid for an AX5 camera.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetBoolValue
Set device parameter.
Public methodSetCommandValue
Set device parameter.
Public methodSetDeviceParameter(String, GenICamType)
Asynchronously sets a GenICam parameter.
Public methodSetDeviceParameter(String, GenICamType, Object)
Asynchronously sets a GenICam parameter.
Public methodSetDoubleValue
Set device parameter.
Public methodSetEnumValue
Set device parameter.
Public methodSetHostCommunicationParameter
Asynchronously sets a GenICam parameter.
Public methodSetImageStreamParameter
Asynchronously sets a GenICam parameter.
Public methodSetIntegerValue
Set device parameter.
Public methodSetSensorGainMode
Set sensor gain mode. This method is valid for an AX5 camera.
Public methodSetStringValue
Set device parameter.
Public methodStartGrabbing
Starts grabbing of images.
(Inherited from Camera.)
Public methodStopGrabbing
Stops grabbing.
(Inherited from Camera.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyAutoReconnect
Automatically retries to connect if the connection is lost if set to true.
(Inherited from CameraBase.)
Public propertyCameraDeviceInfo
Camera device information.
(Inherited from CameraBase.)
Public propertyConnectionStatus
Connection status.
(Inherited from CameraBase.)
Public propertyDiagnostics
Diagnostic information.
(Inherited from CameraBase.)
Public propertyExternalIo
External I/O settings. Supported cameras are A615, T1050 - HSI and A15.
Public propertyFps
Frames per second.
(Inherited from Camera.)
Public propertyFrameCount
The received number of images
(Inherited from Camera.)
Public propertyFrameRateIndex (Inherited from Camera.)
Public propertyHighSpeedInterface
High speed interface.
Public propertyIsAutoStartGrabbingEnabled
Automatically start/stop grabbing if set to true.
(Inherited from Camera.)
Public propertyIsConnected
Check if a camera is connected.
(Inherited from CameraBase.)
Public propertyIsGrabbing
Checks if grabbing is started.
(Inherited from Camera.)
Public propertyLostImages
Lost images
(Inherited from Camera.)
Public propertyRecorder
Recorder.
(Inherited from Camera.)
Public propertyRemoteControl
Remotely control a camera device.
(Inherited from CameraBase.)
Public propertySelectedResolutionIndex (Inherited from Camera.)
Public propertyThermalImage
This property calls the base class Camera.GetImage() and cast the returned ImageBase to a ThermalImage.
(Inherited from ThermalCamera.)
Public propertyTrigger
Trig status from external I/O.
Top
Events
  NameDescription
Public eventConnectionStatusChanged
This event is fired when the connection status has changed.
(Inherited from CameraBase.)
Public eventDeviceError
This event is fired when an error is detected.
(Inherited from CameraBase.)
Top
See Also