Some more fixes to better support 16 bit.

This commit is contained in:
Tadas Baltrusaitis
2017-12-15 20:01:28 +00:00
parent 7d58b86020
commit d0279d2224
3 changed files with 1 additions and 37 deletions

View File

@@ -187,7 +187,7 @@ RecorderOpenFace::RecorderOpenFace(const std::string in_filename, RecorderOpenFa
}
else
{
this->media_filename = path(filename).concat(".bmp").string(); // TODO change back to jpg
this->media_filename = path(filename).concat(".jpg").string();
metadata_file << "Output image:" << this->media_filename << endl;
this->media_filename = (path(record_root) / this->media_filename).string();
}