This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hi all,
I have usecase in which I have two algorithms as follows:
NullSource (A15) -> Decode -> VPE -> Sync (A15) -> Dup -> Gate_1 -> Alg_1 (DSP1) -> SgxFrmcpy (A15) -> Merge
Dup -> Gate_2 -> Alg_2 (DSP1) -> Merge
Merge -> Display_M4 (IPU1_0)
// Graphics overlay display
GrpxSrc -> Display_Grpx
At a time only one Gate will be open and corresponding output should be displayed on screen. So input to Merge link will be 1 channel always.
Will Merge link work with the single channel input and give output to display link?
Or any other link will do this functionality instead of Merge link ?
Thanks ,
Megha
Hi Gaviraju,
Thanks for your reply.
How select will know which input to take everytime. What are configuration parameters for select link?
Can you please suggest any existing usecase which has same functionality to set configuration params?
Regards,
Megha
Hi,
Can you try with the existing link & chain? if it's not working then remove the merge link & try again.
Thanks
Gaviraju
Hi,
I'm recommending to use below use case chain:
NullSource (A15) -> Decode -> VPE -> Sync (A15) -> Dup -> Alg_1 (DSP1) -> SgxFrmcpy (A15) -> Merge
Dup -> Alg_2 (DSP2) -> Merge
Merge -> Display_M4 (IPU1_0)
// Graphics overlay display
GrpxSrc -> Display_Grpx
By default channel 0 is displaying & you can change display channel during run-time
Thanks
Gaviraju