alvr-org / ALVR

Stream VR games from your PC to your headset via Wi-Fi
MIT License
5.58k stars 495 forks source link

Does ALVR also support wired VR headsets with an HDMI or DisplayPort cable #2306

Closed comsyspro closed 3 months ago

comsyspro commented 4 months ago

Not all VR headsets have a wireless connection and have a USB data cable together with an HDMI or DisplayPort cable. Normally you connect these HDMI or DisplayPort cables to the GPU on the local PC. Is it also possible to use ALVR for these VR headsets? If not, would there be a solution to support this?

And can you use ALVR for self developped VR apps (Unreal Engine, Unity etc.) or is it only usable for Steam VR?

zmerp commented 4 months ago

No, ALVR cannot support video cables. In the headsets that don't advertise this functionality simply the USB controller doesn't support video in.

zmerp commented 4 months ago

And can you use ALVR for self developped VR apps (Unreal Engine, Unity etc.) or is it only usable for Steam VR?

Currently ALVR requires SteamVR. SteamVR is a VR runtime that takes care with talking with the display driver and games to make the whole thing possible. We are working on adding support with Monado, which is another VR runtime.

comsyspro commented 4 months ago

Thank you for the clarification. I'm looking for a remote VR solution which also supports wired VR Headsets for an universal usage.

zmerp commented 4 months ago

The only solution I know of is the Pico Neo 3 Link, but it's quite old at this point.

comsyspro commented 4 months ago

Probably I have to begin to develop something similiar like ALVR but for wired headsets.

zmerp commented 4 months ago

Maybe I misunderstood your question. You want to use ALVR with a PCVR wired headset? But what's the point? ALVR is lke a bridge to play PCVR games, but PCVR headset can already do that natively without ALVR.

The-personified-devil commented 4 months ago

I'm pretty sure they mean streaming to a wired device via an extra dongle that connects to the headset

zmerp commented 4 months ago

Technically ALVR could be ported to something like a Raspberry Pi that provides hdmi out but performance would not be great

comsyspro commented 4 months ago

I want to stream VR applications from remote GPU servers (in datacenter) to a VR headset which is connected an a small computer. ALVR can help here for wifi headset. But there are also professional VR headsets which do not have an airlink or wifi connection (only HDMI or DisplayPort). I found this project here and asked if this could be done with ALVR. Do you know if there exists a github project for this kind of use case? Or would it be possible to extend ALVR for wired VR headsets?

zmerp commented 4 months ago

You can look into ALXR which is a fork of ALVR supporting your usecase. We plan to add PC client when we implemented the decoder. Someone may be working towards this.

comsyspro commented 4 months ago

Thank you for this link. I'll try it out.

comsyspro commented 3 months ago