-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
🐛 My app closes automatically after a while of processing frames #3247
Comments
Guten Tag, Hans here! 🍻 It looks like you are experiencing a runtime issue with your application closing due to a JNI error. Thank you for providing the logs, they're quite helpful. A maximum of 51200 global references indicates a possible memory leak in your frame processing. However, I notice that you didn't try to reproduce the issue in the VisionCamera Example app. This step is essential to help mrousavy pinpoint whether the problem lies within your code or the library itself. Please try to replicate the issue there, and if it persists, feel free to provide additional details about your implementation and we will investigate further. And remember, if you want to ensure swift attention to such issues, consider supporting the project by becoming a sponsor! Check out sponsorship options here. Looking forward to your update!
|
source
}, []); |
What's happening?
Reproduceable Code
Relevant log output
Camera Device
Device
Samsung Galaxy A03s
VisionCamera Version
4.5.3
Can you reproduce this issue in the VisionCamera Example app?
I didn't try (⚠️ your issue might get ignored & closed if you don't try this)
Additional information
The text was updated successfully, but these errors were encountered: