feat: add --render-space option to visualize_extrinsics.py

This commit is contained in:
2026-02-07 16:08:37 +00:00
parent 0d3e9e67ad
commit ab88a24559
3 changed files with 52 additions and 12 deletions
+2 -1
View File
@@ -89,7 +89,8 @@ uv run visualize_extrinsics.py -i output/extrinsics.json \
```
**Troubleshooting:**
- **Cameras bunched up?** Check `--pose-convention`. `world_from_cam` is typical for optimization outputs.
- **Cameras bunched up?** Check `--pose-convention`. `world_from_cam` is the standard convention for `calibrate_extrinsics.py` outputs. `cam_from_world` is deprecated.
- **Axes flipped?** Use `--render-space opengl` to match C++ viewer conventions (X right, Y up, Z backward). Default is `opencv` (X right, Y down, Z forward).
- **Config not matching?** Ensure JSON keys match the serial numbers in `SN<serial>.conf` filenames.
For full options: