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

FIL.ReadVideoStream

Acquires a frame from a previously opened video stream.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

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

Errors

List of possible exceptions:

Error type Description
DomainError Incorrectly initialized InputVideoStream object passed to ReadVideoStream

See also