Skip to content

mantu-bit/movement

 
 

Repository files navigation

movement

Project made with expo/React Native to keep track of human body movement

Welcome to your Expo app 👋

This project was made to learn how to use MediPipe with React Native. The UI is super ugly but functional. I have faced some weird bug with the [email protected] (the latest version at the moment of this publishing), where the Camera component for some reason was getting the wrong orientation and causing a crash when using useSkiaFrameProcessor. You can find the issue opened here.

Get started

  1. Install dependencies

    yarn
  2. Start the app

     npx expo -c

    For android, you need to have NDK in your environment variables In another terminal run for each OS

    yarn android
    yarn ios

    If you find some buildCMakeDebug[arm64-v8a] error while building the Android app, go to android folder and run

    /gradlew clean && rm -rf gradle

About

Project made with expo/React Native to keep track of human body movement

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 40.0%
  • TypeScript 20.6%
  • Swift 16.4%
  • Objective-C++ 9.2%
  • Ruby 9.0%
  • Objective-C 3.0%
  • Other 1.8%