-
Notifications
You must be signed in to change notification settings - Fork 707
2D view of multiple DepthImages doesn't update with time scroll #7679
Copy link
Copy link
Closed as not planned
Labels
enhancementNew feature or requestNew feature or requestuiconcerns graphical user interfaceconcerns graphical user interface❓ questionFurther information is requestedFurther information is requested💬 discussion
Description
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
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestuiconcerns graphical user interfaceconcerns graphical user interface❓ questionFurther information is requestedFurther information is requested💬 discussion
