Hi all,
In DM368IPNC-imx036 board I am facing image tearing issue in the D1 resolution
of H.264/MPEG4.If we enable the VS/VNF/LDC algorithm then there is no Image tearing issue.
In function DRV_imgsCalcFrameTime in the file drv_imgsCalcCfg_IMX036_3MP the default
setting is as follows:
pModeCfg->vdint0 = 512; // <--- modify this parameter and check the crop condition in all streams.
pModeCfg->vdint1 = 0; //800;
pModeCfg->vdint2 = IMGS_H_MAX-1;
If we change this default setting to
pModeCfg->vdint0 = 10; //10; //1023; //(5); //512an
pModeCfg->vdint1 = 800; //800;
pModeCfg->vdint2 = IMGS_H_MAX-1;
then there is no Image tearing issue in None mode but Image tearing issue is coming in Video stabilization mode.
If i can have the right values so that there is no Image tearing issue in any of the modes.
Thanks and Regards,
Mayank