Click or drag to resize
RecorderStart Method
Start a recording

Namespace: Flir.Atlas.Live.Recorder
Assembly: Flir.Atlas.Live (in Flir.Atlas.Live.dll) Version: 3.1
Syntax
C#
public virtual void Start(
	string path
)

Parameters

path
Type: SystemString
Path to where the recording should be saved. If the file already exists the recording will be appended to the existing file.
Exceptions
ExceptionCondition
CommandFailedException
See Also