summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2015-12-04 23:50:20 +0100
committerStanislaw Halik <sthalik@misaki.pl>2015-12-04 23:50:20 +0100
commitf9a6946d26dca681a14a5aacf523414dbc6bdfb3 (patch)
treef2d0c834385b202a23cdcc96d8dea83b823bcac4
parente6b5a7a710890520ab56691e41f080cf97010e5c (diff)
aruco: smaller search windowopentrack-2.3-rc21p3
Suitable for 30 Hz camera modes and higher. Requested-by: @frost555 Issue: #273
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.h2
1 files changed, 1 insertions, 1 deletions
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;