public interface

CameraXConfig.Provider

 androidx.camera.core.CameraXConfig.Provider

Subclasses:

Camera2Config.DefaultProvider

Overview

An interface which can be implemented to provide the configuration for CameraX.

When implemented by an Application, this can provide on-demand initialization of CameraX.

Examples of how this is used can be found in the androidx.camera.lifecycle package.

Summary

Methods
public CameraXConfiggetCameraXConfig()

Returns the configuration to use for initializing an instance of CameraX.

Methods

public CameraXConfig getCameraXConfig()

Returns the configuration to use for initializing an instance of CameraX.