I tried installing MM on tinker board and installed face recognition module but it fails at the point when facial recognition(using opencv) starts, suddenly shuts down the system(i.e tinker board)
Cause of this issue is yet not identified.
Any help on this will be appreciated
A New Chapter for MagicMirror: The Community Takes the Lead
Read the statement by Michael Teeuw here.
Read the statement by Michael Teeuw here.
A
Latest posts made by avinash
-
MagicMirror on ASUS Tinker board
-
RE: Facial Recognition - customize your mirror for every user!
@salamures said in Facial Recognition - customize your mirror for every user!:
Hi there, maybe someone is able to help me out.
I am trying to run capture.py but getting this ErrorTraceback (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: not enough values to unpack (expected 4, got 3)
I am also facing the same issue. Any effort to resolve it will be appreciated.