summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/pt_video_widget.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-18 20:08:50 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-18 20:08:50 +0100
commit29b43593962137f27abac7ca4d7f86a3e6d81dd2 (patch)
treec21832c1a05b5cf6bf2ee20ab970768609c45d3f /tracker-pt/pt_video_widget.h
parenteb9e4840dd3734ebe28e665657e499493b4173fc (diff)
tracker/pt: update video widget at 40 -> 50 ms
Diffstat (limited to 'tracker-pt/pt_video_widget.h')
-rw-r--r--tracker-pt/pt_video_widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-pt/pt_video_widget.h b/tracker-pt/pt_video_widget.h
index af1d60fd..1235c0d5 100644
--- a/tracker-pt/pt_video_widget.h
+++ b/tracker-pt/pt_video_widget.h
@@ -28,7 +28,7 @@ public:
freshp(false)
{
connect(&timer, SIGNAL(timeout()), this, SLOT(update_and_repaint()));
- timer.start(40);
+ timer.start(50);
}
void update_image(const cv::Mat &frame);
protected slots: