Config.AugmentedFaceMode
Selects the behavior of Augmented Faces subsystem.
Inherited Methods
From class
java.lang.Enum
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
From interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
|
describeConstable()
|
From interface
java.lang.Comparable
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["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."]]],[]]