Class | Description |
---|---|
BlackLevelPattern |
Immutable class to store a 4-element vector of integers corresponding to a 2x2 pattern
of color channel offsets used for the black level offsets of each color channel.
|
ColorSpaceTransform |
Immutable class for describing a 3x3 matrix of
Rational values in row-major order. |
Face |
Describes a face detected in an image.
|
HighSpeedVideoConfiguration |
Immutable class to store the available
high speed video
configurations |
InputConfiguration |
Immutable class to store an input configuration that is used to create a reprocessable capture
session.
|
LensShadingMap |
Immutable class for describing a
4 x N x M lens shading map of floats. |
MeteringRectangle |
An immutable class to represent a rectangle
(x, y, width, height) with an additional
weight component. |
OutputConfiguration |
A class for describing camera output, which contains a
Surface and its specific
configuration for creating capture session. |
ReprocessFormatsMap |
Immutable class to store the input to output formats
map to be used for with
camera image reprocessing. |
RggbChannelVector |
Immutable class to store a 4-element vector of floats indexable by a bayer RAW 2x2 pixel block.
|
StreamConfiguration |
Immutable class to store the available stream
configurations to set up
Surfaces for creating a capture session
with CameraDevice.createCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession.StateCallback, android.os.Handler) |
StreamConfigurationDuration |
Immutable class to store a time duration for any given format/size combination.
|
StreamConfigurationMap |
Immutable class to store the available stream
configurations to set up
Surfaces for creating a
capture session with
CameraDevice.createCaptureSession(java.util.List<android.view.Surface>, android.hardware.camera2.CameraCaptureSession.StateCallback, android.os.Handler) |
TonemapCurve |
Immutable class for describing a
2 x M x 3 tonemap curve of floats. |
VendorTagDescriptor |
A class for describing the vendor tags declared by a camera HAL module.
|