public interface

ImageInputConfig.Builder<B>

 androidx.camera.core.impl.ImageInputConfig.Builder<B>

Subclasses:

Preview.Builder, ImageAnalysis.Builder, ImageCapture.Builder, VideoCapture.Builder<T>

Overview

Builder for a ImageInputConfig.

Summary

Methods
public java.lang.ObjectsetDynamicRange(DynamicRange dynamicRange)

Sets the dynamic range required for images from this configuration.

Methods

public java.lang.Object setDynamicRange(DynamicRange dynamicRange)

Sets the dynamic range required for images from this configuration.

Valid values depend on the specific configuration. The default behavior when not set is to automatically choose a dynamic range based on device capabilities and the dynamic range requested by other use cases, but use cases should override that behavior if needed.

Parameters:

dynamicRange: The dynamic range required for this configuration.

Returns:

The current Builder.