Click or drag to resize
VideoOverlayCamera Constructor (Boolean)
Initializes a new instance of the VideoStream.

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

Parameters

autoStartGrabbing
Type: SystemBoolean
Grabbing is automatically started after connect if is set to true.
See Also