google-ar / arcore-android-sdk

ARCore SDK for Android Studio
https://developers.google.com/ar
Other
4.91k stars 1.2k forks source link

Stutter Observed With Galaxy S24 Devices #1645

Open ptc-pooja opened 3 months ago

ptc-pooja commented 3 months ago

SPECIFIC ISSUE ENCOUNTERED

We are observing stutter issues with the new Samsung GS24 devices. Tried the computervision_c app on these devices and stutter is visibly more in comparison to GS23 ultra device. Seems to be an ARCore issue. The issue seems to be more on GS24 ultra and GS24 plus devices than on GS24 device. All GS24 variants have same version of ARCore and are updated to the latest software update.

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Build the computervision_c app and install it on the above mentioned devices.
  2. Launch the app and double tap on the screen to get the RGB mode and switch on autofocus.
  3. Pan around slowly and observe the stuttering. Sometimes might need to continue for around 3-5 minutes to see the issue.

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

kinjalbhavsar commented 3 months ago

Hi, thanks for reporting this. It is weird that the same ARCore version and sample are behaving differently between S23 and S24. Can you please share the data points you have to determine this being an ARCore issue? For example do you have any profiling data that you can share - comparing the two device (S23 and S24) that shows increased resource usage on S24?

ptc-pooja commented 3 months ago

We can reproduce the issue in the computervision_c sample from ARCore as well as our App which rules out our App and points to a problem in ARCore. We haven't done profiling but the issue is readily visible on the devices.