This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM57XX EVM How to Assign Qt5 Applications to DRM Layers in order to modify each layer's Alpha Value

I have 3 Qt5 Applications that work fine independently on the AM57XX EVM using the Qt 5 Wayland Plugin on the TI SDK image. 

When I launch them, they fill the whole screen so that the first app launched is covered by the second, and the second app is covered by the third.

How can I modify the transparency of the second and their app launched so that I can "see" some of the view from the first app launched?

I tried modifying the window opacity with Qt's setWindowOpacity, but the wayland plugin says "Window Opacity not supported by this Plugin." 

Thank you,

Phil