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 | |
|---|---|---|---|---|---|
![]() | inInputVideoStream | Avl.InputVideoStream | Previously opened input video stream. | ||
![]() | inRepeat | bool | Determines whether to repeat video playback. | ||
![]() | outFrameNum | int | Current frame number. | ||
![]() | outImage | Avl.Image | Current frame. |


