You are here: Start » FIL.NET » Invoke.ReadVideoStream
Invoke.ReadVideoStream
Acquires a frame from a previously opened video stream.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static bool ReadVideoStream ( Fil.InputVideoStream inInputVideoStream, bool inRepeat, out int outFrameNum, Fil.Image outImage )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inInputVideoStream | Fil.InputVideoStream | Previously opened input video stream. | ||
![]() | inRepeat | bool | Determines whether to repeat video playback. | ||
![]() | outFrameNum | int | Current frame number. | ||
![]() | outImage | Fil.Image | Current frame. |