Demo mode using new interface.
This commit is contained in:
parent
ef031d29db
commit
852ffd7cb0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue