1.1.0 • Published 7 months ago

vision-camera-pose-detector v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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

1.1.0

7 months ago

0.1.0

8 months ago