fixed blurs causing black frames and added backend for stabilizer
This commit is contained in:
+1
-1
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user