Commit d2d5ebf8 authored by Gary Bradski's avatar Gary Bradski

revamped

parent 65f7bfbb
......@@ -17,7 +17,8 @@ using namespace std;
//hide the local functions in an anon namespace
namespace {
void help(char** av) {
cout << "usage:" << av[0] << " <video device number>\n"
cout << "\nThis program justs gets you started reading images from video\n"
"Usage:\n./" << av[0] << " <video device number>\n"
<< "\tThis is a starter sample, to get you up and going in a copy pasta fashion\n"
<< "\tThe program captures frames from a camera connected to your computer.\n"
<< "\tTo find the video device number, try ls /dev/video* \n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment