diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-11 18:08:15 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-11 18:08:15 +0100 |
commit | 19dcf6de27cbb4347f940186370823f479ab1a5c (patch) | |
tree | 9dba47b2f422c3fcb13c7b4f90b11b540eeeae3b /FTNoIR_Tracker_PT/pt_video_widget.h | |
parent | 7da7a26385c1d54762d6f2d11a7036d856bc5864 (diff) |
get rid of frame copy throttling
Diffstat (limited to 'FTNoIR_Tracker_PT/pt_video_widget.h')
-rw-r--r-- | FTNoIR_Tracker_PT/pt_video_widget.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FTNoIR_Tracker_PT/pt_video_widget.h b/FTNoIR_Tracker_PT/pt_video_widget.h index c47198db..25d593c3 100644 --- a/FTNoIR_Tracker_PT/pt_video_widget.h +++ b/FTNoIR_Tracker_PT/pt_video_widget.h @@ -24,7 +24,6 @@ #include <QPainter>
#include <QPaintEvent>
#include <QTimer>
-#include <QElapsedTimer>
class PTVideoWidget : public QWidget, public FrameObserver
{
@@ -53,7 +52,6 @@ private: QImage texture;
QTimer timer;
cv::Mat _frame;
- QElapsedTimer update_throttler;
bool freshp;
};
|