You are here: Start » AVL.NET » Function Reference » Image » Image IO » AVL.ReadVideoStream

AVL.ReadVideoStream

Acquires a frame from a previously opened video stream.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static bool ReadVideoStream
(
	AvlNet.InputVideoStream inInputVideoStream,
	bool inRepeat,
	out int outFrameNum,
	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

List of possible exceptions:

Error type Description
DomainError Incorrectly initialized InputVideoStream object passed to ReadVideoStream

See also