Stay organized with collections Save and categorize content based on your preferences.

CameraXConfig.Provider

public interface CameraXConfig.Provider


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

Public methods

abstract @NonNull CameraXConfig

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

Public methods

getCameraXConfig

abstract @NonNull CameraXConfig getCameraXConfig()

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