react-native-vision-cameraType aliases
SceneAdaptiveness
type SceneAdaptiveness = "continuous" | "locked"Configures the adaptiveness of the AE/AF/AWB pipeline after a metering operation has settled.
'continuous': Continuously keeps the target point relative to the screen in focus, adapting AE/AF/AWB values if the subject area changes.'locked': Keeps the AE/AF/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.