You are here: Start » AVL.NET » AVL.ReadVideoStream(AvlNet.InputVideoStream, bool, int, AvlNet.Image)
AVL.ReadVideoStream(AvlNet.InputVideoStream, bool, int, AvlNet.Image)
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
- inInputVideoStream
- Type: AvlNet.InputVideoStream
Previously opened input video stream - inRepeat
- Type: System.Boolean
Determines whether to repeat video playback - outFrameNum
- Type: System.Int32
Current frame number - outImage
- Type: AvlNet.Image
Current frame
Errors
| Error type | Description |
|---|---|
| DomainError | Incorrectly initialized InputVideoStream object passed to ReadVideoStream |
