| 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 |
Classes to manage the camera in conjunction with an underlying Mobile Vision detector.
|
| CameraSource.Builder |
Builder class for configuring and creating an associated camera source.
|
| CameraSourcePreview |
Class representing the camera view shown on the device screen when accessing camera
functionality of the app.
|
| GraphicOverlay<T extends GraphicOverlay.Graphic> |
Classes representing the graphic overlay, within which graphic objects (blocks of text) are
rendered onto said overlay on the camera screen
|
| GraphicOverlay.Graphic |
Base class for a custom graphics object to be rendered within the graphic overlay.
|