summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tracker-pt/ftnoir_tracker_pt_dialog.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tracker-pt/ftnoir_tracker_pt_dialog.cpp b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
index a8b545ca..54a4f69b 100644
--- a/tracker-pt/ftnoir_tracker_pt_dialog.cpp
+++ b/tracker-pt/ftnoir_tracker_pt_dialog.cpp
@@ -10,6 +10,7 @@
#include "compat/math.hpp"
#include "compat/camera-names.hpp"
+#include "cv/video-property-page.hpp"
#include <opencv2/core.hpp>
#include <QString>
@@ -223,6 +224,11 @@ void TrackerDialog_PT::show_camera_settings()
QMutexLocker l(&tracker->camera_mtx);
tracker->camera->show_camera_settings();
}
+ else
+ {
+ const int idx = camera_name_to_index(s.camera_name);
+ video_property_page::show(idx);
+ }
}
void TrackerDialog_PT::trans_calib_step()