Embedded System Development
-
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 ?
-
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.