Demo script for showing how to use and verifying output aligned image sizes.

This commit is contained in:
Tadas Baltrusaitis
2017-11-24 08:44:02 +00:00
parent a224c10775
commit 39c206e44d
2 changed files with 28 additions and 20 deletions

View File

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