Part Number: TDA4VH-Q1
Tool/software:
Hi TI,
Using sdk 9.2.
Graph is as below:
capture_node->node1->node2
Both node1 and node2 are custom nodes which will do operations on raw images. Node1 and node2 both are configured to run on c7x cores. Though these nodes are created for processing on RGBIR 8MP sensor raw images but for checking the real time performance of these nodes, I am using 8MP RGGB sensor(AR820) as the image resolution is same for both sensors.
After running the application it gets stuck on vxGraphParameterDequeueDoneRef() call. Upon further debugging I found that it is getting stuck in capture kernel process callback in function tivxCaptureTimeout(). I have compare the sensor and capture code with single cam app and not able to figure out where is the issue.
I am attaching the application code though I cannot share the target code for node1 and node2 kernels. I am sharing the host side code ,graph creation code, sensor init code and code for capture node creation etc.