Interface | Description |
---|---|
CameraCaptureSessionCore |
Internal interface for CameraDeviceImpl to CameraCaptureSessionImpl(s) communication
|
GetCommand |
Getter interface for use with Command pattern metadata value getters.
|
SetCommand |
Setter interface for use with Command pattern metadata value setters.
|
Class | Description |
---|---|
CallbackProxies |
Proxy out invocations to the camera2 API callbacks into a
Dispatchable . |
CallbackProxies.DeviceCaptureCallbackProxy | |
CallbackProxies.DeviceStateCallbackProxy | |
CallbackProxies.SessionStateCallbackProxy | |
CameraCaptureSessionImpl | |
CameraConstrainedHighSpeedCaptureSessionImpl |
Standard implementation of CameraConstrainedHighSpeedCaptureSession.
|
CameraDeviceImpl |
HAL2.1+ implementation of CameraDevice.
|
CameraDeviceImpl.CaptureCallback |
A callback for tracking the progress of a
CaptureRequest
submitted to the camera device. |
CameraDeviceImpl.StateCallbackKK |
A callback for notifications about the state of a camera device, adding in the callbacks that
were part of the earlier KK API design, but now only used internally.
|
CameraMetadataNative |
Implementation of camera metadata marshal/unmarshal across Binder to
the camera service
|
CameraMetadataNative.Key<T> | |
CaptureResultExtras | |
ICameraDeviceUserWrapper |
A wrapper around ICameraDeviceUser.
|
Annotation Type | Description |
---|---|
PublicKey |
Denote a static field
Key as being public-visible (in the SDK). |
SyntheticKey |
Denote a static field
Key as being synthetic (i.e. not having a native
tag one-to-one counterpart). |