react-native-vision-cameraType aliases
PreviewImplementationMode
Android
type PreviewImplementationMode = "performance" | "compatible"Represents the implementation mode for the PreviewView's
surface on Android.
'performance': UsesSurfaceViewfor better GPU-accelerated performance.'compatible': UsesTextureViewfor better compatibility and transforms support.
Note
'performance' does not support transparency or view layering.
See
See CameraX: PreviewView.setImplementationMode(...) for more information