Rerun is an easy-to-use database and visualization toolbox for multimodal and temporal data.
Try it live at https://rerun.io/viewer.
- Python:
pip install -U rerun-sdk - Rust:
cargo add rerunandcargo install rerun-cli --locked - Online demo: https://rerun.io/viewer
- C++ FetchContent: https://github.com/rerun-io/rerun/releases/download/0.37.1/rerun_cpp_sdk.zip
✨ Overview & highlights
VideoFrameReferenceworks withVideoStream
📖 Release notes: https://rerun.io/docs/changelog/changeset-0-37#videoframereference-works-with-videostream
🔎 Details
🌁 Viewer improvements
- Support VideoFrameReference for VideoStream be0dfac (thanks @pablovela5620!)
🚀 Performance improvements
- Always use http 1 when fetching chunks d395896