thatsongkim / vision-camera-pose-detector

MLKit PoseDetectionAccurate for react-native-vision-camera

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vision-camera-pose-detector

MLKit PoseDetectionAccurate for react-native-vision-camera V3

Installation

npm install vision-camera-pose-detector

or

yarn add vision-camera-pose-detector

Usage

import { detectPose } from "vision-camera-pose-detector";

// ...

const frameProcessor = useFrameProcessor((frame) => {
  'worklet';
  const pose = detectPose(frame);
}, []);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

MLKit PoseDetectionAccurate for react-native-vision-camera

License:MIT License


Languages

Language:Java 40.1%Language:Objective-C 28.4%Language:Ruby 13.8%Language:JavaScript 7.4%Language:TypeScript 7.0%Language:Objective-C++ 2.6%Language:C 0.4%Language:Swift 0.3%