Camera Class |
Namespace: Flir.Atlas.Live.Device
public abstract class Camera : CameraBase
The Camera type exposes the following members.
Name | Description | |
---|---|---|
Connect |
Asynchronous connects to a camera device.
(Inherited from CameraBase.) | |
Disconnect |
Disconnect the camera device.
(Inherited from CameraBase.) | |
Dispose |
Dispose camera instance.
(Inherited from CameraBase.) | |
EnumerateFrameRates |
Get supported frame rates
| |
EnumerateResolutions |
List of supported resolutions.
| |
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.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
StartGrabbing |
Starts grabbing of images.
| |
StopGrabbing |
Stops grabbing.
| |
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.
| |
FrameCount |
The received number of images
| |
FrameRateIndex |
Select frame rate. EnumerateFrameRates for a list of available frame rates.
| |
IsAutoStartGrabbingEnabled |
Automatically start/stop grabbing if set to true.
| |
IsConnected |
Check if a camera is connected.
(Inherited from CameraBase.) | |
IsGrabbing |
Checks if grabbing is started.
| |
LostImages |
Lost images
| |
Recorder |
Recorder.
| |
RemoteControl |
Remotely control a camera device.
(Inherited from CameraBase.) | |
SelectedResolutionIndex |
Select resolution. EnumerateResolutions for a list of available resolutions.
|
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.) |