google-ar / arcore-android-sdk

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

Packet timestamp mismatch - Samsung A70 #1056

Open roonskipp opened 4 years ago

roonskipp commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

Randomly upon app start it will not launch correctly. I have tried it on a pixel 2, and it launches correctly every time, but on my Samsung A70 it randomly does not launch correctly roughly 9/10 times.

VERSIONS USED

>adb shell pm dump com.google.ar.core | findstr /i "packages: versionName" Packages: versionName=1.17.200420086 Hidden system packages: versionName=0 Active APEX packages: Inactive APEX packages: Factory APEX packages:

The error above keeps repeating for every frame.

STEPS TO REPRODUCE THE ISSUE

  1. Launch app, sometimes there is a timestamp mismatch, sometimes there is not. Cannot reproduce consistently, apart from the fact that it happens roughly 9/10 times.

WORKAROUNDS (IF ANY)

Use a pixel phone instead of a Samsung A70

ADDITIONAL COMMENTS

This happens using augmented faces, front camera, trying to use the helloar sample code.

abkoradiya commented 4 years ago

Hi, Have you found any solutions? Same issue occurring in Redmi note 7 Pro.

roonskipp commented 4 years ago

Hi, Have you found any solutions? Same issue occurring in Redmi note 7 Pro.

Hi, I am sorry. I did not find a solution to this problem. I have not fiddled with google-ar since june. I never found a workaround. I am getting back into google-ar and android, this time with Unity. If I encounter the problem again and I find anything, I will update this issue. Let me know if you find a solution.

dkmoon commented 3 years ago

Hi, any update regarding this issue?

I tried the vanilla Augmented Face Java test app and my smartphones intermittently experience the issue. I'm testing with Redmi note 10 pro, Galaxy S8, Galaxy A32 and Galaxy J7. It seems this is issue happens regardless of smartphone model.

roonskipp commented 3 years ago

Hi, any update regarding this issue?

I tried the vanilla Augmented Face Java test app and my smartphones intermittently experience the issue. I'm testing with Redmi note 10 pro, Galaxy S8, Galaxy A32 and Galaxy J7. It seems this is issue happens regardless of smartphone model.

I am no longer working on this project, but I will leave the issue open in case anyone else knows a fix and wants to comment on it (or even fix it).