Click or drag to resize
FrameSequenceProcessFrame Method (ImageDescription, Byte)
Process one frame, from the managed buffer.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public uint ProcessFrame(
	ImageDescription description,
	byte[] image_data
)

Parameters

description
Type: Scandit.RecognitionImageDescription
Image format
image_data
Type: SystemByte
Image data bytes

Return Value

Type: UInt32
Frame identification number within the current frame sequence
See Also