OpenPose  1.7.0
The first real-time multi-person system to jointly detect human body, hand, facial, and foot keypoints
op::VideoSaver Class Reference

#include <videoSaver.hpp>

Public Member Functions

 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)
 

Detailed Description

Definition at line 8 of file videoSaver.hpp.

Constructor & Destructor Documentation

◆ VideoSaver()

op::VideoSaver::VideoSaver ( const std::string &  videoSaverPath,
const int  cvFourcc,
const double  fps,
const std::string &  addAudioFromThisVideo = "" 
)

◆ ~VideoSaver()

virtual op::VideoSaver::~VideoSaver ( )
virtual

Member Function Documentation

◆ 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: