diff options
Diffstat (limited to 'src/mainwindow.cc')
-rw-r--r-- | src/mainwindow.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 85b04cd..cd322b9 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -214,7 +214,7 @@ void MainWindow::createGui() } #define GREY 160 -#define SPEED 0.1f +#define SPEED 0.07f void MainWindow::redraw_edge() { rec_edge_counter += SPEED; @@ -276,7 +276,7 @@ void MainWindow::rec_clicked() recording = 1; // Start flashing the edge rec_edge_counter = 0.0f; - timer->start(200); + timer->start(100); btn_rec->setPixmap(*pix_stop); camera->start(); checkErrors(); |