| Interface | Description |
|---|---|
| Camera3.PreviewSizeCallback | |
| CaptureRequestConfiguration |
An interface representing a function which configures a
CaptureRequest.Builder. |
| CaptureResultListener |
A listener for capture results
|
| ErrorHandler |
An interface to define a way to handle camera errors.
|
| OnImageAvailableListener |
A listener for capturing still images
|
| VideoCaptureStartedCallback |
A callback function that is called when video capture has started
|
| Class | Description |
|---|---|
| AutoFitTextureView |
A custom subclass of
TextureView that will automatically adjust its size to fit a given
aspect ratio. |
| Camera3 |
Camera3 is a wrapper around the Android Camera2 API.
|
| ImageSaver |
A utility runnable for saving a JPEG
Image into the specified File. |
| PreviewHandler |
This class represents the configuration for a preview session.
|
| StillCaptureHandler |
This class represents the configuration for a still image capture session.
|
| VideoCaptureHandler |
Created by Quinn Freedman on 12/21/2017.
|
| Enum | Description |
|---|---|
| Camera3.CameraState | |
| OnImageAvailableListener.ImageAction |