MATLAB File Help: cv.VideoWriter/write Index
cv.VideoWriter/write

Writes the next video frame

vid.write(frame)
vid.write(frame, 'OptionName',optionValue, ...)

Input

Options

The method writes the specified image to video file. It must have the same size as has been specified when opening the video writer.

See also
Method Details
Access public
Sealed false
Static false