Posts by Nilton Garcia • 49 points
3 posts
-
0
votes0
answers45
viewsQ: How to resolve incremental delay in ffplay streaming?
Problem: Incremental delay in streaming runtime with FFPLAY Question: Is there any way to clear the delay buffer at runtime ? I’m using the FFPLAY to reproduce an RTP stream. In the first few…
-
3
votes1
answer534
viewsQ: How to call a Python script in a C++ code in Qt Creator?
How do I call a Python script in a C++ code in Qt Creator?
-
1
votes0
answers861
viewsQ: How to render graphics in Qt applications?
I’m developing a small application to read a serial port. I would like to know how to generate a graph that is updated in real time with two variables, one x (time), and another y…