Hi,
I am working at dm816x + vs daughter card.
I got an scaler question in rdk 01.08.00.15.
I want to use two scale instants in one software mosaic link and I also need deinterlace link.
How can I do that swMsPrm configuration. I try something like as following, but system will be fail at program start running.
swMsPrm[0].numSwMsInst = 2;
swMsPrm[0].swMsInstId[0] = SYSTEM_SW_MS_SC_INST_SC5;
swMsPrm[0].swMsInstId[1] = SYSTEM_SW_MS_SC_INST_DEIHQ_SC;
swMsPrm[0].swMsInstStartWin[0] = 0;
swMsPrm[0].swMsInstStartWin[1] = 16;
Is there an relationship that I only can use SYSTEM_SW_MS_SC_INST_SC5 if the deinterlace link exist?
Jacson