<< Datatypes
scicv
scicv
>> Video
Video
Video reading
VideoCapture
—
Class for video capturing (from a capturing device, or a video file).
VideoCapture_isOpened
—
Returns the video capturing opening status.
VideoCapture_read
—
Grabs and returns the next video frame.
delete_VideoCapture
—
Destroys a video capturing object.
new_VideoCapture
—
Create a new video capturing object.
Video writing
VideoWriter
—
Class for writing videos
VideoWriter_isOpened
—
Returns the video writer opening status.
VideoWriter_write
—
Writes the next video frame.
delete_VideoWriter
—
Destroys a video writer object.
new_VideoWriter
—
Create a new video writer object.
Report an issue
<< Datatypes
scicv