I'm interested in multiple devices per host.
What I want is to use multiple cameras as a single camera to perform functions like an object tracker. (For example, several cameras capture a continuous space in sequence, making it seem like a single camera is detecting objects.) I've looked at Luxonis docs and the gen2-multiple-devices on GitHub, but it seems like each camera is used independently and not as one. Did I misunderstand? Unfortunately, I only have one camera at the moment so I cannot test the code myself.
On the other hand, is it possible to use multiple cameras independently? For example, can two cameras in one host, each looking at a different location, perform Cumulative Object Counting independently ?