dlib-face-recognition-android
dlib-face-recognition-android copied to clipboard
Face Recognition Issue
hello, I was always getting no face detected or unknown person in Redmi Note6 Pro and OnePlus 5T(Android Version -9) while recognizing the person I already added the persons. It is properly worked in other devices(Oppo f9 pro android version-8.1, Redmi 3s). Plz, provide the solution.
try clicking the photos in landscape mode on the devices where it isn't working
I was facing the same issue but got resolved for the said device but can we set the orientation to horizontal from code automatically so that such that we do not have to change for the devices?
Face Recognition is getting crashed ,it's telling App has stopped ! previously It was not getting crash.what happened to this , please help me out
I was facing the same issue but I am not getting where should we change the orientation so that the application will be able to recognize on portrait mode.
I'm facing the same issue.. Is there any way to modify the code so that the images can be recognized in the portrait mode too
With this issue I have had that in my own application. It is related to the Aspect Ration of the view field. Alter xml code so it is a correct auto aspect ratio irrespective of the phone it is running on. That should fix this issue.
Same issue... I am facing this. @Krammig which XML code you are talking about??