Skip to content

Commit

Permalink
Be a bit more specific in error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
BenBE committed Apr 1, 2022
1 parent feb2192 commit 5e37bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/deepseg.cc
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ int main(int argc, char* argv[]) try {
cv::VideoCapture cap(ccam.c_str(), cv::CAP_V4L2);

if(!cap.isOpened()) {
perror("failed to open video device");
perror("failed to open video capture device");
return 1;
}

Expand Down

0 comments on commit 5e37bb3

Please sign in to comment.