Socket
Socket
Sign inDemoInstall

react-native-vision-camera-v3-face-detection

Package Overview
Dependencies
522
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-native-vision-camera-v3-face-detection

The frame processor plugin to detect faces using Google ML Kit library for react-native-vision-camera with high performance and many options.


Version published
Weekly downloads
32
Maintainers
1
Install size
42.0 kB
Created
Weekly downloads
 

Readme

Source

Frame processor plugin to detect faces using Google ML Kit library for react-native-vision-camera with high performance and many options.

🚨 Required Modules

react-native-vision-camera => 3.9.0
react-native-worklets-core = 0.4.0

💻 Installation

npm install react-native-vision-camera-v3-face-detection
yarn add react-native-vision-camera-v3-face-detection

👷Features

Easy To Use.
Works Just Writing few lines of Code.
Works With React Native Vision Camera.
Works for Both Cameras.
Works Fast.
Works With Android 🤖 and IOS.📱
Writen With Kotlin and Objective-C.

💡 Usage

import { Camera } from 'react-native-vision-camera-v3-face-detection';

const [faces,setFaces] = useState(null)

console.log(faces)

<Camera
  options={{
        performanceMode: 'fast',
    }}
  style={StyleSheet.absoluteFill}
  device={device}
  callback={(data) => setFaces(data)}
  {...props}
/>

⚙️ Options

NameTypeValuesDefault
performanceModeStringfast, accuratefast
classificationModeStringnone, allnone
landmarkModeStringnone, allnone
contourModeStringnone, allnone
trackingEnabledBooleanfalse, truefalse
minFaceSizeNumber00.1

Keywords

FAQs

Last updated on 25 Mar 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc