mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 19:27:56 +00:00
Towards a big recording simplification.
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Recorder
|
||||
public:
|
||||
// Constructors
|
||||
RecorderOpenFaceParameters();
|
||||
RecorderOpenFaceParameters(vector<string> &arguments);
|
||||
RecorderOpenFaceParameters(vector<string> &arguments, double fps_vid_out = 30, std::string output_codec = "DIVX");
|
||||
|
||||
|
||||
|
||||
@@ -85,7 +85,10 @@ namespace Recorder
|
||||
bool output_hog;
|
||||
bool output_tracked_video;
|
||||
bool output_aligned_faces;
|
||||
|
||||
|
||||
// Some video recording parameters
|
||||
std::string output_codec;
|
||||
double fps_vid_out;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user