Home | History | Annotate | Download | only in cpp

Lines Matching full:endl

27         cout << "The program captures frames from a video file, image sequence (01.jpg, 02.jpg ... 10.jpg) or camera connected to your computer." << endl
28 << "Usage:\n" << av[0] << " <video file, image sequence or device number>" << endl
29 << "q,Q,esc -- quit" << endl
30 << "space -- save frame" << endl << endl
31 << "\tTo capture from a camera pass the device number. To find the device number, try ls /dev/video*" << endl
32 << "\texample: " << av[0] << " 0" << endl
33 << "\tYou may also pass a video file instead of a device number" << endl
34 << "\texample: " << av[0] << " video.avi" << endl
35 << "\tYou can also pass the path to an image sequence and OpenCV will treat the sequence just like a video." << endl
36 << "\texample: " << av[0] << " right%%02d.jpg" << endl;
43 cout << "press space to save a picture. q or esc to quit" << endl;
63 cout << "Saved " << filename << endl;
84 cerr << "Failed to open the video device, video file or image sequence!\n" << endl;