react-native-vision-cameraType aliases
FocusMode
type FocusMode = "locked" | "auto-focus" | "continuous-auto-focus"Represents the focus mode of a CameraDevice.
'locked': The lens position is locked at its current value and does not adapt to scene changes.'auto-focus': The lens is adjusted once to focus the current scene.'continuous-auto-focus': The lens is continuously adjusted as the scene changes.