Open roonskipp opened 4 years ago
Hi, Have you found any solutions? Same issue occurring in Redmi note 7 Pro.
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.
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.
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).
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:
Output of
adb shell getprop ro.build.fingerprint
:adb shell getprop ro.build.fingerprint samsung/a70qeea/a70q:10/QP1A.190711.020/A705FNXXU5BTC2:user/release-keys
Error showing in log while app is running and the error appears
The error above keeps repeating for every frame.
STEPS TO REPRODUCE THE ISSUE
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.