public
static
final
Config.AugmentedFaceMode
DISABLED
DISABLED
publicstaticfinalConfig.AugmentedFaceModeDISABLED
Disable Augmented Faces mode.
public
static
final
Config.AugmentedFaceMode
MESH3D
MESH3D
publicstaticfinalConfig.AugmentedFaceModeMESH3D
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[[["`Config.AugmentedFaceMode` is an enum that controls the Augmented Faces subsystem's behavior in ARCore."],["It offers two primary modes: `DISABLED` which turns off Augmented Faces, and `MESH3D` which enables 3D face mesh detection."],["Augmented Faces, including the `MESH3D` mode, currently only functions with the front-facing (selfie) camera and has specific limitations."],["This enum inherits methods from `java.lang.Enum`, `java.lang.Object`, `java.lang.constant.Constable`, and `java.lang.Comparable`, providing functionalities for object comparison and manipulation."]]],[]]