microsoft / MixedRealityToolkit-Unity

This repository is for the legacy Mixed Reality Toolkit (MRTK) v2. For the latest version of the MRTK please visit https://github.com/MixedRealityToolkit/MixedRealityToolkit-Unity
https://aka.ms/mrtkdocs
MIT License
6.01k stars 2.12k forks source link

Hololens LiveView does not work with remoting #512

Closed jmfranz closed 7 years ago

jmfranz commented 7 years ago

Hey Folks, I've noticed today that if you enable live while using an application in "remote to device" mode the holograms on the right eye scale up (a lot) and move around with the user's head. If I run the same application directly on the HoloLens the issue does not occur.

I am not sure if this is an limitation of the remoting or a bug. It is also hard to record this but it should be easy to replicate.

Cheers

StephenHodgson commented 7 years ago

Are you sure this isn't a bug with Unity and not the HTK?

jmfranz commented 7 years ago

Hey Stephen, it might be but this only happens when I am remoting (which is provided by the toolkit isn't? I might be wrong here) and turn on live view on a other computer. Left eye works perfectly, right eye doesn't.

Any tips for me to investigate further and provide extra info?

On Thu, Feb 9, 2017, 15:20 Stephen Hodgson notifications@github.com wrote:

Are you sure this isn't a bug with Unity and not the HTK?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Microsoft/HoloToolkit-Unity/issues/512#issuecomment-278744236, or mute the thread https://github.com/notifications/unsubscribe-auth/AGvzWhtL9VbpLHrPNPg-0SXihuIBxQ6Sks5ra2cWgaJpZM4L8UFv .

StephenHodgson commented 7 years ago

No I believe the remoting features are built into the editor.

Sounds like it might be something to do with the graphics device on that particular machine.

jmfranz commented 7 years ago

Hmm I thought it was from the toolkit, not sure why. I'll open a post on the Unity forums :) The setup was:

StephenHodgson commented 7 years ago

Is it for a HoloLens companion application?

Check out the HoloLens Companion Repo