Ok Thank you for the advice, I will try to improve the clarity of my request.
I have a C++ control script on a raspberrypi that works through ssh.
I have a Qt widgets project that displays the two webcam streams from the usb webcams connected to the pi.
As the C++ control script runs on the pi I can see data in the terminal that I would like to display using an progress bar in Qt GUI and also be able to control the motor speed .
1. I would like to display the terminal output in the Qt GUI
2. I would like to use values such as commanded motor speed and actual motor speed (which are refreshed in the terminal output of the control code) to control value indicators (progress bars)
3. I would like to control the input values (command values of the control code) using text input on the GUI. [When the control is running I can use a command such as "setspeed -motor1 5" to set motor 1 at 5% of maximum rpm] I think this step will be much more difficult as it deals with input.
What methods would you suggest to a Qt newbie!?
Thank you for your help.![]()
Bookmarks