| Interface | Description |
|---|---|
| CameraSource.AutoFocusCallback |
Callback interface used to notify on completion of camera auto focus.
|
| CameraSource.AutoFocusMoveCallback |
Callback interface used to notify on auto focus start and stop.
|
| CameraSource.PictureCallback |
Callback interface used to supply image data from a photo capture.
|
| CameraSource.ShutterCallback |
Callback interface used to signal the moment of actual image capture.
|
| Class | Description |
|---|---|
| CameraSource |
Manages the camera in conjunction with an underlying
Detector. |
| CameraSource.Builder |
Builder for configuring and creating an associated camera source.
|
| CameraSourcePreview | |
| GraphicOverlay<T extends GraphicOverlay.Graphic> |
A view which renders a series of custom graphics to be overlayed on top of an associated preview
(i.e., the camera preview).
|
| GraphicOverlay.Graphic |
Base class for a custom graphics object to be rendered within the graphic overlay.
|