changed priority

This commit is contained in:
lostjared
2017-02-19 16:25:53 -08:00
parent 29c5270843
commit 473e892250

View File

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