X-Git-Url: https://git.realraum.at/?p=201903hackathon.git;a=blobdiff_plain;f=cpp%2FopenCVnaiveObstacleAvoidance%2FopenCVnaiveObstacleAvoidance.cpp;fp=cpp%2FopenCVnaiveObstacleAvoidance%2FopenCVnaiveObstacleAvoidance.cpp;h=f8ccfebc6b7905e3d96689c09ddaa8519d7457e3;hp=0dac6e25ac75fed23efc12e26148a5443f165dfb;hb=bb6785d468ffb1de2cbf6d269780994b93ce82a1;hpb=8fc88560a684588e424fc3c4d78fb2c2d2d92a5d 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()) {