Click or drag to resize
Camera Class
Base class for camera streaming.
Inheritance Hierarchy

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

The Camera type exposes the following members.

Methods
  NameDescription
Public methodConnect
Asynchronous connects to a camera device.
(Inherited from CameraBase.)
Public methodDisconnect
Disconnect the camera device.
(Inherited from CameraBase.)
Public methodDispose
Dispose camera instance.
(Inherited from CameraBase.)
Public methodEnumerateFrameRates
Get supported frame rates
Public methodEnumerateResolutions
List of supported resolutions.
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 methodGetImage
Get the streamed image. The image buffer is swapped before the ImageBase is returned.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartGrabbing
Starts grabbing of images.
Public methodStopGrabbing
Stops grabbing.
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.
(Inherited from CameraBase.)
Public propertyCameraDeviceInfo
Camera device information.
(Inherited from CameraBase.)
Public propertyConnectionStatus
Connection status.
(Inherited from CameraBase.)
Public propertyDiagnostics
Diagnostic information.
(Inherited from CameraBase.)
Public propertyFps
Frames per second.
Public propertyFrameCount
The received number of images
Public propertyFrameRateIndex
Public propertyIsAutoStartGrabbingEnabled
Automatically start/stop grabbing if set to true.
Public propertyIsConnected
Check if a camera is connected.
(Inherited from CameraBase.)
Public propertyIsGrabbing
Checks if grabbing is started.
Public propertyLostImages
Lost images
Public propertyRecorder
Recorder.
Public propertyRemoteControl
Remotely control a camera device.
(Inherited from CameraBase.)
Public propertySelectedResolutionIndex
Top
Events
  NameDescription
Public eventConnectionStatusChanged
This event is fired when the connection status has changed.
(Inherited from CameraBase.)
Public eventDeviceError
This event is fired when an error is detected.
(Inherited from CameraBase.)
Top
See Also