fixed blurs causing black frames and added backend for stabilizer

This commit is contained in:
itsmattkc
2018-12-08 16:37:34 +11:00
parent 0e2632e578
commit f21742c2f3
6 changed files with 26 additions and 45 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ ViewerWidget::ViewerWidget(QWidget *parent) :
format.setDepthBufferSize(24);
setFormat(format);
// error handler - retries after 500ms if we couldn't get the entire image
// error handler - retries after 50ms if we couldn't get the entire image
retry_timer.setInterval(50);
connect(&retry_timer, SIGNAL(timeout()), this, SLOT(retry()));