Igalia / wolvic

A fast and secure browser for standalone virtual-reality and augmented-reality headsets.
https://wolvic.org
Mozilla Public License 2.0
813 stars 105 forks source link

[VisionGlass] Controller orientation is sometimes wrong #1290

Closed svillar closed 7 months ago

svillar commented 8 months ago

If the user is holding the phone in a different direction than the one of their head when Wolvic starts, the orientation of the controller will be wrong, like if it was rotated.

The reason for that is that both the glasses and the phone provide relative orientations, in particular relative to the position they had when we start to collect data from the accelerometer. So we basically need to ask the user to align both devices before starting to collect data.

svillar commented 7 months ago

Closing as the fix was merged