react-native-vision-camera
Version:
VisionCamera is the fastest and most powerful Camera for react-native.
11 lines (9 loc) • 449 B
text/typescript
import type { CameraController } from '../CameraController.nitro'
import type { GestureController } from './GestureController.nitro'
/**
* A {@linkcode TapToFocusGestureController} is a {@linkcode GestureController}
* that can trigger a {@linkcode CameraController}'s
* {@linkcode CameraController.focusTo | focusTo(...)}
* action via a native tap to focus gesture.
*/
export interface TapToFocusGestureController extends GestureController {}