I am running "depthai-experiments/gen2-multiple-devices/multi-cam-calibration" with 2 devices (OAK-1-Lite) connected. But it works only 2 seconds and then closed caused by X_LINK_ERROR.
Same with multi-device-mobilenet.py and multi-device-mjpeg-decoding.py
Please assist!
========================================================================
pi@pi-storp:~/depthai-experiments/gen2-multiple-devices/multi-cam-calibration(master)$ python main.py
Found 2 devices
[18443010413D6F0E00] [1.1.1] [0.965] [system] [warning] ColorCamera IMX214: capping FPS for selected resolution to 28.86
=== Connected to 18443010413D6F0E00
[1844301031CA6E0E00] [1.1.2] [1.014] [system] [warning] ColorCamera IMX214: capping FPS for selected resolution to 28.86
=== Connected to 1844301031CA6E0E00
Selected camera 1
Traceback (most recent call last):
File "/home/pi/depthai-experiments/gen2-multiple-devices/multi-cam-calibration/main.py", line 53, in <module>
camera.update()
File "/home/pi/depthai-experiments/gen2-multiple-devices/multi-cam-calibration/camera.py", line 77, in update
in_rgb = self.rgb_queue.tryGet()
RuntimeError: Communication exception - possible device error/misconfiguration. Original message 'Couldn't read data from stream: 'rgb' (X_LINK_ERROR)'
=== Closed 18443010413D6F0E00
=== Closed 1844301031CA6E0E00
============================================================================