2021-02-25 12:55:02 +01:00
2021-02-23 16:47:35 +01:00
2021-02-20 17:13:02 +01:00
2021-02-23 11:57:43 +01:00
2021-02-24 21:49:22 +01:00
2021-02-23 15:59:07 +01:00
2021-02-19 16:07:53 +01:00
2021-02-23 15:59:07 +01:00
2021-02-23 11:57:31 +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-23 14:17:10 +01:00
2021-02-19 16:07:53 +01:00
2021-02-20 17:09:57 +01:00
2021-02-23 14:17:10 +01:00

README SETUP DEVICES FORMATS FRAME_PROCESSORS ANIMATED ERRORS

Camera



📸 The Camera library that sees the vision.




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 (WIP #2)
  • 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}
      isActive={true}
    />
  )
}

🚀 Get started by setting up permissions!

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%