Other Parts Discussed in Thread: TVP5158
Hello,
I would like to ask if it allowed to use capture port: Line mux 16-bit ? according to Netra spec this is not allowed (only 8-bit, line mux) , but tvp5158 does support that.
Best Regards,
Ran
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.
Hi Ran,
Could you provide more details. What do you mean by Netra spec, is it DM816x TRM (User Guide) ? Where exactly is stated in Netra spec that line mux 16-bit is not allowed? And where exactly is stated that tvp5158 does support line mux 16-bit ?
Regards,
Pavel
Hi Ran,
Netra does support the 16-bit line mux. We will fix table 2-7 for the next TRM release.
Regards,
Pavel
Yes line mux mode is supported in RDK (HDVPSS driver supports it) but the interface is not exposed to the application. You have to modifiy
/dvr_rdk/mcfw/src_bios6/links_m3vpss/capture/captureLink_drv.c
CaptureLink_drvCreateInst()
if (pInstPrm->videoDecoderId == FVID2_VPS_VID_DEC_TVP5158_DRV)
{
/* Change this :------*> /
pVipCreateArgs->videoCaptureMode = VPS_CAPT_VIDEO_CAPTURE_MODE_MULTI_CH_PIXEL_MUX_EMBEDDED_SYNC;
}