summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2014-01-16 08:24:43 +0100
committerStanislaw Halik <sthalik@misaki.pl>2014-01-16 08:24:43 +0100
commitde3ab0c3c1aee424a9a04963c976242b03827e17 (patch)
tree9a506253b58d1ee9d51f153d41882c77b0817c1f
parenteb49b953f7216527cf4a78272f321a73706f0536 (diff)
remove now-unused useless block
-rw-r--r--ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp
index ee20a9c4..ae7ca0b5 100644
--- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp
+++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp
@@ -187,10 +187,6 @@ void Tracker::run()
return;
}
- while (!stop)
- if(camera.read(color_))
- break;
-
auto freq = cv::getTickFrequency();
auto last_time = cv::getTickCount();
int cur_fps = 0;