galister

Results 120 comments of galister

For me it seems to only update the battery percentage upon pairing. I don't think I've seen it ever update otherwise, even after power cycling the BT device. This is...

here's the script I'm using right now. `FaceMood.GetMoods` reads the motion files and metadata from the folder structure. ```c# var l = aac.CreateSupportingFxLayer("Face"); l.WithAvatarMaskNoTransforms(); var moodParam = l.IntParameter("_Activity"); var gestureLeft...

top level state machine - each state/sub-state machine in here corresponds to an Activity value, from exp menu ![image](https://user-images.githubusercontent.com/22305755/159137379-507efa62-df62-4fac-961f-0b2d9c4e7308.png) 2nd level state-machine - each SSM in here corresponds to one...

The setting takes a path to a file, not a set of command line args. Create a bash script and put your command + args in here. also see [audio-setup.sh](https://github.com/alvr-org/ALVR-Distrobox-Linux-Guide/blob/main/audio-setup.sh)...

hard to say. maybe log what qpwgraph outputs by piping its stdout and stderr to a file?

i doubt it gets the env passed as is, so graphical programs likely won't find your wayland socket, etc

2023.07.13 nightly works fine for me on Pico 4, system version 5.6.0

Actually scratch that, I was running the wrong version. I checked again with local builds. 5ae730c9b1cb9e6efa47ba4dd23133665668b496 won't connect on TCP or UDP due to handshake error (11) 59b981a5df8eb1975d275a663e0a5ac56c634449 (should be...

@Ruzevi what are your system versions on the Pico 4 and Neo 3?

PUI conforms to OpenXR 1.0 starting system version 5.2.0. ALVR won't work with versions below that.