Open ptc-aeveritt opened 2 years ago
It would be great if you could add the repro so I can have a try; thanks.
Hi - I have pushed changes to a fork of this repo, hopefully this will work for you. Please take a look at this branch - https://github.com/ptc-aeveritt/arcore-android-sdk/tree/bug/1338_memory_growth
While testing these changes I have noticed that with ARCore 1.22 (no memory growth) I get a new frame every update once the session has settled down at the start. Compare this with ARCore 1.29 (memory growth) where I see a significant proportion of updates where the frame timestamp does not move on.
SPECIFIC ISSUE ENCOUNTERED
VERSIONS USED
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:
Pixel 5: 1.29.213210283 Note9: 1.29.213210223 GS21: 1.29.213210293adb shell getprop ro.build.fingerprint
: Pixel 5: google/redfin/redfin:11/RQ3A.210805.001.A1/7474174:user/release-keys Note9: samsung/crownltexx/crownlte:10/QP1A.190711.020/N960FXXU9FUK1:user/release-keys GS21: samsung/o1quew/o1q:12/SP1A.210812.016/G991U1UES4BULE:user/release-keysSTEPS TO REPRODUCE THE ISSUE
WORKAROUNDS (IF ANY)
None so far
ADDITIONAL COMMENTS