package

androidx.camera.extensions.internal

Interfaces

CloseableProcessorA processor that can be closed so that the underlying processing implementation is skipped, if it has been closed.
VendorExtenderA unified vendor extensions interface which interacts with both basic and advanced extender vendor implementation.

Classes

AdaptingCaptureProcessorA CaptureProcessor that calls a vendor provided implementation.
AdaptingCaptureStageA CaptureStage that calls a vendor provided implementation.
AdaptingPreviewProcessorA CaptureProcessor that calls a vendor provided preview processing implementation.
AdaptingRequestUpdateProcessorA ImageInfoProcessor that calls a vendor provided preview processing implementation.
AdvancedVendorExtenderAdvanced vendor interface implementation
BasicVendorExtenderBasic vendor interface implementation
ExtensionsUseCaseConfigFactoryImplementation of UseCaseConfigFactory to provide the default extensions configurations for use cases.
ExtensionVersionProvides interfaces to check the extension version.
ImageCaptureConfigProviderProvides extensions related configs for image capture
PreviewConfigProviderFor providing extensions config for preview.
VersionClass encapsulating a version with major, minor, patch and description values.
VersionNameThe version of CameraX extension releases.