Part Number: TDA4VM
SDK is 8.1
In the my demo, Capture->LDC->SRV->MOSAIC->DISPLAY. When I ready to rendering, I print the the local time in srv kernel.
In the meanwhile, after vxGraphParameterDequeueDoneRef(), I queried the timestamp of reference of capture and csitx, and used vxQueryGraph() to know the overall performance of the graph. My question is below:
1. The execution time of all nodes is ~60ms, so the timestamps of sink node should be more than the timestamps of source node. why the timestamp1 is equal to timestamp2?
2. Using vxGraphParameterEnqueueReadyRef() 4 times, it means capture frame1, capture frame2, capture frame3 and capture frame4 are enqueued. The srv node begin to work . I want to know why enqueue reference 4 times, srv node begin to work? And the first frame used by srv node is capture frame1 or capture frame3 ?
3. Using vxQueryGraph(), what does graph_perf.num means?
code :



result:
