Hello,
We now have a requirement to forward the 5th Channel of the Capture Node data with CSITX node provided by TDA4.
At the moment, we are capable of forwarding the 1st channel data of the capture node, by simply connecting the output of the capture node to the input of csitx node in the graph(both of type vx_object_array). And make sure the enabled channel number for csitx is 1.
However, the situation became trickier when we want to forward the 5th channel data of the capture node. We tried to obtain the 5th channel with vxGetObjectArrayItem, created a new array with it and give it as the input of csitx. It turns out the graph is not connect the way we expected.
Any recommend way to achieve this? Thank you in advance.
Regards,
Sijie Zhu