#Trying to get Face tracking to work...

4 messages · Page 1 of 1 (latest)

restive marsh
#

Hi
Does someone use face tracking on ALVR?
I am using the latest version of ALVR and the latest version of oscavmgr and Im getting this error message on my console....
... And I am using a Quest Pro

restive marsh
#

hmm

#

I did use the recomended script in the readme but what does Failed to access OpenXR HMD system mean?

restive marsh
#

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```?