Does VTK support VR?
Yes.
Some blog posts on the topic:
- Using Virtual Reality Devices with VTK
- Activiz holographic remoting: Stream VTK to the Hololens 2
- Holograms with VTK: Stream VTK to the Hololens 2
If you really want to learn how to use VR with VTK, Kitware Europe is offering a live training on VTK for augmented and virtual reality (XR) Training next week on March 19.
thanks! is there any successful project to Stream to XR device by VTK through no-local network? How is its latency?
I gave a presentation at GTC a couple years ago demonstrating some CloudXR with SlicerVR (VTK-based) experiments. Video was streamed from an AWS GPU VM to a local headset.
Performance and latency were surprisingly good. More details in the video linked here: GTC Keynote MONAI and Slicer - #3 by pieper - Announcements - 3D Slicer Community
thank you very much!
how about the resolution?
and how about if it was an interactive APP?
Thanks!
Watch the video for more details and to see it in action.
Basically the resolution adjusts dynamically according to network bandwidth, but generally was quite good and there was little or no noticeable lag.
re: OpenXR
Earlier this year, we also added support for OpenXR and OpenXRRemoting to the SlicerVirtualReality extension.
This was made possible by leveraging VTK capabilities.