startAutoFocus

fun startAutoFocus(focusPoint: Point? = null)

Focuses the camera, either at the provided point or at the center of the screen if no point is specified.

The status of the focus operation will be updated on focusingEvents.

Parameters

focusPoint

The optional point to focus on, if omitted or null then the center of the screen will be used.