Example usage for Java android.hardware.camera2 CameraDevice fields, constructors, methods, implement or subclass
The text is from its open source code.
int | TEMPLATE_PREVIEW Create a request suitable for a camera preview window. |
int | TEMPLATE_STILL_CAPTURE Create a request suitable for still image capture. |
int | TEMPLATE_RECORD Create a request suitable for video recording. |
int | TEMPLATE_VIDEO_SNAPSHOT Create a request suitable for still image capture while recording video. |
int | TEMPLATE_ZERO_SHUTTER_LAG Create a request suitable for zero shutter lag still capture. |
int | TEMPLATE_MANUAL A basic template for direct application control of capture parameters. |
CaptureRequest.Builder | createCaptureRequest(@RequestTemplate int templateType) Create a CaptureRequest.Builder for new capture requests, initialized with template for a target use case. |