-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using handtracking arr SIGSEG 11, SIG_MAPERR occured #3781
Comments
Hi @beakyangsu, |
@kuaashish |
Hi @beakyangsu, |
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. |
Hi. @kuaashish |
Hello @beakyangsu, You can continue to use those legacy solutions in your applications if you choose. Though, we would request you to check new MediaPipe solutions which can help you more easily build and customize ML solutions for your applications. These new solutions will provide a superset of capabilities available in the legacy solutions. Thank you |
This issue has been marked stale because it has no recent activity since 7 days. It will be closed if no further activity occurs. Thank you. |
This issue was closed due to lack of activity after being marked stale for past 7 days. |
OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Android SOS
Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device: Samsung Galaxy S22+
Bazel version: bazel 5.3.1
Android Studio, NDK, SDK versions (if issue is related to building in mobile dev enviroment):
AndroidStudio Chipmunk NDK : 20.0.5594570, SDK: 30.0.3
Xcode & Tulsi version (if issue is related to building in mobile dev enviroment):
Exact steps to reproduce:
this error occured when i use FrameProcessor.onNewFrame()
i did use gpubuffer for handtracking, convert yuv Image(class) to bitmap and then create texutreFrame,
here is my code.
please let me know what't the problem?
I want to use FrameProcessor.onNewFrame() directly, not through ExternalTextureConverter.
in onCreate()
in onResume()
in onFullFrameAvailable()
Also is there any way to print mediapipe-jni with method name in error log?
My log is not output with the method name.
like this
Thanks.
The text was updated successfully, but these errors were encountered: