public interface CaptureRequestUpdater
CaptureRequest
of a Camera2Capturer
.Modifier and Type | Method and Description |
---|---|
void |
apply(android.hardware.camera2.CaptureRequest.Builder captureRequestBuilder)
Invoked when the
CaptureRequest is available for modification. |
void apply(@NonNull android.hardware.camera2.CaptureRequest.Builder captureRequestBuilder)
CaptureRequest
is available for modification.
The provided CaptureRequest.Builder
is pre-configured with optimal settings to
capture video for video streaming.
captureRequestBuilder
- the current capture request builder for the CameraCaptureSession
associated with the Camera2Capturer
.6.0.0