Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

invitra-react-native-vision-camera

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

invitra-react-native-vision-camera

The Camera library that sees the vision.

  • 2.15.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source
VisionCamera

Features

VisionCamera is a powerful, high-performance Camera library for React Native. It features: This is fork from (https://github.com/mrousavy/react-native-vision-camera)

Install VisionCamera from npm:

npm install invitra-react-native-vision-camera
cd ios && pod install

..and get started by setting up permissions!

Updated below files for iOS

  • react-native-vision-camera/ios/CameraView+AVAudioSession.swift
  • react-native-vision-camera/ios/CameraView+AVCaptureSession.swift
  • react-native-vision-camera/ios/CameraView+RecordVideo.swift
  • react-native-vision-camera/ios/Extensions/AVCaptureDevice.Format+videoDimensions.swift
  • react-native-vision-camera/ios/CameraView.swift

which persists below issue

  • Type 'AVAudioSession.Category' (aka 'NSString') has no member 'playAndRecord'
  • 'AVAudioSession.Mode' (aka 'NSString') is not implicitly convertible to 'String'; did you mean to use 'as' to explicitly convert?
  • 'AVAudioSession.Category' (aka 'NSString') is not implicitly convertible to 'String'; did you mean to use 'as' to explicitly convert?
  • many more that not listed here.

If you are using vision-camera-code-scanner then do changes in below file

file : node_modules/vision-camera-code-scanner/src/hooks.tsx


import { Frame, useFrameProcessor } from 'invitra-react-native-vision-camera';  

For successfully run on iOS please install this package.

Keywords

FAQs

Package last updated on 18 Jan 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc