MMM-Facial-Recognition-Tools
MMM-Facial-Recognition-Tools copied to clipboard
errors running capture.py
Followed the instructions, All pre-req's are installed: When I run capture.py I get these messages:
python capture.py
Traceback (most recent call last):
File "capture.py", line 18, in
What am I missing?
Honestly, this code doesn't work well and there are many better face recognition platforms than the OpenCV module that this uses. This modules is no longer supported see https://github.com/paviro/MMM-Facial-Recognition-Tools#depreciated
If you insist on trying this code... I would guess that the OpenCV version is not what the code expects. You could print out cv2.version and debug from there
maybe this pull request fixes it?
https://github.com/paviro/MMM-Facial-Recognition-Tools/pull/26