Home | History | Annotate | Download | only in cpp

Lines Matching full:endl

121         cout << "Found minimal focus step = " << lStep << endl;
151 cout << "RATE=" << rate << endl;
272 cerr << "Invalid fps argument." << endl;
289 cerr << "Invalid minimum focus step argument." << endl;
299 cerr << "Unknown option " << arg << endl;
315 cout << "Cannot find device " << GlobalArgs.deviceName << endl;
334 cout << "This is not GPHOTO2 device." << endl;
337 cout << "List of camera settings: " << endl
339 << endl;
353 cerr << "Cannot open output file " << GlobalArgs.output << endl;
395 "or 'r' to reset." << endl;
415 cout << rate << endl;
421 cout << "STATE\t" << state << endl;
422 cout << "Output from camera: " << endl
423 << (const char *) (intptr_t) cap.get(CAP_PROP_GPHOTO2_FLUSH_MSGS) << endl;
454 << endl << "in " << (int) (cap.get(CAP_PROP_POS_MSEC) / 1e2)
455 << " seconds," << endl << "at avg speed "
456 << (cap.get(CAP_PROP_FPS)) << " fps." << endl;