-
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
Perfect, but error in the runtime #1
Comments
Hello, it's been a while since I last opened this project so I had forgotten some of it but I was able to make it work. |
Thank you for fast responding =) Regards, |
If I understood you correctly you want to store the images on cloud? Unfortunately, this project does not do that, it only stores them on the device. Storing images and recognizing them are handled in tzutalin.dlib package which is not my code but forked from https://github.com/tzutalin/dlib-android. Maybe you'll have more luck there. |
Thank you so much for helping ! =) Regards, |
Code of saving data and images files is in doInBackground method of themon/test/mlkit_faciallandmarks/MainActivity.java. |
Hello,
hope you are doing well...
I'm really happy that i could run the project without any errors!
I run it on my Samsung s4 and it was perfect! but when actually tried to run it on another devices it seams that i have same error on the runtime, and the error is ( A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xc in tid 16190 (AsyncTask #1), pid 16001 (faciallandmarks))
i wish that if you have any idea about it, you may help me!
Thank you.
Regards,
The text was updated successfully, but these errors were encountered: