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.

AlgLink_algCreate Fail

Hi

     I am working with RDKDVR 4.0. TI816x.  No HDMI Chip mod.

     in file: ti_vsys.c

       Int32 Vsys_create():

        case VSYS_USECASE_MULTICHN_PROGRESSIVE_VCAP_VDIS_VENC_VDEC_4CH:
             MultiCh_createProgressiveVcapVencVdecVdis();

      When I run demo. There's exception:

Assertion @ Line: 100 in links_c6xdsp/alg_link/algLink_priv.c: pObj->
inQueInfo.numCh <= ALG_LINK_OSD_MAX_CH : failed !!!

     Is i need add some init code in function:MultiCh_createProgressiveVcapVencVdecVdis();?

  who can help me to do that?

   Thanks.