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.
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
import lib.capture as capture
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 21, in
from . import config
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 15, in
(CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2) = cv2.version.split(".")
ValueError: need more than 3 values to unpack
What am I missing?
The text was updated successfully, but these errors were encountered:
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
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
import lib.capture as capture
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/capture.py", line 21, in
from . import config
File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 15, in
(CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2) = cv2.version.split(".")
ValueError: need more than 3 values to unpack
What am I missing?
The text was updated successfully, but these errors were encountered: