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

Invoke.ReadVideoStream

Acquires a frame from a previously opened video stream.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static bool ReadVideoStream
(
	Avl.InputVideoStream inInputVideoStream,
	bool inRepeat,
	out int outFrameNum,
	Avl.Image outImage
)

Parameters

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

See also