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

@scottjgilroy/react-native-vision-camera-v4-pose-detection

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scottjgilroy/react-native-vision-camera-v4-pose-detection

The Frame processor plugin for detecting pose using Google ML Kit library for react-native-vision-camera with high performance.

  • 1.2.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

The Frame processor plugin for detecting pose using Google ML Kit library for react-native-vision-camera with high performance.

🚨 Required Modules

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

💻 Installation

yarn add react-native-vision-camera-v3-pose-detection
npm install react-native-vision-camera-v3-pose-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-pose-detection';

const [pose,setPose] = useState(null)

console.log(pose)

<Camera
  // optional
  options={{
    mode: "stream",
    performanceMode:"max"
    }}
  style={StyleSheet.absoluteFill}
  device={device}
  callback={(data) => setPose(data)}
  {...props}
/>

⚙️ Options

NameTypeValuesDefault
modestringstream, singlestream
performanceModestringmin, maxmin

Keywords

FAQs

Package last updated on 08 Jul 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