MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    Facial Recognition Module - Step by Step Guide

    Scheduled Pinned Locked Moved Troubleshooting
    28 Posts 14 Posters 32.2k Views 22 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M Offline
      MichiMauch @konradwalsh
      last edited by

      Hi @konradwalsh Maybe you have an idea for my problem: https://forum.magicmirror.builders/topic/9055/usb-cam-is-not-recognized-but-works

      thanks very much and greeetings
      michael

      M 1 Reply Last reply Reply Quote 0
      • M Offline
        MichiMauch @MichiMauch
        last edited by

        @michimauch said in Facial Recognition Module - Step by Step Guide:

        Hi @konradwalsh Maybe you have an idea for my problem: https://forum.magicmirror.builders/topic/9055/usb-cam-is-not-recognized-but-works

        thanks very much and greeetings
        michael

        Remember to set the name list environment variable FACE_USERS
        Using default FACE_ALGORITM: 1
        Loading training data...
        mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
        mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
        Exception in thread Thread-1:
        Traceback (most recent call last):
          File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
            self.run()
          File "/home/pi/MagicMirror/modules/MMM-Facial-Recognition-Tools/lib/picam.py", line 27, in run
            with picamera.PiCamera() as camera:
          File "/usr/lib/python2.7/dist-packages/picamera/camera.py", line 431, in __init__
            self._init_camera(camera_num, stereo_mode, stereo_decimate)
          File "/usr/lib/python2.7/dist-packages/picamera/camera.py", line 460, in _init_camera
            "Camera is not enabled. Try running 'sudo raspi-config' "
        PiCameraError: Camera is not enabled. Try running 'sudo raspi-config' and ensure that the camera has been enabled.
        
        Training data loaded!
        OpenCV Error: Assertion failed (scn == 3 || scn == 4) in cvtColor, file /build/opencv-U1UwfN/opencv-2.4.9.1+dfsg1/modules/imgproc/src/color.cpp, line 3737
        Traceback (most recent call last):
          File "facerecognition.py", line 58, in <module>
            image = cv2.cvtColor(frame, cv2.COLOR_RGB2GRAY)
        cv2.error: /build/opencv-U1UwfN/opencv-2.4.9.1+dfsg1/modules/imgproc/src/color.cpp:3737: error: (-215) scn == 3 || scn == 4 in function cvtColor
        
        I 1 Reply Last reply Reply Quote 0
        • P Offline
          paulGu
          last edited by

          @konradwalsh said in Facial Recognition Module - Step by Step Guide:

          trainingFile: ‘modules/MMM-Facial-Recognition/training.xml’,

          I got a issue when i add the facial module. the Facial-tools work fine, it’s seems like python script issues.

          Could anyone help me with this issue ?

          Whoops! There was an uncaught exception…
          TypeError: PythonShell is not a constructor
          at Class.python_start (/home/csc/MagicMirror/modules/MMM-Facial-Recognition/node_helper.js:11:21)
          at Class.socketNotificationReceived (/home/csc/MagicMirror/modules/MMM-Facial-Recognition/node_helper.js:40:14)
          at Socket. (/home/csc/MagicMirror/modules/node_modules/node_helper/index.js:113:11)
          at Socket.emit (events.js:182:13)
          at /home/csc/MagicMirror/node_modules/socket.io/lib/socket.js:528:12
          at process._tickCallback (internal/process/next_tick.js:61:11)
          MagicMirror will not quit, but it might be a good idea to check why this happened. Maybe no internet connection?
          If you think this really is an issue, please open an issue on GitHub: https://github.com/MichMich/MagicMirror/issues
          ^CShutting down server…

          S 1 Reply Last reply Reply Quote 1
          • S Offline
            sumrag @paulGu
            last edited by

            @paulgu Hi I am having the same issue. Were you able to resolve it?

            1 Reply Last reply Reply Quote 0
            • I Offline
              Irfan ali
              last edited by

              I also have same issue can anybody help me

              Whoops! There was an uncaught exception…
              TypeError: PythonShell is not a constructor
              at Class.python_start (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_helper.js:11:21)
              at Class.socketNotificationReceived (/home/pi/MagicMirror/modules/MMM-Facial-Recognition/node_helper.js:40:14)

              1 Reply Last reply Reply Quote 0
              • I Offline
                Irfan ali @MichiMauch
                last edited by

                @MichiMauch Are You using Webcam ?

                A 1 Reply Last reply Reply Quote 0
                • N Offline
                  naktah
                  last edited by

                  specify your user labels in the environment with

                  export FACE_USERS=Alice,Bob,Casey,Doug

                  im not sure what to do with this. do i have to write this in the terminal? because everytime i restart my pi, the facial recognition doesnt recognize my face

                  S 1 Reply Last reply Reply Quote 0
                  • S Offline
                    sdetweil @naktah
                    last edited by

                    @naktah u need to put that in your logon profile

                    Sam

                    How to add modules

                    learning how to use browser developers window for css changes

                    N 1 Reply Last reply Reply Quote 0
                    • N Offline
                      naktah @sdetweil
                      last edited by

                      @sdetweil im not sure how to do that. can you show me how? im pretty much new to this stuff and this issue has been bothering me for days now.

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        Sneek
                        last edited by

                        @naktah after writing the following command in the terminal:

                        python tools.train.py
                        

                        you get some output with the users you have setup (remember the order). Assuming it gives you Alice,Bob,Casey,Doug, then you run this in the terminal:

                        export FACE_USERS=Alice,Bob,Casey,Doug
                        
                        
                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 1 / 3
                        • First post
                          Last post
                        Enjoying MagicMirror? Please consider a donation!
                        MagicMirror created by Michael Teeuw.
                        Forum managed by Sam, technical setup by Karsten.
                        This forum is using NodeBB as its core | Contributors
                        Contact | Privacy Policy