Open jonathandao0 opened 2 years ago
@jonathandao0 thanks for the report - we are looking into this at the moment and we hope to resolve this ASAP. Will update you about the progress
@jonathandao0
Please try out either latest develop
branch: (will soon be released as 2.15.0)
python3 -m pip install --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local depthai==2.14.1.0.dev+3d1934628542ba80869555436b9f80424a8ee4b3
Also if you are on RPi, make sure your libc6 package is up to date:
sudo apt update
sudo apt install libc6 libc-bin
Let me know how that works for you.
I’m trying to run Python code that runs an OAK-1 and an OAK-D Lite on two threads in parallel. When running the threads individually, the code runs fine, but when I try to run both at the same time, I’m getting a stack trace that isn't very clear:
I originally thought this might be due to not being able to provide enough power, but using the Y-Power Adaptor doesn’t resolve the issue. Swapping the OAK-D Lite to an original OAK-D also shows the same error. I'm currently running with DepthAI v2.14.1.0.