README.md ANIMATED.md DEVICES.md FORMATS.md ERRORS.md

Camera



📸 The Camera library that sees the vision.


Buy Me a Coffee at ko-fi.com






### Install ```sh npm i react-native-vision-camera npx pod-install ``` ### Features * Photo and Video capture * Customizable device (`ultra-wide-angle`, `wide-angle`, `telephoto` and virtual multi-cameras) * Customizable FPS * JS worklet frame processors powered by JSI and Reanimated * Reanimated zooming * HDR & Night modes > See the [example](./example/) app ### Example ```tsx function App() { const device = useCameraDevice('wide-angle') return ( ) } ```