Qt
0
Вклад в тег
July 10th, 2016, ffserver program being dropped(с)ffmpeg.орг/индекс.html#ffserver
что-то вроде этого (просто для примера):
player->setMedia(QUrl(gst-pipeline: rtspsrc location=rtsp://user:passwrd@StaticCameraIP:port/path ! rtph264depay ! h264parse ! omxh264dec ! nvvidconv ! video/x-raw, width=1920, height=1080, format=BGRx ! videoconvert ! ximagesink sync=false));
...
for (double x=xn; x <= xk; x += dx) {
if (x >= log(b)) {
y = pow(log(a * x), 3.0) / ((sqrt(b * x)) + 1.2);
cout << format(table_format, x, y, "x >= log(b)");
} else {
y = pow(tan(a * x), 2.0) + sqrt(exp(b * x));
cout << format(table_format, x, y, "x<log(b)");
}
}
...