Learn R Programming

Rvision (version 0.6.0)

VideoWriter-class: An S4 Class Containing an OpenCV Video Writer

Description

A VideoWriter object contains an OpenCV video writer to an output file.

Usage

VideoWriter

Arguments

Format

An object of class C++Class of length 1.

Slots

dim,ncol,nrow

Functions returning the dimensions of the object.

codec

Function returning the codec of the object.

fps

Function returning the frame rate of the object.

api

Function returning the api use to write frames to the output file.

output

Function returning the path to the output file.

get,set

Functions to access and set internal properties of the object.

open,isOpened

Functions to open a new video write or check the status of the video writer.

write

Function to write a frame to the output file.

release

Function to release the object from memory.