mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Minor fixes
This commit is contained in:
@ -208,7 +208,7 @@ CvCapture* get_capture_video_stream(char *path) {
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user