- templateType
- An enumeration selecting the use case for this request; one of the CameraDevice.TEMPLATE_ values.
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if the templateType is not in the list of supported templates. Android.Hardware.Camera2.CameraAccessException if the camera device is no longer connected or has encountered a fatal error Java.Lang.IllegalStateException if the camera device has been closed
Create a NoType:android/hardware/camera2/CaptureRequest$Builder;Href=../../../../reference/android/hardware/camera2/CaptureRequest.Builder.html for new capture requests, initialized with template for a target use case. The settings are chosen to be the best options for the specific camera device, so it is not recommended to reuse the same request for a different camera device; create a builder specific for that device and template and override the settings as desired, instead.