From: Bernhard Tittelbach Date: Tue, 26 Mar 2019 12:51:30 +0000 (+0100) Subject: mute X-Git-Url: https://git.realraum.at/?p=201903hackathon.git;a=commitdiff_plain;h=bb6785d468ffb1de2cbf6d269780994b93ce82a1 mute --- diff --git a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp index 0dac6e2..f8ccfeb 100644 --- a/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp +++ b/cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp @@ -334,7 +334,7 @@ int main (int argc, char *argv[]) { // if no argument was given try to open the first connected camera royale::Vector camlist (manager.getConnectedCameraList()); - cout << "Detected " << camlist.size() << " camera(s)." << endl; + //cout << "Detected " << camlist.size() << " camera(s)." << endl; if (!camlist.empty()) {