diff options
-rw-r--r-- | ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp | 2 | ||||
-rw-r--r-- | opentrack/plugin-support.cpp | 3 |
2 files changed, 0 insertions, 5 deletions
diff --git a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp index 53cb70ad..58800f43 100644 --- a/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp +++ b/ftnoir_tracker_aruco/ftnoir_tracker_aruco.cpp @@ -112,9 +112,7 @@ Tracker::~Tracker() delete videoWidget; if(layout) delete layout; - qDebug() << "releasing camera, brace for impact"; camera.release(); - qDebug() << "all done!"; } void Tracker::start_tracker(QFrame* videoframe) diff --git a/opentrack/plugin-support.cpp b/opentrack/plugin-support.cpp index c572ada6..c682a1af 100644 --- a/opentrack/plugin-support.cpp +++ b/opentrack/plugin-support.cpp @@ -50,9 +50,6 @@ SelectedLibraries::SelectedLibraries(QFrame* frame, dylibptr t, dylibptr p, dyli return; } - qDebug() << "start tracker with frame" << (intptr_t)frame; - std::cout.flush(); - pTracker->start_tracker(frame); correct = true; |