Part Number: TDA2EVM5777
Hi,
I have a similar use-case as posted in the original query.
NullSrc(A15) -> Decode(IPU) -> Alg_preproc(A15) -> Alg_proc_a (EVE) -> Alg_postproc(A15) -> Display(IPU).
Out of these alg plugin links
preproc and postproc work in "NOT_IN_PLACE" mode
proc_a work in "IN_PLACE" mode.
The input frame rate is 10fps.
Video on Display is smooth when the usecase is run for the first time. But if I stop the usecase and start it again, video on the display is jerky.
While debugging we found that the video buffer (output buffer of preproc) is being picked up for processing in preproc link (from emptyQ) even before it gets used/released from postproc link.
Please help to point out what can be causing this issue.
Thanks in advance,
Regards,
Uday M S