Open ptc-aeveritt opened 3 years ago
Low frame rate, choppy UI performance running ARCore computervision_c sample on Samsung Galaxy S20 (snapdragon) in 'High Resolution' mode.
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
Packages: versionName=1.27.212430183 Hidden system packages: versionName=0 Active APEX packages: Inactive APEX packages: Factory APEX packages:
adb shell getprop ro.build.fingerprint
[type.googleapis.com/util.ErrorSpacePayload='ArStatusErrorSpace::AR_ERROR_NOT_YET_AVAILABLE']
When moving the device around the rendering is 'choppy'
None
So far we have not observed the same issue on any Exynos-based Samsung phones, this is only seen on some phones with Qualcomm Snapdragon
This issue is still present on all S20 versions with Snapdragon CPUs as of January 2022.
SPECIFIC ISSUE ENCOUNTERED
Low frame rate, choppy UI performance running ARCore computervision_c sample on Samsung Galaxy S20 (snapdragon) in 'High Resolution' mode.
VERSIONS USED
On Windows, use:
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
: samsung/z3quew/z3q:11/RP1A.200720.012/G988U1UES2DUI5:user/release-keysSTEPS TO REPRODUCE THE ISSUE
When moving the device around the rendering is 'choppy'
WORKAROUNDS (IF ANY)
None
ADDITIONAL COMMENTS
So far we have not observed the same issue on any Exynos-based Samsung phones, this is only seen on some phones with Qualcomm Snapdragon