Demo mode using new interface.

This commit is contained in:
Tadas Baltrusaitis 2018-01-21 07:04:44 +00:00
parent ef031d29db
commit 852ffd7cb0
1 changed files with 1 additions and 1 deletions

View File

@ -304,7 +304,7 @@ namespace OpenFaceDemo
double time_stamp = (DateTime.Now - (DateTime)startTime).TotalMilliseconds;
// The face analysis step (only done if recording AUs, HOGs or video)
face_analyser.AddNextFrame(frame, clnf_model.CalculateAllLandmarks(), detectionSucceeding, true, false);
face_analyser.AddNextFrame(frame, clnf_model.CalculateAllLandmarks(), detectionSucceeding, true);
gaze_analyser.AddNextFrame(clnf_model, detectionSucceeding, fx, fy, cx, cy);
List<Tuple<Point, Point>> lines = null;