Click or drag to resize

SequenceFrameInfoFromString Method (String, Boolean)

Extract frame information from timestamps line.

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 static SequenceFrameInfo FromString(
	string line,
	bool stroboParse
)

Parameters

line
Type: SystemString
The line with the frame information.
stroboParse
Type: SystemBoolean
if set to true Stroboscopic information is parsed.

Return Value

Type: SequenceFrameInfo
Exceptions
ExceptionCondition
InvalidTimestampFileException Invalid line in timestamp file. or Invalid line in timestamp file. Not valid frame index. or Invalid line in timestamp file. Not valid date format or Invalid line in timestamp file. Not valid time format
Remarks
Old timestamps files may have a different date format depending on the culture... let's be permissive ElapsedTime_ms will be DateTime.MinValue
See Also