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

    salamures

    @salamures

    0
    Reputation
    450
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    salamures Unfollow Follow

    Latest posts made by salamures

    • RE: Facial Recognition - customize your mirror for every user!

      Got another problem. My picam is not able to open. I am using opencv 3.3.

      Remember to set the name list environment variable FACE_USERS
      Using default FACE_ALGORITM: 1
      Traceback (most recent call last):
      File "facerecognition.py", line 30, in 
      camera = config.get_camera(preview)
      File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/config.py", line 101, in get_camera
      return webcam.OpenCVCapture(device_id=0)
      File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/webcam.py", line 29, in __init__
      self._camera.open()
      TypeError: Required argument 'device' (pos 1) not found
      

      any suggestions?

      posted in Troubleshooting
      S
      salamures
    • RE: Facial Recognition - customize your mirror for every user!

      Are you using OpenCV 3.3? Then i might can help you.

      posted in Troubleshooting
      S
      salamures
    • RE: 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 Error

      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: not enough values to unpack (expected 4, got 3)
      
      posted in Troubleshooting
      S
      salamures