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.

video quality issue



Hi 

i have a issue about image quality issue(line is blocked ) .  i guess this is a lowcostScaling issue. 

but lowcostscaling is setted FALSE. i tested this dvr_rdk_demo_mcfw(RDK_03.50) , progressive mode, HDMI xga resolution. 

i checked console log . 

7536.201301241812.txt

i have more images but upload two images (the same monitor)

do you know why image quality is more not good?

1.  DVRRDK_03.50.xx ( fluorescent light line is blocked)

2. DVRRDK_03.00 (fluorescent light line is smooth)

 

Best Regards. 

  • Are you seeing the quality issue with all layouts or only 4x4 layout.

  • Hi, 

    as i attached my log. above image is LAYOUT_1CH live screen .

    log file is captured data at the moment when i see that issue. 

    and LAYOUT_4CH is not shown that issue. 

    [m3vpss ] *** [SWMS0] Mosaic Parameters ***
    [m3vpss ]
    [m3vpss ] Output FPS: 29
    [m3vpss ]
    [m3vpss ] Win | Ch | Input | Input | Input | Input | Output | Output | Output | Output | Low Cost | SWMS | Data | Blank |
    [m3vpss ] Num | Num | Start X, Y | Width x Height | Pitch Y / C | Memory Type | Start X, Y | Width x Height | Pitch Y / C | Memory Type | ON / OFF | Inst | Format| Frame |
    [m3vpss ] ----------------------------------------------------------------------------------------------------------------------------------------------------------------------
    [m3vpss ] 0 | 0 | 0, 0 | 704 x 480 | 1408 / 1408 | NON-TILED | 0, 0 | 1024 x 768 | 3840 / 0 | NON-TILED | OFF | 0 | 422I | OFF |
    [m3vpss ]

  • Hi,

     

    Can you print the complete log? i want to check the coefficients used for this factor..

     

    Regards,

    Brijesh Jadav

  • Hi. 

    it's my console log , do you want to another log?

    7536.201301241812.txt

    Regards. CHO

  • Are you seeing the saw tooth edge when commenting out

    /dvr_rdk/mcfw/src_linux/mcfw_api/usecases/ti816x/multich_progressive_vcap_venc_vdec_vdis.c

    gVdisModuleContext.setMosaicFxn     = MultiCh_progressiveDVRSetMosaicParams;

    also ?

    Another thing is are you seeing the artifacts for all channels .Mainly is there difference between channel 0 -7 and channel 8 - 15 ?

    One more test is change /dvr_rdk/mcfw/src_bios6/links_m3vpss/swMs/swMsLink_drv.c

    Int32 SwMsLink_drvSetScCoeffs(SwMsLink_Obj * pObj, FVID2_Handle fvidHandle,
                    UInt32 curCoeffId_v, UInt32 curCoeffId_h, Bool isDei)
    {
        Int32 retVal = FVID2_SOK;
        Vps_ScCoeffParams coeffPrms;
        static char *scCoeffName[VPS_SC_SET_MAX] =
        {
            "3/16",
            "4/16",
            "5/16",
            "6/16",
            "7/16",
            "8/16",
            "9/16",
            "10/16",
            "11/16",
            "12/16",
            "13/16",
            "14/16",
            "15/16",
            "UPSCALE",
            "1/1",
        };

        //if(curCoeffId_h>=VPS_SC_SET_MAX) -- FORCE TO UPSCALE
            curCoeffId_h = VPS_SC_US_SET;

        //if(curCoeffId_v>=VPS_SC_SET_MAX) -- FORCE TO UPSCALE
            curCoeffId_v = VPS_SC_US_SET;

     

  • Hi.

    Thank you for your reply. i checked two things. but there's nothing changed. 

    i wondering you can not see this issue? this issue seen only for me?

    1. 

    //gVdisModuleContext.setMosaicFxn     = MultiCh_progressiveDVRSetMosaicParams;

    2. One more test is change /dvr_rdk/mcfw/src_bios6/links_m3vpss/swMs/swMsLink_drv.c