ThermalGigabitCamera Class |
Namespace: Flir.Atlas.Live.Device
public class ThermalGigabitCamera : ThermalCamera
The ThermalGigabitCamera type exposes the following members.
Name | Description | |
---|---|---|
ThermalGigabitCamera |
Initializes a new instance of the ThermalGigabitCamera.
| |
ThermalGigabitCamera(Boolean) |
Initializes a new instance of the ThermalGigabitCamera.
|
Name | Description | |
---|---|---|
Connect |
Connects to a thermal camera.
(Inherited from ThermalCamera.) | |
Disconnect |
Disconnect the camera device.
(Inherited from CameraBase.) | |
Dispose |
Dispose camera instance.
(Inherited from CameraBase.) | |
EnumerateFrameRates |
Get supported frame rates
(Inherited from Camera.) | |
EnumerateResolutions |
List of supported resolutions.
(Inherited from Camera.) | |
EnumSensorGainModes |
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)
| |
Equals | (Inherited from Object.) | |
GetDeviceParameter |
Get GenICam register.
| |
GetDeviceParameters |
Get GenICam device parameters.
| |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetHostCommunicationParameter |
Get GenICam register.
| |
GetHostCommunicationParameters |
Get GenICam host communication settings.
| |
GetImage |
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
(Inherited from Camera.) | |
GetImageStreamParameter |
Get GenICam register.
| |
GetImageStreamParameters |
Get image stream parameters.
| |
GetSensorGainMode |
Get current sensor gain mode. This method is valid for an AX5 camera.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
SetBoolValue |
Set device parameter.
| |
SetCommandValue |
Set device parameter.
| |
SetDeviceParameter(String, GenICamType) |
Asynchronously sets a GenICam parameter.
| |
SetDeviceParameter(String, GenICamType, Object) |
Asynchronously sets a GenICam parameter.
| |
SetDoubleValue |
Set device parameter.
| |
SetEnumValue |
Set device parameter.
| |
SetHostCommunicationParameter |
Asynchronously sets a GenICam parameter.
| |
SetImageStreamParameter |
Asynchronously sets a GenICam parameter.
| |
SetIntegerValue |
Set device parameter.
| |
SetSensorGainMode |
Set sensor gain mode. This method is valid for an AX5 camera.
| |
SetStringValue |
Set device parameter.
| |
StartGrabbing |
Starts grabbing of images.
(Inherited from Camera.) | |
StopGrabbing |
Stops grabbing.
(Inherited from Camera.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
AutoReconnect |
Automatically retries to connect if the connection is lost if set to true.
(Inherited from CameraBase.) | |
CameraDeviceInfo |
Camera device information.
(Inherited from CameraBase.) | |
ConnectionStatus |
Connection status.
(Inherited from CameraBase.) | |
Diagnostics |
Diagnostic information.
(Inherited from CameraBase.) | |
ExternalIo |
External I/O settings. Supported cameras are A615, T1050 - HSI and A15.
| |
Fps |
Frames per second.
(Inherited from Camera.) | |
FrameCount |
The received number of images
(Inherited from Camera.) | |
FrameRateIndex |
Select frame rate. EnumerateFrameRates for a list of available frame rates.
(Inherited from Camera.) | |
HighSpeedInterface |
High speed interface.
| |
IsAutoStartGrabbingEnabled |
Automatically start/stop grabbing if set to true.
(Inherited from Camera.) | |
IsConnected |
Check if a camera is connected.
(Inherited from CameraBase.) | |
IsGrabbing |
Checks if grabbing is started.
(Inherited from Camera.) | |
LostImages |
Lost images
(Inherited from Camera.) | |
Recorder |
Recorder.
(Inherited from Camera.) | |
RemoteControl |
Remotely control a camera device.
(Inherited from CameraBase.) | |
SelectedResolutionIndex |
Select resolution. EnumerateResolutions for a list of available resolutions.
(Inherited from Camera.) | |
ThermalImage |
This property calls the base class Camera.GetImage() and cast the returned ImageBase to a ThermalImage.
(Inherited from ThermalCamera.) | |
Trigger |
Trig status from external I/O.
|
Name | Description | |
---|---|---|
ConnectionStatusChanged |
This event is fired when the connection status has changed.
(Inherited from CameraBase.) | |
DeviceError |
This event is fired when an error is detected.
(Inherited from CameraBase.) |