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 519.8k 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.
    • L Offline
      lepetitnicolas
      last edited by

      Sorry.
      Now, it’s work fine.
      Thank you.

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

        @lepetitnicolas glad it does :)

        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

          Is it also possible to use with the cameramodule of raspberry?

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

            @Wilco89 yup , just set ‘useUSBcam’ to false in the config.js file and also make sure your pi has camera module enabled via the configuration of your pi

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

              @sarthak18593 I could figure it out myself. But i knew some people already working with this module. So they would know that. Only need to activate my camera now.

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

                All things are working @ the moment just have to start the training but it’s a bit dark at the moment, so i will wait until tomorrow.

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

                  Turn on a light? :)

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

                  Wilco89W 1 Reply Last reply Reply Quote 0
                  • 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

                                            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
                                            • 6
                                            • 10
                                            • 11
                                            • 4 / 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