Config.UpdateMode
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.UpdateMode
BLOCKING
BLOCKING
public static final Config.UpdateMode BLOCKING
update()
will normally wait until a new camera image is available. On most devices
the camera is configured to capture 30 frames per second.
Note: If the camera image does not arrive by the built-in timeout (currently 66ms), then
update()
will instead return the most recent Frame
object.
public
static
final
Config.UpdateMode
LATEST_CAMERA_IMAGE
LATEST_CAMERA_IMAGE
public static final Config.UpdateMode LATEST_CAMERA_IMAGE
update()
will return immediately without blocking. If no new camera image is
available, then update()
will return the most recent Frame
object.
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.UpdateMode` is an enum that controls the behavior of the `Session.update()` method in ARCore."],["`BLOCKING` mode makes `update()` wait for a new camera image, typically aiming for 30 frames per second, but will return the most recent frame after a timeout."],["`LATEST_CAMERA_IMAGE` mode makes `update()` return immediately with the most recent frame, even if no new camera image is available."]]],[]]