Back to Aurora Vision Library Lite website

You are here: Start » Image » Image IO » WriteVideoStream

WriteVideoStream


Header: AVL.h
Namespace: avl

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
Input value inOutputVideoStream const OutputVideoStream& Previously opened output video stream
Input value inImage const Image& Frame to be added to stream

Errors

List of possible exceptions:

Error type Description
DomainError Incorrectly initialized OutputVideoStream object passed to WriteVideoStream
DomainError Incorrectly OutputVideoStream object passed to WriteVideoStream