 | 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: 6.6.0 StroboPolarisationControl 1f34ef9, built 2018-03-20 10:07:26 UTC
Syntaxpublic void Start(
int numFrames,
int recordEveryCount
)
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