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.

supported output resolution in TIdm8168 DVR

I use DVR_RDK with version 00.07.00.01 and test the output resolution for HDMI.

Currently I found the 1080i is the defalut output, and I try to modify the

DVR_RDK_00.07.00.01/dvr/app/src/omx_il_display_ctrl.c

        if(xVideoOut == VOUT_HDMI0_LIVE)
        {

               ......
                pInfo->DisplayWindowWidth  = 1720;

                pInfo->DisplayWindowHeight = 1040;
                pInfo->nDrvInstID              = OMX_VIDEO_DISPLAY_ID_HD0;
                if (gDISPLAY_ctrl.bNTSC)                        pInfo->eDispVencMode       = OMX_DC_MODE_1080I_60;
                else

                 .......

 

 I change OMX_DC_MODE_1080I_60 to OMX_DC_MODE_1080P_30, and it fail to display.

My questions are

1). Is current RDK supported other resolution like 480P/720P/1080P ?

2). If yes, how to modify that correctly?

Great thanks for your comment...