I've a question considering the current setup:
- Yocto Linux on
iMX6
- Neither a window-, nor a display-manager
- A fully functional Qt Application, tested on Debian 9
The application consists of 2 main elements:
- A
GStreamer
part, with a imxg2dvideosink - A semi-transparent Qt Overlay, which should be displayed over the stream
The question:
How can I accomplish to display the overlay over the stream, while having both parts on fullscreen (filling the whole screen)? Possible solutions:
/dev/fb1
as an overlay to/dev/fb0
(How to split a single application to twofb
's ?)- Use a display-manager ?
- Use a window-manager ?
linuxfb
instead ofeglfs
?
My current (not working) solution:
- Using
-platform eglfs
- The application will first start
GStreamer
, and afterwards show the overlay