Closed ChealsieBains01 closed 3 years ago
Hi @ChealsieBains01
this is indeed strange.
By opening the ZED2 by using its own serial number you should be sure to not have resources conflicts.
Can you try to use guvcview
or cheese
to open the ZED Mini and then start your Python code to understand if that happens anyway?
@qt-truong can you test it too?
I fixed this. Just had to put init_params in err = zed.open(init_params)
You are right, sorry, I missed that "simple" lack. I close the issue. Enjoy your devices
Preliminary Checks
Description
I have 2 zed cameras plugged in, 1 zed mini, and 1 zed 2. The zed mini is being opened as a v4l2 device using a gstreamer pipeline:
When I try to open the zed 2 in sdk while the mini is running, I get:
this is the code to open the zed 2. It works fine when the zed mini isn't running:
Steps to Reproduce
Expected Result
I expect both the zed mini to open and the zed 2 to run in the code
Actual Result
the zed 2 doesn't open with error code:
[ZED][Init][Info] Camera opening timeout reached
ZED Camera model
ZED Mini
Environment
Anything else?
No response