From 0424a2802aec3600774ba9347c49312bb09b8cfe Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 1 Nov 2015 11:28:17 +0100 Subject: all: adjust options.hpp move to compat --- tracker-aruco/ftnoir_tracker_aruco.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-aruco/ftnoir_tracker_aruco.h') diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h index f827da77..018f69ea 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.h +++ b/tracker-aruco/ftnoir_tracker_aruco.h @@ -15,7 +15,7 @@ #include #include #include -#include "opentrack/options.hpp" +#include "opentrack-compat/options.hpp" #include "trans_calib.h" #include "opentrack/plugin-api.hpp" #include "opentrack/opencv-camera-dialog.hpp" -- cgit v1.2.3 From f9a6946d26dca681a14a5aacf523414dbc6bdfb3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 4 Dec 2015 23:50:20 +0100 Subject: aruco: smaller search window Suitable for 30 Hz camera modes and higher. Requested-by: @frost555 Issue: #273 --- tracker-aruco/ftnoir_tracker_aruco.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tracker-aruco/ftnoir_tracker_aruco.h') diff --git a/tracker-aruco/ftnoir_tracker_aruco.h b/tracker-aruco/ftnoir_tracker_aruco.h index 018f69ea..b9503c6e 100644 --- a/tracker-aruco/ftnoir_tracker_aruco.h +++ b/tracker-aruco/ftnoir_tracker_aruco.h @@ -48,7 +48,7 @@ class Tracker : protected QThread, public ITracker { Q_OBJECT friend class TrackerControls; - static constexpr double c_search_window = 2.65; + static constexpr double c_search_window = 1.3; public: Tracker(); ~Tracker() override; -- cgit v1.2.3