Stay organized with collections
Save and categorize content based on your preferences.
class LowLightBoostState
Defines the valid states for Low Light Boost, as returned by getLowLightBoostState.
These states indicate whether the camera device supports low light boost and if it is currently active.
Summary
Constants |
const Int |
Low-light boost is on and active.
|
const Int |
Low-light boost is on but inactive.
|
const Int |
Low-light boost is off.
|
Constants
const val ACTIVE = 1: Int
Low-light boost is on and active.
This state indicates that the camera device is currently applying low-light boost to the image stream.
const val INACTIVE = 0: Int
Low-light boost is on but inactive.
This state indicates that the camera device supports low-light boost but it is not currently active. This can happen if the camera device is not in low-light conditions.
const val OFF = -1: Int
Low-light boost is off.
This is the default state if low-light boost is unavailable. This may be because your camera doesn't support it or there's a settings conflict.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-10-22 UTC.
[[["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 2025-10-22 UTC."],[],[]]