-
public interface CaptureRequestUpdaterInterface for updating the android.hardware.camera2.CaptureRequest of a .
-
-
Method Summary
Modifier and Type Method Description abstract voidapply(@NonNull() CaptureRequest.Builder captureRequestBuilder)Invoked when the CaptureRequest is available for modification. -
-
Method Detail
-
apply
abstract void apply(@NonNull() CaptureRequest.Builder captureRequestBuilder)
Invoked when the CaptureRequest is available for modification.
The provided CaptureRequest.Builder is pre-configured with optimal settings tocapture video for video streaming.
- Parameters:
captureRequestBuilder- the current capture request builder for the associated with the .
-
-
-
-