You are here: Start » AVL.NET » AVL.ReadVideoStream Method

AVL.ReadVideoStream Method

Acquires frame from the previously opened video stream.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static bool ReadVideoStream(
	AvlNet.InputVideoStream inInputVideoStream,
	bool inRepeat,
	out int outFrameNum,
	out AvlNet.Image outImage
)

Parameters

Name Type Range Default Description
inInputVideoStreamAvlNet.InputVideoStreamPreviously opened input video stream.
inRepeatboolDetermines whether to repeat video playback.
outFrameNumintCurrent frame number.
outImageAvlNet.ImageCurrent frame.

Errors

Error type Description
DomainError Incorrectly initialized InputVideoStream object passed to ReadVideoStream

See also