You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.
So i finally received my Picam today and wanted to install facial recognition. Followed the instructions, took my photo but at step: python facerecognition.py i received the following error:
['User1', 'User2']
Using FACE_ALGORITM: 1
Loading training data...
Training data loaded!
No windowing system, writing face.jpg image
Traceback (most recent call last):
File "facerecognition.py", line 153, in
clean_shutdown()
TypeError: clean_shutdown() takes exactly 2 arguments (0 given)
i noticed that the mirror opens up a picture box from the camera but then closes and everything remains quiet. Please advice.
The text was updated successfully, but these errors were encountered:
So i finally received my Picam today and wanted to install facial recognition. Followed the instructions, took my photo but at step: python facerecognition.py i received the following error:
['User1', 'User2']
Using FACE_ALGORITM: 1
Loading training data...
Training data loaded!
No windowing system, writing face.jpg image
Traceback (most recent call last):
File "facerecognition.py", line 153, in
clean_shutdown()
TypeError: clean_shutdown() takes exactly 2 arguments (0 given)
i noticed that the mirror opens up a picture box from the camera but then closes and everything remains quiet. Please advice.
The text was updated successfully, but these errors were encountered: