mirror of
https://gitlab.com/lvra/lvra.gitlab.io.git
synced 2024-11-10 02:20:26 +01:00
update USB wivrn for 0.19 release
This commit is contained in:
parent
d440bf8f28
commit
73de3671d4
1 changed files with 3 additions and 2 deletions
|
@ -20,15 +20,16 @@ Should you utilize [Envision](/docs/fossvr/envision/) for WiVRn setup, please en
|
|||
Use WiVRn with a cable instead of Wifi. Use a 5Gbps cable & port at the very least.
|
||||
|
||||
Steps:
|
||||
- Enable TCP Only mode, either via Envision or the [JSON configuration](https://github.com/WiVRn/WiVRn?tab=readme-ov-file#configuration)!
|
||||
- Connect the headset via USB
|
||||
- If WiVRn is running on the headset, close it now.
|
||||
- While in the system lobby of the headset, run the following `adb` commands on the PC:
|
||||
```bash
|
||||
adb reverse tcp:9757 tcp:9757
|
||||
adb shell am start -a android.intent.action.VIEW -d "wivrn://127.0.0.1" org.meumeu.wivrn
|
||||
adb shell am start -a android.intent.action.VIEW -d "wivrn+tcp://127.0.0.1" org.meumeu.wivrn
|
||||
```
|
||||
|
||||
(Setting TCP-only mode via config is no longer required as of WiVRn 0.19)
|
||||
|
||||
## WiVRn + Lighthouse driver
|
||||
|
||||
This section covers using WiVRn with any lighthouse-tracked device: Index/Vive controllers, Vive/Tundra trackers, etc.
|
||||
|
|
Loading…
Reference in a new issue