Zed Depth Viewer not working with Isaac Sim

Hi,
I am trying to use a simulated Zed X in Isaac Sim

I am using Zed SDK inside a docker container. The container is running Zed SDK 4.1 with Cuda 11.8. and Ubuntu 22.04

I ran the ZED Diagnostics and every check passed except for the USB camera one.

I can successfully view the RGB feed from both the left and right cameras in the Zed Explorer.

But I cannot see anything when I run the Zed Depth Viewer. I get following error in terminal

[2024-09-27 12:29:35 UTC][ZED][INFO] Logging level INFO
[Streaming] No backward compatibility required.
[Streaming] Warning: Corrupted frame chunk received (recv: 196 / expect 4112)  from ip : 192.168.0.106 at ts 1727440175139(ms)
[2024-09-27 12:29:35 UTC][ZED][INFO] [Init]  Depth mode: ULTRA
[2024-09-27 12:29:35 UTC][ZED][INFO] [Init]  Serial Number: S/N 40976320
[2024-09-27 12:29:35 UTC][ZED][WARNING] Simulated ZED camera used.
[2024-09-27 12:29:35 UTC][ZED][WARNING] [Init]  Invalid calibration file. On Linux, call export LC_ALL="C" and restart your application.
[2024-09-27 12:29:35 UTC][ZED][WARNING] Self Calibration Disabled.
[2024-09-27 12:29:35 UTC][ZED][WARNING] [Init]  Requested depth_minimum_distance: 0.3METER is too close, clamped to 0.4METER.
in bool ImageHandler::initialize(sl::Mat&) : Err [999]: unknown error.
in bool ImageHandler::initialize(sl::Mat&) : Err [400]: invalid resource handle.
in bool ImageHandler::initialize(sl::Mat&) : Err [400]: invalid resource handle.
in bool ImageHandler::initialize(sl::Mat&) : Err [400]: invalid resource handle.
in bool ImageHandler::initialize(sl::Mat&) : Err [999]: unknown error.
in bool ImageHandler::initialize(sl::Mat&) : Err [400]: invalid resource handle.
in bool ImageHandler::initialize(sl::Mat&) : Err [400]: invalid resource handle.
in bool ImageHandler::initialize(sl::Mat&) : Err [400]: invalid resource handle.

I get the following screen in the Depth Viewer

Please help me out
Thank you

Hi @nilutpolkashyap
are you using the latest version of Isaac Sim, the ZED Isaac Sim plugin, and the ZED SDK?

Hi @Myzhar
I am using Isaac Sim 2023.1.1 . I am unable to shift to Isaac Sim 4.x version due to other dependencies.

I am using Zed SDK 4.1 and I tried with both Cuda 12.1 and 11.8

I used the main branch of ZED Isaac Sim plugin https://github.com/stereolabs/zed-isaac-sim/tree/main

The master branch is made to work with the latest updated version.
Please try with the release version tagged v1.1.0.

Hi @Myzhar

I can see the following versions in the Extensions window
image

I changed it to 1.1.0 from 2.0.0 but the same problem still exists. I cannot see the depth data

Thank you

Hi @Myzhar ,
Any help, please? I am still facing the same problem