summaryrefslogtreecommitdiffhomepage
path: root/tracker-aruco
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-12-02 08:14:18 +0100
committerStanislaw Halik <sthalik@misaki.pl>2017-12-02 08:21:36 +0100
commitb830658e3e1657de1ef8581a53b4298769c117ee (patch)
tree14f34332ea1a909c4471349a07150de7dd51fd83 /tracker-aruco
parent9664c63af725c6e775bfa6bd64239edbf1c18192 (diff)
tracker/{pt,aruco}: oops, disable multi threading right
Diffstat (limited to 'tracker-aruco')
-rw-r--r--tracker-aruco/ftnoir_tracker_aruco.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-aruco/ftnoir_tracker_aruco.cpp b/tracker-aruco/ftnoir_tracker_aruco.cpp
index 90531736..37e34246 100644
--- a/tracker-aruco/ftnoir_tracker_aruco.cpp
+++ b/tracker-aruco/ftnoir_tracker_aruco.cpp
@@ -365,7 +365,7 @@ void aruco_tracker::cycle_detection_params()
void aruco_tracker::run()
{
- cv::setNumThreads(0);
+ cv::setNumThreads(1);
if (!open_camera())
return;