We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e28d85 commit f0019f6Copy full SHA for f0019f6
1 file changed
examples/zed/live/README.md
@@ -66,6 +66,10 @@ in [run_rgbd.py](run_rgbd.py).
66
By default, the script uses the `sl.DEPTH_MODE.PERFORMANCE` depth mode of ZED SDK. For details on other depth modes and
67
GPU acceleration, refer to the [official ZED documentation](https://www.stereolabs.com/docs/depth-sensing/using-depth).
68
69
+> **Tracking stability:** If the trajectory shows sudden jumps or the script reports frame drops at the default 30 FPS,
70
+> reduce `FPS` near the top of [run_rgbd.py](run_rgbd.py) from `30` to `15`. The lower frame rate can help the RGB-D
71
+> pipeline process frames consistently on systems that cannot keep up at 30 FPS.
72
+
73
To run monocular-depth visual odometry, execute:
74
75
```bash
0 commit comments