#include <video_writer.h>
Public Slots | |
void | processFrame (QImage frame) |
Public Member Functions | |
bool | initializeWriter (const std::string &directory, int width, int height) |
bool | isRecording () |
void | stop () |
VideoWriter () | |
Private Attributes | |
int | height_ |
QMutex | video_mutex_ |
boost::shared_ptr < cv::VideoWriter > | video_writer_ |
int | width_ |
Definition at line 45 of file video_writer.h.
mapviz::VideoWriter::VideoWriter | ( | ) | [inline] |
Definition at line 50 of file video_writer.h.
bool mapviz::VideoWriter::initializeWriter | ( | const std::string & | directory, |
int | width, | ||
int | height | ||
) |
Definition at line 38 of file video_writer.cpp.
bool mapviz::VideoWriter::isRecording | ( | ) |
Definition at line 64 of file video_writer.cpp.
void mapviz::VideoWriter::processFrame | ( | QImage | frame | ) | [slot] |
Definition at line 69 of file video_writer.cpp.
void mapviz::VideoWriter::stop | ( | ) |
Definition at line 115 of file video_writer.cpp.
int mapviz::VideoWriter::height_ [private] |
Definition at line 62 of file video_writer.h.
QMutex mapviz::VideoWriter::video_mutex_ [private] |
Definition at line 64 of file video_writer.h.
boost::shared_ptr<cv::VideoWriter> mapviz::VideoWriter::video_writer_ [private] |
Definition at line 65 of file video_writer.h.
int mapviz::VideoWriter::width_ [private] |
Definition at line 63 of file video_writer.h.