Java android.hardware.camera2 CameraDevice fields, constructors, methods, implement or subclass

Example usage for Java android.hardware.camera2 CameraDevice fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.hardware.camera2 CameraDevice.

The text is from its open source code.

Field

intTEMPLATE_PREVIEW
Create a request suitable for a camera preview window.
intTEMPLATE_STILL_CAPTURE
Create a request suitable for still image capture.
intTEMPLATE_RECORD
Create a request suitable for video recording.
intTEMPLATE_VIDEO_SNAPSHOT
Create a request suitable for still image capture while recording video.
intTEMPLATE_ZERO_SHUTTER_LAG
Create a request suitable for zero shutter lag still capture.
intTEMPLATE_MANUAL
A basic template for direct application control of capture parameters.

Method

CaptureRequest.BuildercreateCaptureRequest(@RequestTemplate int templateType)

Create a CaptureRequest.Builder for new capture requests, initialized with template for a target use case.