Hi All, My name is shinnkun from JAPAN and below mentioned is my question.
Could you tell me whether it is bug or my miscoding?
I am happy if you reply me in return. Thank you.
Traceback (most recent call last):
File "/Users/cely/works/depthai-experiments/gen2_examples/test.py", line 51, in <module>
> in_depth = q_depth.tryGet()
RuntimeError: Error while reading data from xlink channel: disparity (X_LINK_ERROR)
I was able to run both Depth and RGB on OAK-D at the same time by referring this
sample in pipeline gen1.
So, I wrote this code to run both Depth and RGB on OAK-D(Gen2) at the same time by referring these samples in pipeline gen2.
As a result, it only works for first 10 seconds or little bit longer.
The program terminated with the following error message.
Traceback (most recent call last):
File "/Users/cely/works/depthai-experiments/gen2_examples/test.py", line 51, in <module>
> in_depth = q_depth.tryGet()
RuntimeError: Error while reading data from xlink channel: disparity (X_LINK_ERROR)
Environment info
OAK-D (with power supply)
macOS catalina version 10.15.7
zsh 5.7.1 (x86_64-apple-darwin19.0)
conda 4.8.3
Python 3.9.1
depthai.version
'0.0.2.1+d436ec6b629c09b92c58d869e80aac52367a3aa9'
numpy.version
'1.19.3'
cv2.version
'4.4.0'