Click or drag to resize
CameraBase Class
Base class for camera communication.
Inheritance Hierarchy

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

The CameraBase type exposes the following members.

Constructors
  NameDescription
Public methodCameraBase
Initializes a new instance of the Camera
Top
Methods
  NameDescription
Public methodConnect
Asynchronous connects to a camera device.
Public methodDisconnect
Disconnect the camera device.
Public methodDispose
Dispose camera instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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.
Public propertyCameraDeviceInfo
Camera device information.
Public propertyConnectionStatus
Connection status.
Public propertyDiagnostics
Diagnostic information.
Public propertyIsConnected
Check if a camera is connected.
Public propertyRemoteControl
Remotely control a camera device.
Public propertyStatic memberVersion
Gets the used Atlas Live version.
Top
Events
  NameDescription
Public eventConnectionStatusChanged
This event is fired when the connection status has changed.
Public eventDeviceError
This event is fired when an error is detected.
Top
See Also