Page Summary
-
Config.AugmentedFaceMode is an enum that selects the behavior of the Augmented Faces subsystem.
-
The available enum values are DISABLED and MESH3D.
-
DISABLED disables Augmented Faces mode.
-
MESH3D enables the Face 3D mesh, currently only supported with the front-facing camera.
public static final enum
Config.AugmentedFaceMode
Selects the behavior of Augmented Faces subsystem.
Inherited Methods
Enum Values
public static final Config.AugmentedFaceMode DISABLED
DISABLED
public static final Config.AugmentedFaceMode DISABLED
Disable Augmented Faces mode.
public static final Config.AugmentedFaceMode MESH3D
MESH3D
public static final Config.AugmentedFaceMode MESH3D
Face 3D mesh is enabled. Augmented Faces is currently only supported when using the
front-facing (selfie) camera. See Session.Feature.FRONT_CAMERA for details and
additional restrictions.