google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 402 forks source link

Augmented Faces app lags behind iOS demo app (makes experience weird for user) #711

Open Bersaelor opened 4 years ago

Bersaelor commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

When running the FaceRecognition demo as described in the google docs the image lags behind , creating a weird effect when trying to watch the screen. This isn't happening on iOS, I uploaded a video for illustration.

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Follow Quickstart for Android and install app on Samsung S9
  2. Follow Augmented Faces for iOS Quickstart and install on an iPhone
  3. Compare Experience: Android/Unity built apps image is just lagging enough to make the AR experience feel weird instead of magical.
Bersaelor commented 4 years ago

PS: I also tried

            var config = ARSessionManager.SessionConfig;
            if (config != null)
            {
                config.MatchCameraFramerate = false;
            }

but that didn't make a difference.