You are here: Start » FIL.NET » FIS.ReadVideoStream Method
FIS.ReadVideoStream Method
Acquires a frame from a previously opened video stream.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
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. |