2021-02-22 09:43:47 +01:00
2021-02-20 17:13:02 +01:00
2021-02-19 21:31:01 +01:00
2021-02-20 23:20:28 +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-22 09:43:47 +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-20 23:20:28 +01:00
2021-02-22 09:43:47 +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 devices = useCameraDevices('wide-angle-camera')
  const device = devices.back

  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%