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 - customize your mirror for every user!

    Scheduled Pinned Locked Moved Troubleshooting
    215 Posts 55 Posters 520.3k Views 57 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.
    • Wilco89W Offline
      Wilco89 @KirAsh4
      last edited by

      @KirAsh4 in my coding cave it’s a bit dark :P and totally not the same condition as the kitchen (the place to hang the mirror)

      1 Reply Last reply Reply Quote 0
      • KirAsh4K Offline
        KirAsh4 Moderator
        last edited by

        In that case, you need to go up to the kitchen to grab a beer … and do the training. :)

        A Life? Cool! Where can I download one of those from?

        1 Reply Last reply Reply Quote 0
        • Wilco89W Offline
          Wilco89
          last edited by

          then the mirror will only recognize when i’m in the kitchen with a beer:P

          first off all we need to fix @paviro his PIR Sensor module. When everything is working I can/will create the case and hang it on the wall.
          Otherwise my son will destroy it tomorrow morning or my grumpy old cat will play with the cables.

          1 Reply Last reply Reply Quote 0
          • KirAsh4K Offline
            KirAsh4 Moderator
            last edited by

            PIR Sensor module doesn’t work? I don’t know, I don’t have one … never tried it.

            A Life? Cool! Where can I download one of those from?

            1 Reply Last reply Reply Quote 0
            • Wilco89W Offline
              Wilco89
              last edited by

              When activate it gives a whit screen before startup of the mirror.

              1 Reply Last reply Reply Quote 0
              • KirAsh4K Offline
                KirAsh4 Moderator
                last edited by

                Oh cool, special effects courtesy the PIR sensor … love it. :)

                Maybe @paviro should set a delay before activating the sensor reading. I assume that’s wha tit does, like I said, I don’t have a PIR sensor to play with … figured there are enough folks out there doing that already. :)

                A Life? Cool! Where can I download one of those from?

                1 Reply Last reply Reply Quote 0
                • Wilco89W Offline
                  Wilco89
                  last edited by

                  don’t even got to the MM, after the automatic stat of MM the screen is just white :P

                  But when @paviro has some time he will defintly look into it.

                  oder ist das schwierig @paviro ?

                  paviroP 1 Reply Last reply Reply Quote 0
                  • KirAsh4K Offline
                    KirAsh4 Moderator
                    last edited by

                    Yeah, I don’t know that module, or where it’s actually failing. But I can imagine if MM is initializing and the sensor is also doing something, things can go wrong. That’s why I suggested a delay.

                    The touch sensor I’m playing with has a built-in 4 seconds delay before it becomes active, then it spends 5 to (no more than) 10 seconds calibrating itself. So plenty of time for MM to start up completely before the sensor starts “talking” to the rpi.

                    A Life? Cool! Where can I download one of those from?

                    1 Reply Last reply Reply Quote 0
                    • paviroP Offline
                      paviro @Wilco89
                      last edited by

                      @Wilco89 No will do but I have so much stuff on my hand at the moment… Moving to Berlin in August etc…

                      We're all stories in the end. Just make it a good one, eh?

                      – The Doctor

                      1 Reply Last reply Reply Quote 0
                      • Wilco89W Offline
                        Wilco89
                        last edited by

                        @paviro wir warten noch ein Moment. Viel Spaß im Berlin.

                        I hope everything is going well with the move to Berlin. So everybody will be happy in a few weeks.

                        1 Reply Last reply Reply Quote 0
                        • X Offline
                          xdker
                          last edited by paviro

                          why?

                          ^CTraceback (most recent call last):
                            File "capture.py", line 35, in <module>
                              capture.capture()
                            File "/home/pi/MagicMirror/MMM-Facial-Recognition-Tools/facetrainer/lib/capture.py", line 53, in capture
                              if is_letter_input('c'):
                            File "/home/pi/MagicMirror/MMM-Facial-Recognition-Tools/facetrainer/lib/capture.py", line 23, in is_letter_input
                              input_char = raw_input()
                          KeyboardInterrupt
                          

                          Note from admin: Please use Markdown on shell snippets!

                          1 Reply Last reply Reply Quote 0
                          • X Offline
                            xdker
                            last edited by paviro

                            This post is deleted!
                            1 Reply Last reply Reply Quote 0
                            • paviroP Offline
                              paviro
                              last edited by

                              Looks like you terminated the process by pressing ctrl-C or strg-C, just press c and then enter and no other key with the c.

                              We're all stories in the end. Just make it a good one, eh?

                              – The Doctor

                              X 1 Reply Last reply Reply Quote 0
                              • X Offline
                                xdker @paviro
                                last edited by xdker

                                @paviro
                                Oh sorry, I’m sorry I didn’t notice.
                                But there are the following tips.
                                where is capture.pgm not in the name of the folder.

                                Could not detect single face!  Check the image in capture.pgm to see what was captured and try again with only one face visible.
                                
                                1 Reply Last reply Reply Quote 0
                                • P Offline
                                  plumcraft
                                  last edited by

                                  Hi everyone,

                                  I have the same issue.


                                  What do you want to do?
                                  [1] Capture training images from webcam
                                  [2] Convert ‘*.jpg’ pictures from other cameras to training images
                                  –> 1

                                  Enter the name of the person you want to capture or convert images for.
                                  –> olifier
                                  Images will be placed in ./training_data/olifier


                                  Starting process…

                                  Capturing positive training images.
                                  Type c (and press enter) to capture an image.
                                  Press Ctrl-C to quit.

                                  c
                                  Capturing image…
                                  Could not detect single face! Check the image in capture.pgm to see what was captured and try again with only one face visible.

                                  Thanks a lot

                                  S 1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sarthak18593 @plumcraft
                                    last edited by

                                    @plumcraft Are you using the Pi camera module or a usb webcam ?

                                    P 1 Reply Last reply Reply Quote 0
                                    • P Offline
                                      plumcraft @sarthak18593
                                      last edited by

                                      @sarthak18593

                                      I’m using the pi camera module. It’s correctly enable from the raspi config tool.

                                      1 Reply Last reply Reply Quote 0
                                      • P Offline
                                        plumcraft
                                        last edited by

                                        I’ve tried to capture an image from my pi camera with :

                                        pi@pi:~ $ raspistill -o output.jpg

                                        the raspistill tool hang…

                                        The pi camera might be broken ? someone got the same issue ?

                                        Do you have any good usb webcam compatible with raspberry pi 3 and opencv ? I would like to use the MMM Face recognition module…

                                        Thanks

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          plumcraft
                                          last edited by

                                          After retrying couple of times to make it work, it looks like the issue was coming the raspbian distribution or python package issue.

                                          After reflashing my sd card with a fresh raspbian image, my camera works…

                                          1 Reply Last reply Reply Quote 1
                                          • B Offline
                                            bobbob601
                                            last edited by

                                            This post is deleted!
                                            1 Reply Last reply Reply Quote 0

                                            Hello! It looks like you're interested in this conversation, but you don't have an account yet.

                                            Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

                                            With your input, this post could be even better 💗

                                            Register Login
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 3 / 11
                                            • 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