MLKit PoseDetectionAccurate for react-native-vision-camera
npm install vision-camera-pose-detectorMLKit PoseDetectionAccurate for react-native-vision-camera V3
``sh`
npm install vision-camera-pose-detector`
orsh`
yarn add vision-camera-pose-detector
`js
import { detectPose } from "vision-camera-pose-detector";
// ...
const frameProcessor = useFrameProcessor((frame) => {
'worklet';
const pose = detectPose(frame);
}, []);
``
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
---
Made with create-react-native-library