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
Input value inInputVideoStream InputVideoStream Previously opened input video stream
Input value inRepeat bool Determines whether to repeat video playback
Output value outFrameNum int Current frame number
Output value outImage Image Current frame