googlevr / gvr-android-sdk

Google VR SDK for Android
http://developers.google.com/vr/android/
Other
3.28k stars 1.28k forks source link

Cardboard app VR view is garbled on Samsung Galaxy S10e #618

Open Adam-VisualVocal opened 5 years ago

Adam-VisualVocal commented 5 years ago

The Cardboard app has a garbled VR view when running on a brand new Samsung Galaxy S10e. Screenshot_20190312-115518_Cardboard

The Cardboard Camera app seems ok.

Another app, Visual Vocal, has some issues as well. Out of the box on the S10e, the VR view is shifted to the right, the right edge is cropped, and the vertical center line indicator is not centered. Screenshot_20190312-111546_Visual Vocal

I suspect these issues are related to keeping the VR view clear of the hole punch camera which is in the upper left corner in landscape left orientation.

For Visual Vocal, I can work around the issue by setting "Enable GVR SDK library loading" to enabled on the Developer Options page of VR Settings. That setting is disabled by default on the S10e. However, this workaround does not seem to help the Cardboard app.

Device information: adb shell getprop ro.build.fingerprint samsung/beyond0qlteue/beyond0q:9/PPR1.180610.011/G970U1UEU1ASBA:user/release-keys

adb shell dumpsys | grep mBaseDisplayInfo mBaseDisplayInfo=DisplayInfo{"Built-in Screen", uniqueId "local:0", app 1080 x 2280, real 1080 x 2280, largest app 1080 x 2280, smallest app 1080 x 2280, mode 1, defaultMode 1, modes [{id=1, width=1080, height=2280, fps=60.000004}], colorMode 0, supportedColorModes [0, 7, 9], hdrCapabilities android.view.Display$HdrCapabilities@42cf4ca8, rotation 0, density 480 (442.451 x 438.727) dpi, layerStack 0, appVsyncOff 1000000, presDeadline 16666666, type BUILT_IN, state ON, FLAG_SECURE, FLAG_SUPPORTS_PROTECTED_BUFFERS, removeMode 0}

adb shell pm dump com.google.vr.vrcore | findstr /i "packages: versionName" Packages: versionName=1.20.235017259

sigmaxipi commented 5 years ago

Which version of the Cardboard app are you using? This issue should have been fixed with the new release on Feb 19th.

Adam-VisualVocal commented 5 years ago

I have version 1.9 which says February 12. I'm not being offered anything more recent though. Screenshot_20190312-173429_Google Play Store