Video writer interface.
More...
#include "cudacodec.hpp"
Video writer interface.
The implementation uses H264 video codec.
- Note
- Currently only Windows platform is supported.
-
- An example on how to use the videoWriter class can be found at opencv_source_code/samples/gpu/video_writer.cpp
virtual cv::cudacodec::VideoWriter::~VideoWriter |
( |
| ) |
|
|
inlinevirtual |
virtual EncoderParams cv::cudacodec::VideoWriter::getEncoderParams |
( |
| ) |
const |
|
pure virtual |
virtual void cv::cudacodec::VideoWriter::write |
( |
InputArray |
frame, |
|
|
bool |
lastFrame = false |
|
) |
| |
|
pure virtual |
Writes the next video frame.
- Parameters
-
frame | The written frame. |
lastFrame | Indicates that it is end of stream. The parameter can be ignored. |
The method write the specified image to video file. The image must have the same size and the same surface format as has been specified when opening the video writer.
The documentation for this class was generated from the following file: