react-native-vision-cameraType aliases
SceneAdaptiveness
type SceneAdaptiveness = "continuous" | "locked"Configures the adaptiveness of the AF/AE/AWB pipeline after a metering operation has settled.
'continuous': Continuously keeps the target point relative to the screen in focus, adapting AF/AE/AWB values if the subject area changes.'locked': Keeps the AF/AE/AWB values locked in-place after the metering operation has settled even if the subject area changes, until focus is manually reset viaCameraController.resetFocus()or another focus metering operation starts.