How can I make a Raspberry Pi application running on EGLFS invisible/minimized?
Unsolved
Mobile and Embedded
-
Hi,
I am having trouble getting my application to be cleared from the screen once it has been 'painted' to.
It is a Qt Quick application with an ApplicationWindow root object in QML, whose visibility can be set to false on startup, without issue.
However, once it has been set to true, setting it to false will cause the last shown frame to persist until the application is either made visible again or explicitly quit.
What options do I have to hide the application, whilst allowing its process to persist?