Hi there.
A few days ago I startet my MagicMirror Project. So far its been gooing great, but now I want to insert facial recognition to trigger modules, I dont seem to get it work.
I’ve done the training and it seemed to have worked, but when I try testing my results by python facerecognition.py
, I’ll get the following error and I have no idea, how to fix it.
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 <module>
clean_shutdown()
TypeError: clean_shutdown() takes exactly 2 arguments (0 given)
I am very new to linux, so please bear with me. I will try and provide any needed information.
Setup:
raspberry pi 3 b+
RPI JT CAM P50
Raspbian Stretch with desktop
I thank all of you in advance.
Kind regards.
Toexelchen