Hi Guys,
I am working on the following setup: Raspberry pi with Raspbian Lite running a Qt application that is rendered using the EGL interface. EGL gives me the best performance but I have been unable to get remote access to my application via teamviewer that way. TeamViewer IoT runs on the pi and when I render the application directly to the fb I can see it remotely but it doesn't recognize any inputs.
In this post:
https://community.teamviewer.com/English/kb/articles/109825-set-up-the-remote-screen-via-x11
The possibility to include a teamviewer SDK in a Qt application. Does anyone have experience with this? How could i get remote access to my application?
Thank you for your help!