ThermalCamera Class |
Namespace: Flir.Atlas.Live.Device
public class ThermalCamera : Camera
The ThermalCamera type exposes the following members.
Name | Description | |
---|---|---|
ThermalCamera |
Initializes a new instance of the ThermalImageStream.
| |
ThermalCamera(Boolean) |
Initializes a new instance of the ThermalImageStream.
|
Name | Description | |
---|---|---|
Connect |
Connects to a thermal camera.
(Overrides CameraBaseConnect(CameraDeviceInfo).) | |
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.) | |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetImage |
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
(Inherited from Camera.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.) | |
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.) | |
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.
|
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.) |