Alexey
2018-05-26 65e430588d76adbcf435db6b2e3aec791de651d0
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;
}