Closed TrevorC85 closed 4 years ago
Has anyone been able to replicate this issue or tested a similar setup? What results did you get?
I believe I found a bug, though I'm not sure if DLIB or Face_recognition has anything to do with it. I found this similar issue post. https://github.com/ageitgey/face_recognition/issues/1047
Feel a little stupid now but the orientation of the reference picture, as well as the orientation of the pi camera, both caused this issue. 90deg off left or right.
closing issue
Description
I'm trying to setup face recognition on the raspberry pi using the raspberry pi camera. I'm using the raspberry pi camera 2.1 I bought from a reputable source.
Using the pi camera I'm unable to identify faces. It also has a hard time finding a face even when I'm clearly in the image. But it does find a face sometimes. Using the pi camera it never identified a face. When I use a different IP camera (Amcrest IP2m) this works right away and correctly identifies faces.
I've also check the pi camera independently and see good quality video/pictures through it.
What I Did
using the current latest example of 'facerec_on_raspberry_pi.py'
I've verified the program and the camera so perhaps this setup has poor performance? Could something be failing in the background? How could I test this?