react-native-vision-cameraInterfaces
WhiteBalanceTemperatureAndTint
interface WhiteBalanceTemperatureAndTintRepresents a white balance setting expressed as a color temperature and tint offset.
This is a human-friendly way of expressing white balance compared to raw
WhiteBalanceGains.
See
Properties
temperature
temperature: numberThe color temperature in Kelvin (e.g. 5500 for daylight, 3200 for tungsten).
tint
tint: numberThe green/magenta tint offset away from the temperature's black-body curve. Positive values shift towards magenta, negative values shift towards green.
WhiteBalanceGains
Represents the per-channel gains applied for white balance correction.
AutoFocusSystem
Represents the auto-focus algorithm used by the CameraDevice, either while continuously keeping a scene in focus (via auto-3A / AE/AF/AWB), or for a metering action via CameraController.focusTo(...).