Dereck Bridie

Results 84 comments of Dereck Bridie

Could you send a screen capture video of the behavior to [email protected] and attach some logs of hello_ar_java running for a minute or two for investigation? Thanks.

Pixel 4 XL: ![image](https://user-images.githubusercontent.com/442644/149138406-e448bef1-68af-426d-a4ab-12604ea21434.png) Let me try a different device as well.

OnePlus 8T: ![image](https://user-images.githubusercontent.com/442644/149139727-b8071c26-d84d-4f26-b6e0-b90e65dae742.png) Doesn't seem to repro on these devices; I'll try to find somebody with yours.

I don't believe this is a problem; I'll check in with the team && try to get the warning silenced if it's meaningless.

Sorry for the late answer; I've been out for a bit. Indeed, the two users who both are on different networks do not share the same quota. In other words,...

Are you including the face's center pose in the calculation? Keep in mind that [`meshVertices`](https://developers.google.com/ar/reference/java/com/google/ar/core/AugmentedFace#getMeshVertices-) coordinates are described relative to the [face's center pose](https://developers.google.com/ar/reference/java/com/google/ar/core/AugmentedFace#getCenterPose-).

You could use something like this: ```kotlin operator fun Vector3.plus(pose: Pose) = Vector3(x + pose.tx(), y + pose.ty(), z+pose.tz()) val woordCoordinatesPosition = Vector3(x1, y1, z1) + face.centerPose ```

Hi, If there's a crash log, please attach it so we can take a look. ARF does work with Android 11, [see build instructions on DevSite](https://developers.google.com/ar/develop/unity/android-11-build).

Hi all, first off, I'd like to apologize for how long it's taken to provide an adequate response. First of all, looking at the metrics, this crash seems to be...

Thank you for reporting-- looking into it now.