Package-level declarations
Classes that define the requirements for selecting an Android camera.
Types
Link copied to clipboard
Selects the best rear facing camera.
Link copied to clipboard
Selects the best rear facing camera, optimized for Face sessions.
Link copied to clipboard
interface CameraSelectorFilter
The CameraSelectorFilter interface defines methods to build and implement a basic filter, that will be used to filter the available cameras.
Link copied to clipboard
Selects the best front facing camera.
Link copied to clipboard
class IdCameraSelectorFilter(cameraId: String, cameraInfo: MiSnapCameraInfo?) : CameraSelectorFilter
Selects the camera based on its id.