vision-camera-pose-detector
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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

Package Sidebar

Install

npm i vision-camera-pose-detector

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

56.8 kB

Total Files

24

Last publish

Collaborators

  • thatsongkim