Creating a dynamic/real-time voxelgrid visualization #3829
Unanswered
whizbuzzer
asked this question in
Q&A
Replies: 1 comment 1 reply
-
We added this to our feature request list. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Intel RealSense D455 for point cloud visualization.
I have managed to create a real-timepoint cloud visualization with
add_geometry()
andupdate_geometry()
functions, but these functions are not functioning as I want them to for voxel grids; the voxel grid is indeed created and visualized, but it does not move with me the same way that the point cloud does. Does anyone know a fix to this?Beta Was this translation helpful? Give feedback.
All reactions