MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    1. Home
    2. mraeymaekers
    3. Posts
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.
    M
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Facial Recognition Module - Step by Step Guide

      @sdetweil
      This fix worked! Thank you.

      My error message:

      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

      Steps to fix:

      cd ~/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/
      nano config.py

      go to line 15 … I commented out the original line and added a line with ‘,mv2’ removed.

      #(CV_MAJOR_VER, CV_MINOR_VER, mv1, mv2) = cv2.version.split(“.”)
      (CV_MAJOR_VER, CV_MINOR_VER, mv1) = cv2.version.split(“.”)

      posted in Troubleshooting
      M
      mraeymaekers
    • RE: MMM-Facial-Recognition-Tools & PiCam

      sudo pip install picamera

      posted in Troubleshooting
      M
      mraeymaekers
    • 1 / 1