Click or drag to resize
RecognitionContextStartFrameSequence Method
Start a new frame sequence

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public FrameSequence StartFrameSequence()

Return Value

Type: FrameSequence
A new frame sequence
Remarks
The recognition context processes frames in sequences. Frames within a frame sequence are temporally consistent, e.g. they are consecutive frames from the same video stream. The recognition context will use that information to optimize the recognition. To process individual images that were recorded separately, a new frame sequence should be used for correct behavior.
See Also