Closed HieuNT1998 closed 3 years ago
Hi @HieuNT1998, Can you try checking the workarounds mentioned in this https://github.com/google/mediapipe/issues/1407
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you.
Closing as stale. Please reopen if you'd like to work on this further.
I am integrating mediapipe facedetection into an exist android project. I followed guideline on the medipipe tutorial page. https://google.github.io/mediapipe/getting_started/android_archive_library.html
I built the aar library but having problems when building face detection graph. There was no error during the build process. However, when integrated into Android, the app is killed after starting camera.
I think my aar library has no problem because i used the graph file which is built available online. App works normally.