summaryrefslogtreecommitdiffhomepage
path: root/tracker-pt/ftnoir_tracker_pt_dialog.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2016-10-18 18:00:26 +0200
committerStanislaw Halik <sthalik@misaki.pl>2016-10-19 14:46:28 +0200
commit8c15b022e699c3d02faee1c34e4344e8021153b0 (patch)
tree66ede1c77d7b91d1baceda62727fe1497b9d3dd9 /tracker-pt/ftnoir_tracker_pt_dialog.cpp
parentbfc13c7fcb444d97796589249e2664b37e20f471 (diff)
tracker/pt: show tracker state immediately
Diffstat (limited to 'tracker-pt/ftnoir_tracker_pt_dialog.cpp')
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.cpp b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
index 68740801..df0da31a 100644
--- a/tracker-pt/ftnoir_tracker_pt_dialog.cpp
+++ b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
@@ -18,7 +18,7 @@ TrackerDialog_PT::TrackerDialog_PT()
: tracker(nullptr),
timer(this)
{
- ui.setupUi( this );
+ ui.setupUi(this);
ui.camdevice_combo->addItems(get_camera_names());
@@ -76,6 +76,8 @@ TrackerDialog_PT::TrackerDialog_PT()
connect(&calib_timer, &QTimer::timeout, this, &TrackerDialog_PT::trans_calib_step);
calib_timer.setInterval(100);
+
+ poll_tracker_info();
}
void TrackerDialog_PT::startstop_trans_calib(bool start)