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 | |
|---|---|---|---|---|---|
![]() | inInputVideoStream | FilNet.InputVideoStream | Previously opened input video stream. | ||
![]() | inRepeat | bool | Determines whether to repeat video playback. | ||
![]() | outFrameNum | int | Current frame number. | ||
![]() | outImage | FilNet.Image | Current frame. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrectly initialized InputVideoStream object passed to ReadVideoStream |


