cdiddy77 / react-native-mediapipe

A React Native Camera and Player for MediaPipe applications.
MIT License
5 stars 9 forks source link

feat: basic pose detection working on android and ios #137

Closed cdiddy77 closed 1 week ago

cdiddy77 commented 1 week ago

RNVC fundamentally changed the way frame processors have to deal with camera orientation in v4.10, which made for some headaches. The new example app for pose detection is on a version of RNVC post-big orientation change. The older classifiers are still on the older version. I opened an issue #135 about this

cdiddy77 commented 1 week ago

I will probably merge this as soon as it passes most tests.