You are here: Start » AVL.NET » AVL.ReadVideoStream Method
AVL.ReadVideoStream Method
Acquires frame from the previously opened video stream.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static bool ReadVideoStream( AvlNet.InputVideoStream inInputVideoStream, bool inRepeat, out int outFrameNum, out AvlNet.Image outImage )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inInputVideoStream | AvlNet.InputVideoStream | Previously opened input video stream. | ||
![]() | inRepeat | bool | Determines whether to repeat video playback. | ||
![]() | outFrameNum | int | Current frame number. | ||
![]() | outImage | AvlNet.Image | Current frame. |
Errors
| Error type | Description |
|---|---|
| DomainError | Incorrectly initialized InputVideoStream object passed to ReadVideoStream |


