Learn R Programming

Rvision (version 0.3.3)

writeFrame: Write Frame to Output Video

Description

Write an Image object to an output video using a VideoWriter object.

Usage

writeFrame(x, frame)

Arguments

x

A VideoWriter object.

frame

An Image object.

Value

This function does not return anything.

See Also

VideoWriter, Image

Examples

Run this code
# NOT RUN {
# TODO
# }

Run the code above in your browser using DataLab