alvr-org / PhoneVR

Use Steam VR-enabled applications with your phone as HMD (Head-mounted display). The only Open-Source solution to similar commercial packages like VRidge, iVRy, Trinus etc etc.
GNU General Public License v3.0
581 stars 41 forks source link

Can't pass Room Setup #24

Closed Setadokalo closed 4 years ago

Setadokalo commented 4 years ago

Once the driver is set up, SteamVR requires Room Setup, but the fake headset can't pass it.

ShootingKing-AM commented 4 years ago

Hi @DarkEnchanter1, What exactly is not working ? Where are you getting stuck ? Whats your VR Setup are you using PhoneVR alone or with anyother controllers ?

Setadokalo commented 4 years ago

Just PhoneVR alone, at least for now. PhoneVR does manage to connect to the phone and expose it as a headset to SteamVR, but PhoneVR can't pass the (required) room setup step, since there are no base stations to calibrate with. (For reference, other tools like iVRy just blast through this step, probably just returning constant false positives)

ShootingKing-AM commented 4 years ago

I still dont get you, What do you mean you "can't pass thorugh", Just Choose "Standing" -> "Calibrate Headset" -> Set the Height Setting -> Done. ez.

Setadokalo commented 4 years ago

image Can't continue past the first step of Standing set up because the headset is 'not visible'.

ShootingKing-AM commented 4 years ago

Oh! I see, can you share these log files (https://github.com/ShootingKing-AM/PhoneVR#issues)

Setadokalo commented 4 years ago

pvrlog.txt steamvr.vrsettings.txt pvrlog.android.txt vrcmd output.txt

ShootingKing-AM commented 4 years ago

The logs are saying that there is a connectivity issue between windows and your mobile device. Windows driver installation is perfect but the mobile device is not discoverable on network. For now, there is strict sequence of startup. Just to confirm that you exactly did the same, I want to confirm the steps.

To play, first open the Phone App(SteamVR should also be closed), then run the game of your choice on PC. (Obviously, both PC and Mobile should be on same Network, preferably Wifi 5.0)

Also I would like to know which version of Windows and Android you are using. Anyways, Thanks for testing ☺️

thezofx commented 4 years ago

PR #28 Tries to fix this issue, please try and let us know. Thanks.