-
Notifications
You must be signed in to change notification settings - Fork 0
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
App crash on android 13 #1
Comments
Did you check your camera permission or permit it? |
The problem was related to tensorflow lite libraries. Application worked properly after updating the tf-lite libraries in the build.gradle file and adding the "libOpenCL.so" and "libOpenCL-pixel.so" libraries to AndroidManifest.xml file. If you can test the updated version and feedback me, i will be happy. |
Thank you, we will try it !
Le dim. 14 janv. 2024 à 16:41, Harun Çetin ***@***.***> a
écrit :
… The problem was related to tensorflow lite libraries. Application worked
properly after updating the tf-lite libraries in the build.gradle file and
adding the "libOpenCL.so" and "libOpenCL-pixel.so" libraries to
AndroidManifest.xml file. If you can test the updated version and feedback
me, i will be happy.
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AGDTDHGCDLBIGS3OIEBBQADYOP4CFAVCNFSM6AAAAAAUEAPPLCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJQHE4DMNBSGA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Rémi du Chalard
Artha France
+33 6 95 12 37 19
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
When we run it on android 12 and 13, the app crash after a first frame RGB display on the top of the screen.
Error on Pixel 6A and Poco X3
The text was updated successfully, but these errors were encountered: