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

0.4.1 • Public • Published

vision-camera-plugin-animal-pose

detect animal poses in react native (ios only)

Installation

npm i -S vision-camera-plugin-animal-pose

Add 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.js file 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

Package Sidebar

Install

npm i vision-camera-plugin-animal-pose

Weekly Downloads

1

Version

0.4.1

License

MIT

Unpacked Size

45.5 kB

Total Files

23

Last publish

Collaborators

  • peterbsmyth