Lines Matching full:endl
33 cout << "This program demonstrates usage of camera supported\nby Intel Perceptual computing SDK." << endl << endl;
34 cout << "usage: " << filename << "[-ps] [-isp IDX] [-dsp IDX]\n [-ir] [-imb VAL] [-imc VAL]" << endl << endl;
35 cout << " -ps, print streams setting and profiles" << endl;
36 cout << " -isp IDX, set profile index of the image stream" << endl;
37 cout << " -dsp IDX, set profile index of the depth stream" << endl;
38 cout << " -ir, show data from IR stream" << endl;
39 cout << " -imb VAL, set brighness value for a image stream" << endl;
40 cout << " -imc VAL, set contrast value for a image stream" << endl;
41 cout << " -pts, print frame index and frame time" << endl;
42 cout << " --show-closed, print frame index and frame time" << endl;
43 cout << endl;
95 cout << "Unsupported command line argument: " << argv[i] << "." << endl;
101 cerr << "For --show-closed depth profile has be selected" << endl;
110 cout << "Image stream." << endl;
111 cout << " Brightness = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_BRIGHTNESS) << endl;
112 cout << " Contrast = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_CONTRAST) << endl;
113 cout << " Saturation = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_SATURATION) << endl;
114 cout << " Hue = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_HUE) << endl;
115 cout << " Gamma = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_GAMMA) << endl;
116 cout << " Sharpness = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_SHARPNESS) << endl;
117 cout << " Gain = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_GAIN) << endl;
118 cout << " Backligh = " << capture.get(CAP_INTELPERC_IMAGE_GENERATOR | CAP_PROP_BACKLIGHT) << endl;
119 cout << "Image streams profiles:" << endl;
130 cout << endl;
134 cout << "Depth stream." << endl;
135 cout << " Low confidence value = " << capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_DEPTH_LOW_CONFIDENCE_VALUE) << endl;
136 cout << " Saturation value = " << capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_DEPTH_SATURATION_VALUE) << endl;
137 cout << " Confidence threshold = " << capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_DEPTH_CONFIDENCE_THRESHOLD) << endl;
139 << capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_INTELPERC_DEPTH_FOCAL_LENGTH_VERT) << ")" << endl;
140 cout << "Depth streams profiles:" << endl;
151 cout << endl;
295 cerr << "Can not open a capture object." << endl;
306 cerr << "Can not setup a image stream." << endl;
314 cerr << "Can not setup a depth stream." << endl;
322 cerr << "Can not setup a IR stream." << endl;
328 cout << "Streams not selected" << endl;
347 cout << "Can not grab images." << endl;
368 << ", Depth(IR) frame: " << capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_POS_FRAMES) << endl;
370 << ", Depth(IR) frame: " << capture.get(CAP_INTELPERC_DEPTH_GENERATOR | CAP_PROP_POS_MSEC) << endl;