FocusMetering

class FocusMetering(context: Context, cameraController: CameraController, zoom: Zoom, focus: Focus, exposure: Exposure, whiteBalance: WhiteBalance)

Constructors

Link copied to clipboard
constructor(context: Context, cameraController: CameraController, zoom: Zoom, focus: Focus, exposure: Exposure, whiteBalance: WhiteBalance)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard

Cancel the focus and metering.

Link copied to clipboard
fun onTap(point: PointF, fovRect: Rect, fovRotationDegree: Int)
fun onTap(afPoints: List<PointF> = emptyList(), aePoints: List<PointF> = emptyList(), awbPoints: List<PointF> = emptyList(), fovRect: Rect, fovRotationDegree: Int)

Sets the focus on tap.