ReadVideoStream
Acquires a frame from a previously opened video stream.
Syntax
C++
Python
def ReadVideoStream( inInputVideoStream: InputVideoStream, inRepeat: bool, outImage: Image, / ) -> ( outResult: bool, outFrameNum: int )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inInputVideoStream | InputVideoStream | Previously opened input video stream | |
![]() |
inRepeat | bool | Determines whether to repeat video playback | |
![]() |
outFrameNum | int | Current frame number | |
![]() |
outImage | Image | Current frame |


