From 473e8922505fc3351a66b1a50bf1b2cbd836e135 Mon Sep 17 00:00:00 2001 From: lostjared Date: Sun, 19 Feb 2017 16:25:53 -0800 Subject: [PATCH] changed priority --- src/playback_thread.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/playback_thread.cpp b/src/playback_thread.cpp index a1aa3b7..4a8368f 100644 --- a/src/playback_thread.cpp +++ b/src/playback_thread.cpp @@ -12,8 +12,7 @@ void Playback::Play() { stop = false; } } - //start(LowPriority); - start(TimeCriticalPriority); + start(HighPriority); } void Playback::setVideo(cv::VideoCapture cap, cv::VideoWriter wr, bool record) {