Other Parts Discussed in Thread: DM388
Hi
In IPNC_RDK 3.9.0
I'm trying to configure the capture path.
I see,In
/ipnc_mcfw/mcfw/src_bios6/links_m3vpss/capture/captureLink_drv.c
..................
pInst->captureVipHandle = FVID2_create(FVID2_VPS_CAPT_VIP_DRV,
pInst->instId,
pVipCreateArgs,
&pInst->createStatus, &pInst->cbPrm);
UTILS_assert(pInst->captureVipHandle != NULL);
..................
FVID2_create returns 0 and the boot process stops with error
How can this be corrected ?
What will be the possible causes of this error?
Thank you.
Regards