Click or drag to resize

HoloSequenceStart Method (Int32, Int32)

Start sequence recording until a given number of frames has been recorded

Namespace:  LynceeTec.Sequence.IO
Assembly:  LynceeTec.Sequence.IO (in LynceeTec.Sequence.IO.dll) Version: 8.1.17212.0 8_1_dev af417e8, built 2019-10-03 13:47:52 UTC
Syntax
public void Start(
	int numFrames,
	int recordEveryCount
)

Parameters

numFrames
Type: SystemInt32
number of frames to record
recordEveryCount
Type: SystemInt32
skip recordEveryCount between two recorded frames
See Also