Tool/software: Linux
I have an application based on Debian using Wayland & QT for graphical applications.
So far I have been able to create an application which uses the DSS blender to overlay graphics onto a video stream and send out through the HDMI interface.
This is one of our key use cases and it works fine, however I am stuck on how our second use case can be enabled;
In this use case we require three of of the four available video pipelines in the DSS as input to the blender.
- HMI
- Video feed
- Gfx overlays
We need to overlay the graphics onto the video and loop this back through the Writeback pipeline before running H.264 and storing as an mp4 file. We also need to concurrently send out the HMI onto the HDMI interface.
Firstly I'd just like confirmation that the Writeback Pipeline is enabled in the Linux kernel drivers.
Secondly I'd just like to request any examples of how such a pipeline should be created OR just some general pointers on where to begin.
Much Appreciated.
Tom Brown