Back to Adaptive Vision Library Lite website
You are here: Start » Image IO » WriteVideoStream
WriteVideoStream
Writes an image to a previously opened video stream.
Syntax
void avl::WriteVideoStream ( const avl::OutputVideoStream& inOutputVideoStream, const avl::Image& inImage )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inOutputVideoStream | const OutputVideoStream& | Previously opened output video stream | |
![]() |
inImage | const Image& | Frame to be added to stream |
Errors
| Error type | Description |
|---|---|
| DomainError | Incorrectly initialized OutputVideoStream object passed to WriteVideoStream |
| DomainError | Incorrectly OutputVideoStream object passed to WriteVideoStream |

