#include <videoSaver.hpp>
|
| VideoSaver (const std::string &videoSaverPath, const int cvFourcc, const double fps, const std::string &addAudioFromThisVideo="") |
|
virtual | ~VideoSaver () |
|
bool | isOpened () |
|
void | write (const Matrix &matToSave) |
|
void | write (const std::vector< Matrix > &matsToSave) |
|
Definition at line 8 of file videoSaver.hpp.
◆ VideoSaver()
op::VideoSaver::VideoSaver |
( |
const std::string & |
videoSaverPath, |
|
|
const int |
cvFourcc, |
|
|
const double |
fps, |
|
|
const std::string & |
addAudioFromThisVideo = "" |
|
) |
| |
◆ ~VideoSaver()
virtual op::VideoSaver::~VideoSaver |
( |
| ) |
|
|
virtual |
◆ isOpened()
bool op::VideoSaver::isOpened |
( |
| ) |
|
◆ write() [1/2]
void op::VideoSaver::write |
( |
const Matrix & |
matToSave | ) |
|
◆ write() [2/2]
void op::VideoSaver::write |
( |
const std::vector< Matrix > & |
matsToSave | ) |
|
The documentation for this class was generated from the following file: