Click or drag to resize
VideoOverlayCamera Class
Stream video overlay from a camera.
Inheritance Hierarchy

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

The VideoOverlayCamera type exposes the following members.

Constructors
  NameDescription
Public methodVideoOverlayCamera
Initializes a new instance of the VideoStream.
Public methodVideoOverlayCamera(Boolean)
Initializes a new instance of the VideoStream.
Top
Methods
  NameDescription
Public methodConnect
Asynchronous connects to a camera device.
(Overrides CameraBaseConnect(CameraDeviceInfo).)
Public methodDisconnect
Disconnect the camera device.
(Inherited from CameraBase.)
Public methodDispose
Dispose camera instance.
(Inherited from CameraBase.)
Public methodEnumerateFrameRates
Get supported frame rates
(Inherited from Camera.)
Public methodEnumerateResolutions
List of supported resolutions.
(Inherited from Camera.)
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.
(Inherited from Camera.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartGrabbing
Starts grabbing of images.
(Inherited from Camera.)
Public methodStopGrabbing
Stops grabbing.
(Inherited from Camera.)
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.
(Inherited from Camera.)
Public propertyFrameCount
The received number of images
(Inherited from Camera.)
Public propertyFrameRateIndex (Inherited from Camera.)
Public propertyIsAutoStartGrabbingEnabled
Automatically start/stop grabbing if set to true.
(Inherited from Camera.)
Public propertyIsConnected
Check if a camera is connected.
(Inherited from CameraBase.)
Public propertyIsGrabbing
Checks if grabbing is started.
(Inherited from Camera.)
Public propertyLostImages
Lost images
(Inherited from Camera.)
Public propertyRecorder
Recorder.
(Inherited from Camera.)
Public propertyRemoteControl
Remotely control a camera device.
(Inherited from CameraBase.)
Public propertySelectedResolutionIndex (Inherited from Camera.)
Public propertyVisualImage
The contained Visual image.
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