vision-camera-plugin-animal-pose
v0.4.1
Published
detect animal poses in react native (ios only)
Readme
vision-camera-plugin-animal-pose
detect animal poses in react native (ios only)
Installation
npm i -S vision-camera-plugin-animal-poseAdd the plugin to your babel.config.js:
module.exports = {
plugins: [
[
'react-native-reanimated/plugin',
{
globals: ['__detectAnimals'],
},
],
// ...Note: You have to restart metro-bundler for changes in the
babel.config.jsfile to take effect.
Usage
import { detectAnimals } from "vision-camera-plugin-animal-pose";
// ...
const frameProcessor = useFrameProcessor((frame) => {
'worklet';
const animals = detectAnimals(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
