Project made with expo/React Native to keep track of human body movement
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.
-
Install dependencies
yarn
-
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