luxonis / depthai-core

DepthAI C++ Library
MIT License
235 stars 127 forks source link

Frequent crash on 2.20.2.0 when running multiple cameras #726

Open chris-piekarski opened 1 year ago

chris-piekarski commented 1 year ago

Run 2-4 cameras at once on 2.20.2.0 and it will crash with a variety of errors withing 1 minute....

dhartness commented 1 year ago

Out of curiosity, if you're still having issues can you elaborate on the errors? I've been on that level for a while and consistently run 5-6 cameras in threads from a python script for days on end.

Initially I was running into a problem where some cameras would not associate with the expected thread, but still worked, and that I resolved by putting a two second wait between starting each thread.

chris-piekarski commented 1 year ago

I think this is related to using right mono sensor through a NN node.

dhartness commented 1 year ago

What leads you to that?