There is a tutorial which talks about having two depthai devices connected to the same host, however the tutorial ends prematurely.
Can't figure out how to address the camera selected:
Say I've selected the camera
device = depthai.Device.getDeviceByMxId("14442C10D13EABCE00")
How do I modify this code to work with this specific camera?
with dai.Device(pipeline) as device:
# Start pipeline
device.startPipeline()