sugaith / react-native-vision-camera-v3-pose-detection

Copy of this great job

Home Page:https://www.npmjs.com/package/react-native-vision-camera-v3-pose-detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Name Type Values Default
mode string stream, single stream
performanceMode string min, max min

About

Copy of this great job

https://www.npmjs.com/package/react-native-vision-camera-v3-pose-detection

License:MIT License


Languages

Language:Objective-C 55.4%Language:Kotlin 22.7%Language:TypeScript 18.6%Language:Ruby 3.0%Language:JavaScript 0.3%