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