πΈ A powerful, high-performance React Native Camera library.
VisionCamera is a powerful, high-performance Camera library for React Native. It features:
Install VisionCamera from npm:
npm i react-native-vision-camera
cd ios && pod install
β¦and get started by setting up permissions!
To see VisionCamera in action, check out ShadowLens!
function App() {
const device = useCameraDevice('back')
if (device == null) return <NoCameraErrorView />
return (
<Camera
style={StyleSheet.absoluteFill}
device={device}
isActive={true}
/>
)
}
See the example app
VisionCamera is provided as is, I work on it in my free time.
If youβre integrating VisionCamera in a production app, consider funding this project and contact me to receive premium enterprise support, help with issues, prioritize bugfixes, request features, help at integrating VisionCamera and/or Frame Processors, and more.