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) {