ISAAC Sim integration for ZED SDK.
The ZED camera extension streams your virtual ZED camera data to the ZED SDK.
- Linux Ubuntu 22.04 or Windows 10/11
- NVIDIA Isaac SIM Requirements
- Isaac SIM >=5.0.0 (Workstation or Container)
- Clone the repository
- Run ./build.bat on Windows or ./build.sh on Linux to build the extension.
- Launch Isaac Sim
- Open Window -> Extensions from the top menu
- In the Extensions manager window (hamburger button near search field), open Settings.
- Click the "+" button and add the path to your cloned repo +
/exts
- Enable the
ZED Camera
extension in the Third-Party tab.
Then, In your scene,
- Add a ZED Camera
- Create a new Action Graph similar to this :
It is now possible to stream images to the ZED SDK using IPC instead of RTSP. This feature is only available on Linux and only when streaming to the same machine.
To use IPC:
- In the action graph, enable the "IPC" option in the ZED Camera Helper node. It is enabled by default.
Once streaming has started, you should see the following message in the console window:
Important:
To receive a stream using IPC, the IP address must be set to 127.0.0.1
or localhost
.
For example, in ZED Explorer:
- Set the IP to 127.0.0.1
- On the top-left corner, the streaming mode will be displayed: