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 312 forks source link

Rotate image views in viewer #3982

Open roym899 opened 12 months ago

roym899 commented 12 months ago

Is your feature request related to a problem? Please describe. Sometimes incoming images are not rotated "upright". It would be easiest if the image orientation could be modified from within the Rerun viewer similar to how the tensor view can be adjusted.

Rotations in 90 degree steps and mirroring along horizontal and vertical axis would probably cover the most common cases.

Related to https://github.com/rerun-io/rerun/issues/1111

Wumpf commented 12 months ago

Also related to:

.. and yeah almost duplicated to

It's usecase dependend whether one wants to solve image orientation with a transform or not - depends very much on if anything else in the scene should use the image coordinate system or something else