Skip to content

2D view of multiple DepthImages doesn't update with time scroll #7679

@eskjorg

Description

@eskjorg

Describe the bug
2D view with multiple DepthImages doesn't show the correct image when dragging the slider.

But hovering still works, showing the correct pixel for each layer. This indicates that the correct data is there.

To Reproduce

for i, depth_image in enumerate(depth_arr):
    rr.log(
        f"{phase}/depth_imgs/{i}",
        rr.DepthImage(depth_image, meter=1000.0, colormap=Colormap.Viridis),
    )

Then press play or drag slider through time.

Expected behavior
The 2D view should show each corresponding image when scrolling.

Screenshots

This is bad:

screen_rec.mov

This is good:
screen_shot

Desktop
macOS Sonoma 14.5 (23F79)

Rerun version
rerun-cli 0.18.2 [rustc 1.76.0 (07dca489a 2024-02-04), LLVM 17.0.6] aarch64-apple-darwin release-0.18.2 59ff15b, built 2024-08-29T13:55:42Z

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestuiconcerns graphical user interface❓ questionFurther information is requested💬 discussion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions