diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-16 08:24:43 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-01-16 08:24:43 +0100 |
commit | de3ab0c3c1aee424a9a04963c976242b03827e17 (patch) | |
tree | 9a506253b58d1ee9d51f153d41882c77b0817c1f /ftnoir_tracker_aruco | |
parent | eb49b953f7216527cf4a78272f321a73706f0536 (diff) |
remove now-unused useless block
Diffstat (limited to 'ftnoir_tracker_aruco')
-rw-r--r-- | ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp | 4 |
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; |