Class | Description |
---|---|
CameraCaptureSession |
A configured capture session for a
CameraDevice , used for capturing images from the
camera or reprocessing images captured from the camera in the same session previously. |
CameraCaptureSession.CaptureCallback |
A callback object for tracking the progress of a
CaptureRequest submitted to the
camera device. |
CameraCaptureSession.CaptureListener |
Temporary for migrating to Callback naming
|
CameraCaptureSession.StateCallback |
A callback object for receiving updates about the state of a camera capture session.
|
CameraCaptureSession.StateListener |
Temporary for migrating to Callback naming
|
CameraCharacteristics |
The properties describing a
CameraDevice . |
CameraCharacteristics.Key<T> |
A
Key is used to do camera characteristics field lookups with
CameraCharacteristics.get(android.hardware.camera2.CameraCharacteristics.Key<T>) . |
CameraConstrainedHighSpeedCaptureSession |
A constrained high speed capture session for a
CameraDevice , used for capturing high
speed images from the CameraDevice for high speed video recording use case. |
CameraDevice |
The CameraDevice class is a representation of a single camera connected to an
Android device, allowing for fine-grain control of image capture and
post-processing at high frame rates.
|
CameraDevice.StateCallback |
A callback objects for receiving updates about the state of a camera device.
|
CameraDevice.StateListener |
Temporary for migrating to Callback naming
|
CameraManager |
A system service manager for detecting, characterizing, and connecting to
CameraDevices . |
CameraManager.AvailabilityCallback |
A callback for camera devices becoming available or unavailable to open.
|
CameraManager.TorchCallback |
A callback for camera flash torch modes becoming unavailable, disabled, or enabled.
|
CameraMetadata<TKey> |
The base class for camera controls and information.
|
CaptureFailure |
A report of failed capture for a single image capture from the image sensor.
|
CaptureRequest |
An immutable package of settings and outputs needed to capture a single
image from the camera device.
|
CaptureRequest.Builder |
A builder for capture requests.
|
CaptureRequest.Key<T> |
A
Key is used to do capture request field lookups with
CaptureResult.get(android.hardware.camera2.CaptureResult.Key<T>) or to set fields with
CaptureRequest.Builder#set(Key, Object) . |
CaptureResult |
The subset of the results of a single image capture from the image sensor.
|
CaptureResult.Key<T> |
A
Key is used to do capture result field lookups with
CaptureResult.get(android.hardware.camera2.CaptureResult.Key<T>) . |
DngCreator |
The
DngCreator class provides functions to write raw pixel data as a DNG file. |
TotalCaptureResult |
The total assembled results of a single image capture from the image sensor.
|
Exception | Description |
---|---|
CameraAccessException |
CameraAccessException is thrown if a camera device could not
be queried or opened by the CameraManager , or if the connection to an
opened CameraDevice is no longer valid. |
Annotation Type | Description |
---|---|
CameraAccessException.AccessError | |
CameraDevice.RequestTemplate | |
CameraDevice.StateCallback.ErrorCode | |
CaptureFailure.FailureReason |