Dear all ,
I am trying to add a VPE link to my chain. It will be used to resize images. My chains is as below :
UseCase: chains_v4l2Src_Adas_null
NullSource (A15) -> Encode -> Dup -> Decode -> VPE -> Alg_FrameCopy (DSP1) -> Null (A15)
Dup -> Null_1 (A15)
if I drop VPE, the chains works fine. With the VPE link it leads to the following error no matter how I set the VPE parameters:
Assertition 0 Line: 625 in links_ipu/vpe/vpelink_drv.c: pObj->fvidHandle !=NULL : failed !!!
Does anyone know the reason?
I use the Vision sdk Linux version.