dependabot[bot] e0a8cb05cb
Bump @types/react from 17.0.2 to 17.0.3 (#23)
Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.2 to 17.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-08 10:00:16 +01:00
2021-03-04 13:17:44 +01:00
2021-02-20 17:13:02 +01:00
2021-03-04 17:26:09 +01:00
2021-02-25 15:15:35 +01:00
2021-02-19 16:07:53 +01:00
2021-03-03 21:24:44 +01:00
2021-02-19 16:20:19 +01:00
2021-02-20 17:09:57 +01:00
2021-03-04 14:18:37 +01:00
2021-03-05 22:09:38 +01:00
2021-02-25 22:48:21 +01:00
2021-03-04 13:21:50 +01:00
2021-03-04 11:23:24 +01:00
2021-02-19 16:07:53 +01:00

Vision Camera



📸 The Camera library that sees the vision.






Documentation

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 (Work in progress: #2)
  • Reanimated zooming
  • HDR & Night modes

See the example app

Example

function App() {
  const devices = useCameraDevices('wide-angle-camera')
  const device = devices.back

  if (device == null) return <LoadingView />
  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%