Video output bug fix.
This commit is contained in:
parent
c80016fc0c
commit
db1fef46eb
1 changed files with 36 additions and 36 deletions
|
@ -440,7 +440,7 @@ int main (int argc, char **argv)
|
||||||
//}
|
//}
|
||||||
|
|
||||||
// Visualising the tracker, TODO this should be in utility
|
// Visualising the tracker, TODO this should be in utility
|
||||||
if(visualize_track && !det_parameters.quiet_mode)
|
if (recording_params.outputTrackedVideo() || (visualize_track && !det_parameters.quiet_mode))
|
||||||
{
|
{
|
||||||
visualise_tracking(captured_image, face_model, det_parameters, gazeDirection0, gazeDirection1, frame_count, fx, fy, cx, cy);
|
visualise_tracking(captured_image, face_model, det_parameters, gazeDirection0, gazeDirection1, frame_count, fx, fy, cx, cy);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue