Tool/software: TI-RTOS
Hello Everyone,
I am working with TDA2px. Below is my usecase:
NetworkRx (A15) -> Decode -> Sync -> Dup -> Alg_Plugin1 (DSP1) -> Merge(DSP1)
Dup -> Alg_Plugin2 (DSP2) -> Merge
Merge -> Sync_2(DSP1) -> DssM2mWb -> Display_Video
Here when I use sync after merge link ,I receive no output , a complete black screen . What can be the issue? Can using two sync cause issue?
And if I remove the sync link , I do get a output, but there is lot of frame drop and there is unstable display with one correct frame and a green frame.
I cannot give two inputs to DssM2mWb link as it supports only one input.
Can anyone suggest me a better approach for this case? I want to generate a split screen with one view from Alg_Plugin1 and and second view of split screen from Alg_Plugin2.