Stay organized with collections
Save and categorize content based on your preferences.
public static final enum
Config.FlashMode
Selects the desired behavior of the camera flash subsystem. By default, the flash mode is set
to OFF. See the documentation page for
more information on using the device's flash.
[[["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.FlashMode` is an enum that controls the behavior of the camera flash in ARCore."],["The default flash mode is OFF."],["There are two modes: OFF which disables the flash, and TORCH which enables the flash (if supported by the device)."],["Further information on using the flash in ARCore is available in the linked documentation."]]],["`Config.FlashMode` controls the camera flash behavior, defaulting to `OFF`. The document details available modes, including `OFF` (flash disabled) and `TORCH` (flash constantly on). It also outlines inherited methods from `java.lang.Enum`, `java.lang.Object`, `java.lang.constant.Constable`, and `java.lang.Comparable` classes. These methods enable actions like comparing, cloning, describing, and managing object properties, as well as determining the current state of the flash.\n"]]