Switch to steady_clock

This commit is contained in:
Isaac Connor 2021-12-16 16:35:42 -05:00
parent 60d2186ff4
commit 7101a70774
1 changed files with 1 additions and 1 deletions

View File

@ -155,7 +155,7 @@ void FifoStream::runStream() {
}
while (!zm_terminate) {
now = std::chrono::system_clock::now();
now = std::chrono::steady_clock::now();
checkCommandQueue();
if (stream_type == MJPEG) {