04fd5bb069fd5518b4ba95a0b39683a26a907dad
| README.md | ANIMATED.md | DEVICES.md | FORMATS.md | ERRORS.md |
|---|
Install
npm i react-native-vision-camera
npx pod-install
Features
- Photo and Video capture
- Customizable device (
ultra-wide-angle,wide-angle,telephotoand virtual multi-cameras) - Customizable FPS
- JS worklet frame processors powered by JSI and Reanimated
- Reanimated zooming
- HDR & Night modes
See the example app
Example
function App() {
const device = useCameraDevice('wide-angle-camera')
return (
<Camera
style={StyleSheet.absoluteFill}
device={device}
/>
)
}
Languages
Kotlin
32.2%
Swift
27.9%
TypeScript
16.3%
C++
10.4%
Objective-C++
6.5%
Other
6.7%

