Send feedback
Config.UpdateMode Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
Config.UpdateMode selects the behavior of Session.update().
BLOCKING mode makes update()
wait for a new camera image, returning the most recent Frame if a timeout occurs.
LATEST_CAMERA_IMAGE mode makes update()
return immediately without waiting, returning the most recent Frame if no new image is available.
Inherited Methods
From class
java.lang.Enum
final Object
clone
()
final
int
int
final
Optional<EnumDesc< Config.UpdateMode
>>
describeConstable
()
final
boolean
final
void
finalize
()
final Class
< Config.UpdateMode
>
getDeclaringClass
()
final
int
hashCode
()
final String
name
()
final
int
ordinal
()
String
toString
()
static
<T extends Enum
<T>>
T
From class
java.lang.Object
From interface
java.lang.constant.Constable
abstract
Optional<? extends ConstantDesc>
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.
Send feedback
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.
Need to tell us more?
[[["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."],[],[]]