Stop Framebuffer grabber on failure

This commit is contained in:
Paulchen-Panther
2021-01-01 14:40:04 +01:00
parent d72a59e981
commit 545b29ed27
2 changed files with 19 additions and 11 deletions

View File

@@ -49,8 +49,9 @@ bool GrabberWrapper::start()
// Start the timer with the pre configured interval
Debug(_log,"Grabber start()");
_timer->start();
return _timer->isActive();
}
return _timer->isActive();
}
void GrabberWrapper::stop()