#Trying to get Face tracking to work...
4 messages · Page 1 of 1 (latest)
hmm
I did use the recomended script in the readme but what does Failed to access OpenXR HMD system mean?
you mean
I have to go from
# stop VrcAdvert after OscAvMgr quits
trap 'jobs -p | xargs kill' EXIT
./VrcAdvert OscAvMgr 9402 9002 --tracking &
# If using WiVRn
./oscavmgr openxr
## If using ALVR
#./oscavmgr alvr
## If using Project Babble and/or EyeTrackVR
#./oscavmgr babble```
to this
```#!/usr/bin/env bash
# stop VrcAdvert after OscAvMgr quits
trap 'jobs -p | xargs kill' EXIT
./VrcAdvert OscAvMgr 9402 9002 --tracking &
## If using ALVR
#./oscavmgr alvr```?