在 TDA2 VSDK 里面,有 NULL link这样的节点,这样,可以接收图像数据后,在A15 上通过 回调函数做一些自定义的处理,不过,在TDA4VM 上面,使用 TIOVX的时候,没有发现这样的节点,当用户想在A72上对摄像头传过来的图像进行处理的时候,就不知道怎么处理了;
如果想自己创建这样的node,也不清楚怎么处理,请教一下,要怎么处理比较好?
Is there any node in TIOVX execute the funstion as Null link in TDA2 VSDK? which could be used do something in A72?
In TDA2 VSDK,there is Null link which could do some process at A15 core and by callback function when recieving the images from other link. but, I don't find any node do the similar thing in TIOVX , so it's difficult to process the image from camera in A72.
could you kindly tell me how to create new node to process image such as Null link in VSDK?or , is there any other nodes in TIOVX could do the similar thing in TIOVX?
thanks and best rgds!