-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from stereolabs/rel_v1.0.1
Update SL logo and README
- Loading branch information
Showing
4 changed files
with
19 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,31 @@ | ||
# ZED Camera extension | ||
# ZED Camera extension | ||
|
||
The ZED camera extension streams your virtual ZED camera data to the ZED SDK. | ||
The ZED camera extension allow you to stream virtual ZED camera data to the ZED SDK. | ||
|
||
## Getting started | ||
## Getting started | ||
|
||
### Adding the 3D model of the ZED | ||
|
||
Navigate to this extension's folder in the content browser, you can drag and drop the zed_x.usd under data into your stage. | ||
Navigate to this extension's folder in the content browser, you can drag and drop the `ZED_X.usd` model under data directly into your stage. | ||
|
||
### Starting the data stream | ||
### Starting the data stream | ||
|
||
To enable the streaming in Isaac sim, add the ZED Camera Omnigraph node to an Action graph, connect your camera to it and press play. | ||
To enable the streaming in Isaac sim, add the ZED Camera Omnigraph node to an Action graph, connect your camera to it, configure the parameters, and press play. | ||
|
||
#### Parameters | ||
#### Parameters | ||
|
||
You can configure the streamer properties in the Property panel on the right: | ||
- Serial number: this field allows you identify the virtual camera you are using. It has no functional effect and can be left to the default value. This field can be useful when using multiple camera and you need to identify each one. | ||
- Streaming port: Defines which port is used for streaming. It must be an even number. | ||
- Use system time: when set to true, the streamer assigns the latest system time to the images that are sent to the SDK. If set to false, the streamer only sets the first timestamp to system time and then increments the later timestamps by simulation time. | ||
- ZED Camera prim: this parameter should be set to the ZED X camera prim in the stage as shown in the picture above. | ||
- `Serial number`- this field allows you identify the virtual camera you are using. It has no functional effect and can be left to the default value. This field can be useful when using multiple camera and you need to identify each one. | ||
- `Streaming port` - Defines which port is used for streaming. It must be an even number. | ||
- `Use system time` - when set to true, the streamer assigns the latest system time to the images that are sent to the SDK. If set to false, the streamer only sets the first timestamp to system time and then increments the later timestamps by simulation time. | ||
- `ZED Camera prim` - this parameter should be set to the ZED X camera prim in the stage as shown in the picture above. | ||
|
||
|
||
### Connecting to the ZED SDK | ||
### Connecting to the ZED SDK | ||
|
||
Once you press play in the simulation, you can connect the virtual camera to the ZED SDK via the streaming interface. | ||
|
||
## Documentation | ||
|
||
Please refer to the [StereoLabs' website for the full documentation](https://www.stereolabs.com/docs/isaac-sim/setting_up_zed_isaac_sim). | ||
|
||
|