diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-18 20:08:50 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-12-18 20:08:50 +0100 |
commit | 29b43593962137f27abac7ca4d7f86a3e6d81dd2 (patch) | |
tree | c21832c1a05b5cf6bf2ee20ab970768609c45d3f /tracker-pt | |
parent | eb9e4840dd3734ebe28e665657e499493b4173fc (diff) |
tracker/pt: update video widget at 40 -> 50 ms
Diffstat (limited to 'tracker-pt')
-rw-r--r-- | tracker-pt/pt_video_widget.h | 2 |
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: |