MyGit
🚩收到GitHub仓库的更新通知

mrousavy/react-native-vision-camera

Fork: 975 Star: 6600 (更新于 2024-05-13 00:51:27)

license: MIT

Language: Swift .

📸 A powerful, high-performance React Native Camera library.

最后发布版本: v4.0.3 ( 2024-05-07 01:25:28)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看
VisionCamera

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

This library helped you? Consider sponsoring!

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

最近版本更新:(数据更新于 2024-05-13 00:51:09)

2024-05-07 01:25:28 v4.0.3

2024-05-06 16:12:32 v4.0.2

2024-04-22 18:03:31 v4.0.0

2024-04-22 17:30:40 v4.0.0-beta.19

2024-04-22 07:29:21 v4.0.0-beta.18

2024-04-21 22:06:28 v4.0.0-beta.17

2024-04-19 22:53:53 v4.0.0-beta.16

2024-04-17 21:56:53 v4.0.0-beta.15

2024-04-16 17:47:14 v4.0.0-beta.14

2024-04-04 17:36:39 v4.0.0-beta.13

主题(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-05-19 02:51:04 Artificial-Pancreas/iAPS

2024-05-17 03:42:13 realm/SwiftLint

2024-05-16 13:04:47 Dimillian/IceCubesApp

2024-05-15 04:01:41 wordpress-mobile/WordPress-iOS

2024-05-09 00:25:59 pointfreeco/swift-dependencies

2024-05-06 15:38:47 capacitor-community/sqlite