Skip to content

Commit f0019f6

Browse files
[fix] Document stable FPS for ZED RGB-D (#55)
Advise lowering the live RGB-D camera rate when frame drops cause trajectory jumps.
1 parent 1e28d85 commit f0019f6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/zed/live/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ in [run_rgbd.py](run_rgbd.py).
6666
By default, the script uses the `sl.DEPTH_MODE.PERFORMANCE` depth mode of ZED SDK. For details on other depth modes and
6767
GPU acceleration, refer to the [official ZED documentation](https://www.stereolabs.com/docs/depth-sensing/using-depth).
6868

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+
6973
To run monocular-depth visual odometry, execute:
7074

7175
```bash

0 commit comments

Comments
 (0)