qtgstreameryoctoimx6eglfs

Qt Overlay over GStreamer


I've a question considering the current setup:

The application consists of 2 main elements:

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:

My current (not working) solution:


Solution

  • I've found the solution myself. Shared below:

    1) Run Qt Application on /dev/fb1:

    Use a Color Key if you want full opacity while having fully transparent parts of your overlay.

    2) Run GStreamer on /dev/fb0:

    This is the solution for eglfs. Other possibilities are linuxfb.