QtVncServer questions
Unsolved
Mobile and Embedded
-
On our embedded platform we currently use x11vnc as VNC server, but as Qt is now offering a QtVncServer plugin we are looking at this as an alternative. But I have a couple of questions.
(Platform is Linux on iMX8, using EGLFS as graphic interface, and using Qt 6.5)- We are using EGLFS, but the example uses a Wayland server. Is there an option to use EGLSFS instead? If so, is there an EGLFS example available?
- Is there an option to dynamically enable/disable the VNC server? We only want this to be accessible by a service engineer, so it should be disabled by default and only enabled on customer request.
- Our top object is a QML Item, can the VncItem also be used inside this instead of a Window (as is shown in the example)?
Regards,
Johan