Part Number: TDA4VH-Q1
i m using 2 camera one 5b cam and one 8b cam conversion of color convert node by using ldc .5b cam is working and for 8b cam flicker issue is there.
obj->colorConvertNode = tivxVpacLdcNode(
obj->graph,
obj->ldcConvertCfg, /* configuration */
NULL, /* warp_matrix — no geometric warp */
obj->ldcConvertRegion, /* region_prms */
NULL, /* mesh_prms — no mesh */
NULL, /* mesh_img — no mesh */
NULL, /* dcc_db — no DCC */
uyvy_in, /* in_img UYVY */
nv12_out, /* out0_img NV12 */
NULL); /* out1_img — single output */
printf("[LDC-8B] tivxVpacLdcNode: %s\n",
obj->colorConvertNode ? "OK" : "FAIL — NULL");
any debug steps can you suggest