IlyaOvodov
2018-05-31 51293290fad1465bf9fdb9b9b4eda0a661d67444
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;
}