ZED SDK not support ZED2i?

Here’s the console errors.

'zsw@zsw-desktop:~/Desktop/zed$ ZED_Depth_Viewer
terminate called after throwing an instance of ‘std::length_error’
what(): vector::_M_default_append
Stack trace (most recent call last) in thread 15197:
#0 Object “/lib/aarch64-linux-gnu/libc.so.6”, at 0x7fa1dcd598, in raise
Aborted (Signal sent by tkill() 15154 1000)

I have update to v3.7.4, but NX got the same problem.

@zsw360720347 can you try to run the tutorials for the zed-examples Github repository:

We want to understand if they work and if the problem is only with ZED Depth Viewer.

I have tried the zed-examples. It works well on ZED2 but don’t work on zed2i.
Firstly I tried on zed2i,then in zed2

Blockquote
zsw@zsw-desktop:~/mmdetection-2.19.1/samples/camera control/python$ python camera_control.py
Running…
Opening ZED Camera…
Resolution: 1280, 720.
Camera FPS: 60.0.
Firmware: 1523.
Serial number: 37317637.
Help for camera setting controls
Increase camera settings value: +
Decrease camera settings value: -
Switch camera settings: s
Reset all parameters: r
Record a video: z
Quit: q
terminate called after throwing an instance of ‘std::length_error’
what(): vector::_M_default_append
已放弃 (核心已转储)
(venv) zsw@zsw-desktop:~/mmdetection-2.19.1/samples/camera control/python$ python camera_control.py
Running…
Opening ZED Camera…
Resolution: 1280, 720.
Camera FPS: 60.0.
Firmware: 1523.
Serial number: 22131528.
Help for camera setting controls
Increase camera settings value: +
Decrease camera settings value: -
Switch camera settings: s
Reset all parameters: r
Record a video: z
Quit: q
FINISH

Hi, I changed another 12V/4A power to run zed2i in Depth Viewer, but got the same error on jetson NX. The Depth Viewer auto close.
After update the Calibration file , zed2i can works on jetson Nano Now.

Hi @zsw360720347
can you connect the ZED2i (only it), run the ZED Diagnostic tool, and send the report file to support@stereolabs.com?
Please also test, if you can, the camera on a different host device, like a laptop or a desktop PC.

Hi ,Thank you for your reply, I have sent the report file, and I have tested, zed2i can works on jetson nano, labtab, pc.

1 Like

Thank you so much!

delete the conf files in the folder “/usr/local/zed/settings” to force the SDK to download them again.

This way works~

1 Like