![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Vision/StereoStreamToVideoAlgorithm.h>
Records stereo image streams to two video files The algorithm internally uses VideoFileRecorder to save videos. More...
Records stereo image streams to two video files The algorithm internally uses VideoFileRecorder to save videos.
For the specific meaning of the parameters, please refer to VideoFileRecorder
Public Member Functions | |
| StereoStreamToVideoRecorder (StereoImageStream &stream) | |
| bool | initialize (int widthLeft, int heightLeft, int widthRight, int heightRight, int fps, const std::string &formatShortName, const std::string &encoderName, const std::vector< std::pair< std::string, std::string > > &encoderParameters, const std::string &outputPathLeft, const std::string &outputPathRight) |
| bool | finalize () |
| void | clear () |
| bool | ok () const |