2021-02-20 16:45:10 +01:00
2021-02-19 21:31:01 +01:00
2021-02-20 16:38:40 +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-19 16:24:28 +01:00
2021-02-19 16:23:54 +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:45:10 +01:00
2021-02-19 16:07:53 +01:00
2021-02-19 21:18:31 +01:00
2021-02-19 21:29:22 +01:00

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

Camera



📸 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

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%