This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: 4 channel cam parallel processing in the node

Part Number: TDA4VM

HI

I'm trying make a node for processing 4 channel cam by pipline.

I checked the example in app_multi_cam, and I have some question about it

1. When replicateNode, I think example is setting the num of replica to number of parameters. is it correct? 

2. if my thinking is correct, how to  the 4 channel cams is processed parallely in the node? I checked the vxgetobjectarrayitem is only getiing inex 0. I can't understand how the node is processing the each channels.

Thanks