Software Version
DRIVE OS 6.0.6
Target Operating System
Linux
Hardware Platform
DRIVE AGX Orin Developer Kit (not sure its number)
In the Compute Graph Framework (CGF), I want to transfer images from multiple cameras to the next node at once through an image array. However, when I configured the JSON file for node connections, I found that each port can only be configured as an element of the array. And when I obtain images on the consumer node, I can only use the interface “NODE_GET_INPUT_ARRAY_PORT (“array_name” _sv, index)” instead of obtaining the entire array at once. Is there a method in CGF that can transfer and retrieve the entire array at once?