public static interface CameraSource.AutoFocusMoveCallback
This is only supported in continuous autofocus modes -- Camera.Parameters#FOCUS_MODE_CONTINUOUS_VIDEO and Camera.Parameters#FOCUS_MODE_CONTINUOUS_PICTURE. Applications can show
autofocus animation based on this.
| Modifier and Type | Method and Description |
|---|---|
void |
onAutoFocusMoving(boolean start)
Called when the camera auto focus starts or stops.
|