CameraBase Class |
Namespace: Flir.Atlas.Live.Device
public class CameraBase : IDisposable
The CameraBase type exposes the following members.
Name | Description | |
---|---|---|
CameraBase |
Initializes a new instance of the Camera
|
Name | Description | |
---|---|---|
Connect |
Asynchronous connects to a camera device.
| |
Disconnect |
Disconnect the camera device.
| |
Dispose |
Dispose camera instance.
| |
Equals | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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.
| |
CameraDeviceInfo |
Camera device information.
| |
ConnectionStatus |
Connection status.
| |
Diagnostics |
Diagnostic information.
| |
IsConnected |
Check if a camera is connected.
| |
RemoteControl |
Remotely control a camera device.
| |
Version |
Gets the used Atlas Live version.
|
Name | Description | |
---|---|---|
ConnectionStatusChanged |
This event is fired when the connection status has changed.
| |
DeviceError |
This event is fired when an error is detected.
|