-
### SPECIFIC ISSUE ENCOUNTERED
I am new to ARCore and interested to use the AugmentedFace API, I want to complete the AugmentedFace codelab [here](https://codelabs.developers.google.com/codelab…
-
May I request a feature for a setting: to choose the region type (forehead left, forehead right, or tip of nose) for the measurement.
The most accurate feature to use may depend on the phone or the…
-
### Missing Augmented Faces Support for iOS
The new cross-platform Augmented Faces support is not yet present in the Unity SDK. Any word on when this will come in?
### VERSIONS USED
- Unity: 2019…
-
ARCore defines only three regions that can be used to get poses. They are
- AugmentedFace.RegionType.FOREHEAD_LEFT
- AugmentedFace.RegionType.FOREHEAD_RIGHT
- AugmentedFace.RegionType.NOSE_TIP
B…
-
Tried to run AugmentedFaces on a virtual Pixel 2 device with Android 8.1 and Play Store, however at startup I get the error: `AugmentedFaces Java has stopped`.
=== System ===
- Windows 7 Ultimat…
-
### SPECIFIC ISSUE ENCOUNTERED
Using the following code for getting a list of augmented faced from the camera:
```java
Collection faceList = sceneView.getSession().getAllTrackables(Augmen…
-
I was excited about the release of AugmentedFaces but I don't understand the limitation around it only supporting the front camera in Unreal? What limitations exist with the back camera that the fron…
-
Hi, I set FRONT_CAMERA and SHARED_CAMERA when create Session and config it with MESH3D :
```
mSessoin = new Session(this,EnumSet.of(Session.Feature.FRONT_CAMERA,Session.Feature.SHARE…
-
I got the following message when I tried to send my build to TestFlight.
And I got the ARCore/AugmentedFaces when I searched for that Non-public symbols
% find . -type f -exec grep -l 'ddReplaceEi…
-
Hi,
I want to detect eye blinking using tracking the distance between the vertices around an eye.
When mouth is opened, I found that the distance between the vertices around the mouth was increasi…