WriteVideoStream
Writes an image to a previously opened video stream.
Syntax
C++
Python
def WriteVideoStream( inOutputVideoStream: OutputVideoStream, inImage: Image, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inOutputVideoStream | OutputVideoStream | Previously opened output video stream | |
![]() |
inImage | Image | Frame to be added to stream |

