ZhaoJie
ZhaoJie

Reputation: 31

How to share computer desktop to HoloLens2?

I need to share my desktop on Hololens2 in real time. All the methods I have found deal with synchronizing the HoloLens2 screen to the PC side, instead of the PC side to HoloLens2. I want to try the Unity plug-in FMETP STREAM, but it doesn't seem to meet my requirements. What should I do to synchronize the PC screen to HoloLens2 in real time? Please excuse my poor English. I would be grateful if you could answer my question.

Upvotes: 3

Views: 1953

Answers (2)

Tania Chistyakova
Tania Chistyakova

Reputation: 3968

You can modify Hololens Remoting player. It streams desktop app to Hololens in real time.

https://learn.microsoft.com/en-us/windows/mixed-reality/develop/platform-capabilities-and-apis/holographic-remoting-player

Upvotes: 0

Hernando - MSFT
Hernando - MSFT

Reputation: 2900

FMETP STREAM should satisfy this use case, I find this post the developer replied, this package supports the case desktop Unity app stream the content to the VR headset. I believe it should also work for HoloLens.

Besides, the MixedReality-WebRTC release from Microsoft can help you enable real-time audio/video/data communication with a remote peer. It also meets your requirements. You can get it starts with this doc:Unity library overview

Upvotes: 2

Related Questions