Hi,
We are wondering how can we make a composition of 2 images to display one side by side using the different layers avaliable at the DSS Overlay Manager. Something similiar as the 'mosaic' tivx node does but at DSS.
Our approach is to use the same pipeliine where the frames of the 2 different video streams are sent alternatively. Between the sent of every frame, we want to change the configuration of the layer at the Overlay Manager connected to the video pipeline. This way we want to achieve the merge of the 2 different frames at different layers. To achieve this, we want to extend the API for the TIOVX Display Node that now only supports chages in the display position and channel, related to the display driver. We want also to extend it tu support the display controller driver, responsible of the configuration of the layer parameters for the Overlay Manager.
While we do our test (in progress), we would like to know if such composition is feasible, as I see the configuration of the overlay manager is done at start and not once the video chain is running. Is there anyhting special we should consider for our implementation?
Regards,
Carlos Delgado.