public enum

CameraCaptureMetaData.AwbState

extends java.lang.Enum<CameraCaptureMetaData.AwbState>

 java.lang.Object

↳java.lang.Enum<CameraCaptureMetaData.AwbState>

↳androidx.camera.core.CameraCaptureMetaData.AwbState

Overview

Auto white balance (AWB) state.

Summary

Enum Constants
CONVERGEDAWB has a good set of control values for the current scene.
INACTIVEAWB is not in auto mode, or has not yet started metering.
LOCKEDAWB has been locked.
METERINGAWB is performing AWB metering.
UNKNOWNAWB state is currently unknown.
Methods
public static CameraCaptureMetaData.AwbStatevalueOf(java.lang.String name)

public static CameraCaptureMetaData.AwbStatevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

UNKNOWN

AWB state is currently unknown.

INACTIVE

AWB is not in auto mode, or has not yet started metering.

METERING

AWB is performing AWB metering.

CONVERGED

AWB has a good set of control values for the current scene.

LOCKED

AWB has been locked.

Methods

public static CameraCaptureMetaData.AwbState values()

public static CameraCaptureMetaData.AwbState valueOf(java.lang.String name)