CaptureRequestOptions


@ExperimentalCamera2Interop
@RequiresApi(value = 21)
public class CaptureRequestOptions


A bundle of Camera2 capture request options.

Summary

Nested types

@RequiresApi(value = 21)
public final class CaptureRequestOptions.Builder implements ExtendableBuilder

Builder for creating CaptureRequestOptions instance.

Public methods

@Nullable ValueT

Returns a value for the given CaptureRequest.Key or null if it hasn't been set.

Public methods

getCaptureRequestOption

Added in 1.0.0
public @Nullable ValueT <ValueT> getCaptureRequestOption(@NonNull CaptureRequest.Key<ValueT> key)

Returns a value for the given CaptureRequest.Key or null if it hasn't been set.

Parameters
<ValueT>

The type of the value.

@NonNull CaptureRequest.Key<ValueT> key

The key to retrieve.

Returns
@Nullable ValueT

The stored value or null if the value does not exist in this configuration.