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