Marc Rousavy fdbd45871a ES
2021-02-20 17:08:35 +01:00
2021-02-19 21:31:01 +01:00
ES
2021-02-20 17:08:35 +01:00
2021-02-20 16:37:42 +01:00
2021-02-19 17:55:37 +01:00
2021-02-19 16:07:53 +01:00
2021-02-20 17:07:10 +01:00
ES
2021-02-20 17:08:35 +01:00
2021-02-19 21:29:50 +01:00
2021-02-19 16:20:19 +01:00
2021-02-19 19:06:28 +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-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 56 MiB
Languages
Swift 29.9%
Kotlin 26.7%
TypeScript 17.6%
C++ 11.2%
Objective-C++ 7%
Other 7.6%