public static interface CameraSource.AutoFocusCallback
| Modifier and Type | Method and Description | 
|---|---|
void | 
onAutoFocus(boolean success)
Called when the camera auto focus completes. 
 | 
void onAutoFocus(boolean success)
success set to true.
 
 The auto-focus routine does not lock auto-exposure and auto-white
 balance after it completes.success - true if focus was successful, false if otherwise