A VideoWriter
object contains an OpenCV
video writer to an output file.
VideoWriter
An object of class C++Class
of length 1.
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.