kainino0x / holoplay-webxr

No longer maintained! Please move to https://github.com/Looking-Glass/looking-glass-webxr
https://kai.graphics/holoplay-webxr/
Apache License 2.0
17 stars 20 forks source link

Handle multiple devices somehow? #8

Open kainino0x opened 3 years ago

kainino0x commented 3 years ago

Currently prints a warning. I have no idea how multiple devices work in WebXR or if any sites even support it.

BryanChrisBrown commented 2 years ago

sounds like this might be an issue on the HoloPlay Service side of things.

In this case are you referring to multi-plex viewing? (ie same view across multiple devices) or just picking from connected devices?

kainino0x commented 2 years ago

I'm thinking about picking from connected devices. E.g. picking from two looking glass displays, or picking from one looking glass and one VR headset.

BryanChrisBrown commented 2 years ago

oh that's interesting, I hadn't thought of how it'd handle a looking glass + a vr headset, for Looking Glass devices it's possible to query the device number from HoloPlay Service, it would be nice to add a section to the HoloPlay UI generated by the WebXR extension to add a device drop down, which would allow it to swap out necessary variables based on the selected device.

I'm not sure how it'd handle switching to a VR headset though, I'll have to test some things out there