I am using multiple cameras with the same pipeline configuration (and the same script). The cameras are placed at various angles surrounding the products.
Within the script I am doing some NN detection and tracker logic before sending a custom string back to the host PC.
The products may overlap and may contain other labels within the product itself. Depending on the camera angle I need to prioritize which product should own the containing labels.
Eg. for camera1 I want left to right prioritization, but for camera2 I want right to left prioritization.