Hi TI,
I am new to OpenVX and trying to utilize the tivxVpacLdcNode in order convert the image into Bird Eye view. As per my understanding, it's the TI defined API so it doesn't require the user kernel definition. In order to use this API, I created input and output images, generated the defined the homogaphy matrix and inserted into this node somehow like this
tivxVpacLdcNode(graph, NULL, perspect_matrix,
NULL, NULL,
NULL, NULL, in_image,
out_image, NULL);
However, it generates the error: tivxCreateNodeByKernelName: Call to vxGetKernelByName failed; kernel may not be registered. Do I have to create the kernel, how to achieve it ? Thank you.
With best regards,
H.M.Owais