From ce6d2d79e44da70b5ce47621e6f5466fe6565355 Mon Sep 17 00:00:00 2001 From: deva Date: Sun, 10 Apr 2005 20:53:34 +0000 Subject: *** empty log message *** --- src/mainwindow.cc | 4 ++-- src/miav.conf | 12 +++++------- 2 files changed, 7 insertions(+), 9 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(); diff --git a/src/miav.conf b/src/miav.conf index c0f5c89..e595762 100644 --- a/src/miav.conf +++ b/src/miav.conf @@ -8,15 +8,13 @@ cpr_port = 10301 cpr_timeout = 10000 # Video source -#video_width = 720 -#video_height = 576 -video_width = 500 -video_height = 370 +video_width = 720 +video_height = 576 # Size of the screen in inches -screensize = 14.0 -pixel_width = 800 -pixel_height = 600 +screensize = 19.0 +pixel_width = 1024 +pixel_height = 768 # How and where to connect to the miav server? server_addr = "192.168.0.10" -- cgit v1.2.3