mute
authorBernhard Tittelbach <bernhard@tittelbach.org>
Tue, 26 Mar 2019 12:51:30 +0000 (13:51 +0100)
committerBernhard Tittelbach <bernhard@tittelbach.org>
Tue, 26 Mar 2019 12:51:30 +0000 (13:51 +0100)
cpp/openCVnaiveObstacleAvoidance/openCVnaiveObstacleAvoidance.cpp

index 0dac6e2..f8ccfeb 100644 (file)
@@ -334,7 +334,7 @@ int main (int argc, char *argv[])
         {
             // if no argument was given try to open the first connected camera
             royale::Vector<royale::String> camlist (manager.getConnectedCameraList());
-            cout << "Detected " << camlist.size() << " camera(s)." << endl;
+            //cout << "Detected " << camlist.size() << " camera(s)." << endl;
 
             if (!camlist.empty())
             {