Samsung / GearVRf

The GearVR framework(GearVRf) is an Open Source VR rendering library for application development on VR-supported Android devices.
http://www.gearvrf.org
Apache License 2.0
407 stars 217 forks source link

Android 9 Frame Rate Slowed Down #2040

Closed Sorduea closed 5 years ago

Sorduea commented 5 years ago

After upgrading different Samsung phones to Android 9, the apps using GearVRf are now rendering slow at about 1-2 FPS. I tested this using the most recent build on GearVRf-Demos - gvr-360video. Can anyone confirm this behavior?

seungchan90 commented 5 years ago

I met same issues. It happened after PIE os update.

@Override public void onStep() { getGVRContext().getActivity().getFullScreenView().invalidate(); }

It works but It is not proper fix for this issue. Please check this frame issue.

liaxim commented 5 years ago

Fix has been merged in master. The master snapshots on maven have been updated too. Thanks for letting us know.

Sorduea commented 5 years ago

The fix is working for my applications. Thank you for the quick turnaround. Closing the issue.