CameraXConfig
public
final
class
CameraXConfig
extends Object
| java.lang.Object | |
| ↳ | androidx.camera.core.CameraXConfig |
A configuration for adding implementation and user-specific behavior to CameraX.
CameraXConfig provides customizable options for camera provider instances that persist for the lifetime of the provider.
An implementation of CameraXConfig can be provided by subclassing the
Application object and implementing CameraXConfig.Provider. Alternatively,
other methods configuration exist such as
ProcessCameraProvider.configureInstance(CameraXConfig).
Examples of how this is used can be found in the androidx.camera.lifecycle package.
Applications can create and use the
implementation of CameraXConfig provided in androidx.camera.camera2.
Summary
Nested classes | |
|---|---|
class |
CameraXConfig.Builder
A builder for generating |
interface |
CameraXConfig.Provider
An interface which can be implemented to provide the configuration for CameraX. |
Inherited methods | |
|---|---|
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-09-30 UTC.