mrousavy/react-native-vision-camera
Fork: 1095 Star: 7537 (更新于 2024-11-12 08:15:16)
license: MIT
Language: Swift .
📸 A powerful, high-performance React Native Camera library.
最后发布版本: v4.5.3 ( 2024-09-08 18:42:23)
Features
VisionCamera is a powerful, high-performance Camera library for React Native. It features:
- 📸 Photo and Video capture
- 👁️ QR/Barcode scanner
- 📱 Customizable devices and multi-cameras ("fish-eye" zoom)
- 🎞️ Customizable resolutions and aspect-ratios (4k/8k images)
- ⏱️ Customizable FPS (30..240 FPS)
- 🧩 Frame Processors (JS worklets to run facial recognition, AI object detection, realtime video chats, ...)
- 🎨 Drawing shapes, text, filters or shaders onto the Camera
- 🔍 Smooth zooming (Reanimated)
- ⏯️ Fast pause and resume
- 🌓 HDR & Night modes
- ⚡ Custom C++/GPU accelerated video pipeline (OpenGL)
Install VisionCamera from npm:
npm i react-native-vision-camera
cd ios && pod install
..and get started by setting up permissions!
Documentation
ShadowLens
To see VisionCamera in action, check out ShadowLens!
Example
function App() {
const device = useCameraDevice('back')
if (device == null) return <NoCameraErrorView />
return (
<Camera
style={StyleSheet.absoluteFill}
device={device}
isActive={true}
/>
)
}
See the example app
Adopting at scale
VisionCamera is provided as is, I work on it in my free time.
If you're integrating VisionCamera in a production app, consider funding this project and contact me to receive premium enterprise support, help with issues, prioritize bugfixes, request features, help at integrating VisionCamera and/or Frame Processors, and more.
Socials
- 🐦 Follow me on Twitter for updates
- 📝 Check out my blog for examples and experiments
- 💬 Join the Margelo Community Discord for chatting about VisionCamera
- 💖 Sponsor me on GitHub to support my work
- 🍪 Buy me a Ko-Fi to support my work
最近版本更新:(数据更新于 2024-09-23 09:04:40)
2024-09-08 18:42:23 v4.5.3
2024-08-21 05:43:32 v4.5.2
2024-07-29 17:23:53 v4.5.1
2024-07-13 01:58:49 v4.5.0
2024-07-12 19:14:34 v4.4.3
2024-07-10 20:14:28 v4.4.2
2024-07-03 22:01:22 v4.4.1
2024-07-02 22:19:08 v4.4.0
2024-06-13 22:16:58 v4.3.2
2024-06-13 00:07:13 v4.3.1
主题(topics):
ai, android, barcode, camera, instagram, ios, javascript, jsi, library, native, qr, qrcode, react, react-native, react-native-camera, scanner, snapchat, typescript, vision, worklet
mrousavy/react-native-vision-camera同语言 Swift最近更新仓库
2024-11-19 05:05:44 whoeevee/EeveeSpotify
2024-11-08 09:08:36 Aidoku/Aidoku
2024-11-07 09:51:16 argmaxinc/WhisperKit
2024-11-01 03:30:19 wordpress-mobile/WordPress-iOS
2024-10-30 03:29:03 jordanbaird/Ice
2024-10-24 02:02:47 Artificial-Pancreas/iAPS