aframe
aframe copied to clipboard
Camera shakes even with still device on Android/chrome
Description:
- A-Frame Version: 1.0.3 / 1.0.4
- Platform / Device: Android 9 / LG Q60 / Chrome 101.0.4951.41
- Reproducible Code Snippet or URL: -
There´s an very noticeable shaking when executing any aframe example. This problem affects all Android devices on Chrome, but it is extremly noticeable on LG.
https://user-images.githubusercontent.com/90636991/166951450-af8d33b2-67d1-4964-90ba-01ffefad7366.mp4
The problem is also visible in all other devices, but with much less notoriety
https://user-images.githubusercontent.com/90636991/166952061-23de3278-0267-44af-a4a3-f64b62b673d7.mp4
Dupe of https://github.com/aframevr/aframe/issues/5036
A-Frame just applies the pose coming from the DeviceOrientation API. Some devices seem to return noisy data. Not sure what can be done on the A-Frame side. Probably something that should be fixed at the browser / sensor / driver level.
Closing this because I believe there's nothing we can do on the A-Frame side. Can reopen if necessary