Socket
Socket
Sign inDemoInstall

react-use-face-detection

Package Overview
Dependencies
184
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-use-face-detection

Face detection React hook powered by @mediapipe/face_detection, @mediapipe/camera_utils, react-webcam


Version published
Weekly downloads
371
increased by1.64%
Maintainers
1
Install size
37.8 MB
Created
Weekly downloads
 

Readme

Source

logo

useFaceDetection Hook

✨ Live Demo ✨

📚 Introduction

Simple React Hook to detect faces from an HTMLImageElement or react-webcam video source. Powered by MediaPipe

💡 Usage

🧰 Installation

To install, you can use npm or yarn:

npm

npm install react-use-face-detection

yarn

yarn add react-use-face-detection

⚙️ Options

NameTypeOptionalDescription
mirroredbooleantrueThis enables a mirrored detection of the faces in the provided media source - e.g. if you flip the media source horizontally, this would enable the correct output of your flipped media source.
handleOnResults(results: FaceDetectionResults) => voidtrueCallback function that returns the FaceDetectionResults
faceDetectionOptionsFaceDetectionOptionstrueOptions for configuring the face detection model - see https://google.github.io/mediapipe/solutions/face_detection.html#javascript-solution-api
faceDetectionFaceDetectionfalseInitialize the face detection model from @mediapipe/face_detection
camera(cameraOptions: CameraOptions) => CameratrueInitialize the camera utility model from @mediapipe/camera_utils

🎁 Returned Values

NameTypeDescription
boundingBoxBoundingBox[]Returns details and coordinates of the bounding box around the detected face(s)
isLoadingbooleanReturns a boolean that detects whether if the model has been loaded
detectedbooleanReturns a boolean that detects whether if a face has been detected
facesDetectednumberReturns a number of faces that have been detected
webcamRefLegacyRefReturns a ref object for the react-webcam <Webcam/> node
imgRefRefObjectReturns a ref object for the <img/> element

👷 Built With

📚 Author

Keywords

FAQs

Last updated on 12 Apr 2022

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