AlexeyAB
2018-05-27 160eddddc4e265d5ee59a38797c30720bf46cd7c
src/http_stream.cpp
@@ -208,7 +208,7 @@
      cap = (CvCapture*)new cv::VideoCapture(path);
   }
   catch (...) {
      std::cout << " Error: Web-camera " << path << " can't be opened! \n";
      std::cout << " Error: video-stream " << path << " can't be opened! \n";
   }
   return cap;
}