2021-02-20 17:39:04 +01:00
2021-02-20 17:13:02 +01:00
2021-02-19 21:31:01 +01:00
2021-02-20 17:39:04 +01:00
2021-02-20 17:14:29 +01:00
2021-02-19 17:55:37 +01:00
2021-02-19 16:07:53 +01:00
2021-02-20 17:11:17 +01:00
F
2021-02-20 17:12:21 +01:00
2021-02-20 17:13:02 +01:00
2021-02-19 16:20:19 +01:00
2021-02-20 17:09:57 +01:00
2021-02-19 21:26:49 +01:00
2021-02-19 16:07:53 +01:00
2021-02-19 16:20:19 +01:00
2021-02-20 16:51:53 +01:00
2021-02-19 16:07:53 +01:00
2021-02-20 17:09:57 +01:00
2021-02-19 21:29:22 +01:00

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



📸 The Camera library that sees the vision.


Buy Me a Coffee at ko-fi.com





Install

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 app

Example

function App() {
  const device = useCameraDevice('wide-angle')

  return (
    <Camera
      style={StyleSheet.absoluteFill}
      device={device}
    />
  )
}
Description
No description provided
Readme MIT 57 MiB
Languages
Kotlin 32.2%
Swift 27.9%
TypeScript 16.3%
C++ 10.4%
Objective-C++ 6.5%
Other 6.7%