summaryrefslogtreecommitdiffhomepage
path: root/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-07-06 10:20:51 +0200
committerStanislaw Halik <sthalik@misaki.pl>2015-07-06 10:47:47 +0200
commitfaab09446c5c26b96e59218abc34b1dc24727418 (patch)
tree9fc386f72ed736b3994ac1809f6a993d1a91ea2c /ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h
parent2e7407a094c74b629cbe8348e9007c6373e476fe (diff)
pt: initial camera dialog
Diffstat (limited to 'ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h')
-rw-r--r--ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h
index c1cd2e3b..b9aba4a6 100644
--- a/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h
+++ b/ftnoir_tracker_pt/ftnoir_tracker_pt_dialog.h
@@ -18,12 +18,13 @@
#include "trans_calib.h"
#include "pt_video_widget.h"
#include "ui_FTNoIR_PT_Controls.h"
+#include "opentrack/opencv-camera-dialog.hpp"
#include <QTimer>
//-----------------------------------------------------------------------------
// The dialog that shows up when the user presses "Settings"
-class TrackerDialog_PT : public ITrackerDialog
+class TrackerDialog_PT : public ITrackerDialog, protected camera_dialog<Tracker_PT>
{
Q_OBJECT
public:
@@ -39,6 +40,7 @@ public slots:
void startstop_trans_calib(bool start);
void poll_tracker_info();
+ void camera_settings();
private:
settings_pt s;
Tracker_PT* tracker;