Other Parts Discussed in Thread: TVP5151
Hi,
I am using dvrrdk3.50.00.05 for DM8168. I want to use DEI in my application. As per written in LinkAPIUserGuide, DEI gives three scaled output.
1. DEI-SC YUV422
2. VIP-SC (0) - YUV420/422
3. VIP-SC (1) - YUV420/422
But here in my case i want to use only one output which is VIP-SC (0) - YUV420/422. So i have disable rest of the two outputs.
deiPrm[0].enableOut[DEI_LINK_OUT_QUE_DEI_SC] = FALSE;
deiPrm[0].enableOut[DEI_LINK_OUT_QUE_VIP_SC_SECONDARY_OUT] = FALSE;
I have also connected these output to NullLink_CreateParams parameters.
But I am getting following error,
[m3vpss ] 100686: Assertion @ Line: 966 in links_m3vpss/dei/deiLink_drv.c: pObj->fvidHandle != NULL : failed !!!
Any idea about above error ? Am I doing anything wrong ?
Seeking quick response.
Thanks in advance,
Shabbir Limdiwala
