Embedded System Development
-
wrote on 27 Aug 2019, 10:07 last edited by
I'm working on an embedded system based on an ARM controller running Linux (similar to the Raspberry Pi platform).
The application should have a GUI that shows up both on a local HDMI display, and on remote devices such as a tablet or a PC.
Does Qt have any features allowing a single application to be displayed on several devices, or do I have to create separate Qt applications for every device type?
-
Hi and welcome to devnet,
Are you thinking about something like the VNC backend ?
-
wrote on 30 Aug 2019, 06:49 last edited by geschema
Thanks, VNC looks like an interesting solution. Although it may be more suited for things like remote technical support. I've seen another option called WebGL streaming, which apparently can stream the application's UI to a web browser and allows user interactions as well.
-
Thanks, VNC looks like an interesting solution. Although it may be more suited for things like remote technical support. I've seen another option called WebGL streaming, which apparently can stream the application's UI to a web browser and allows user interactions as well.
wrote on 30 Aug 2019, 14:28 last edited by
1/4