Sequence capture fix and landmark vid simplification.

This commit is contained in:
Tadas Baltrusaitis
2017-11-10 19:01:43 +00:00
parent d5a3af7ece
commit db5b5fceda
2 changed files with 4 additions and 9 deletions

View File

@@ -219,7 +219,7 @@ bool SequenceCapture::OpenWebcam(int device, int image_width, int image_height,
// Check if fps is nan or less than 0
if (fps != fps || fps <= 0)
{
INFO_STREAM("FPS of the video file cannot be determined, assuming 30");
INFO_STREAM("FPS of the webcam cannot be determined, assuming 30");
fps = 30;
}