Part Number: TDA2EXEVM
Tool/software: Linux
TDA2XX:
How to Choose the Video Frame that I Want to next link?
or How do I dump video frames that i select? I want to discard some video frames !
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.
Part Number: TDA2EXEVM
Tool/software: Linux
TDA2XX:
How to Choose the Video Frame that I Want to next link?
or How do I dump video frames that i select? I want to discard some video frames !
Others: Is there an algorithm to select the video frame I want? Such as Alg_FrameCopy, can it do this?
I designed such a chain like this:
NullSource (A15) -> Decode -> Dup_dec
Dup_dec -> Alg_FrameCopy (A15) -> VPE -> Display
Dup_dec -> Encode -> Null (A15)
Void chains_nullSrc_frameCopy_Display_Null_SetFrameCopyAlgPrms( AlgorithmLink_FrameCopyCreateParams* pPrm, Chains_Ctrl* chainsCfg) { pPrm->baseClassCreate.algId = ALGORITHM_LINK_A15_ALG_FRAMECOPY; pPrm->maxWidth = ENCDEC_MAX_FRAME_WIDTH; pPrm->maxHeight = ENCDEC_MAX_FRAME_HEIGHT; pPrm->numOutputFrames = 3; }
input video h264 and dump video h264 is same,but display video displays like snowflakes. Why?
input:
display:
Hi,
Its been long since any update on this thread,
I hope the issue is resolved, if not then please reply below or create anew thread for different queries.
Regards,
Anuj