rerun-io / rerun

Visualize streams of multimodal data. Fast, easy to use, and simple to integrate. Built in Rust using egui.
https://rerun.io/
Apache License 2.0
6.41k stars 313 forks source link

Visible history for moving camera #1647

Open roym899 opened 1 year ago

roym899 commented 1 year ago

Is your feature request related to a problem? Please describe. It would be nice if one could visualize a moving camera easily with the viewer instead of having to modify the logging to achieve this. One possible solution is to show the history of the moving camera (with some stride #1648). Right now it only shows the most recent pose, and overlays the image in the frustum.

Describe the solution you'd like Showing the history for cameras should respect the history of transforms as well.

jleibs commented 1 year ago

I suspect this is related to https://github.com/rerun-io/rerun/issues/723