vinjn
2018-05-26 6b6f0f0ca3193ff6707dd0acac8ccd3e3e3b3873
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;
}