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

    Topics

    • N

      Face Recognition. How many images are too many?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Troubleshooting
      1
      0 Votes
      1 Posts
      587 Views
      N
      I’m running on an RPi 3b and have 4 users. Each user has just under 100 pictures that were used to train the mirror. Giving a total of about 350 images. I have my own module that if the user is recognized it plays a video. (Classic Disney “Mirror Mirror on the wall” type module) How many images are you using for your recognition file?
    • N

      PM2 Alternative

      Watching Ignoring Scheduled Pinned Locked Moved General Discussion
      5
      0 Votes
      5 Posts
      4k Views
      R
      Hi…i was also facing the same issue. So as per my experience you should try one in /home/pi/.config/lxsession/LDXE/autostart but that did not work either. Various googling says the proper way of autostarting scripts in Jessie is systemd but it is overly complicated.
    • N

      Facial Recognition I want it to react to any face in front of the mirror

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      919 Views
      N
      Facial Recognition I wrote (with lots of help) a show video module which shows a video after a specific face is recognized. I would like to show a video if openCV recognizes any human standing in front of the camera. Also does anyone know the upper and lower values for the 3 algorithms? I’m having a very hard time recognizing individuals where the pictures used in training were taken with any camera other than the picam connected to the pi. I have no problems creating the XML file but when I run the test progran it doesn’t recognize the individuals whose face images were taken with the other cameras
    • N

      Random video player based on facial recognition ID

      Watching Ignoring Scheduled Pinned Locked Moved Entertainment
      1
      1 Votes
      1 Posts
      2k Views
      N
      Available on github https://github.com/Nuckinfutz/MM-random-video-player.git
    • N

      Custom video module need help debugging

      Watching Ignoring Scheduled Pinned Locked Moved Troubleshooting
      1
      0 Votes
      1 Posts
      1k Views
      N
      I wrote a module to display a random video based on the successful evaluation of the FacialRecognition module… It executes without any obvious errors but only the following output appears on the mirror. // helloworld //module_0_helloworld I modified the hellowworld module as follows Module.register("helloworld",{ #!/usr/bin/env python import os, random def rndvid (): randomfile = random.choice(os.listdir("/home/pi/Videos")) file = ' /home/pi/Videos/'+ randomfile os.system ('omxplayer' + file) rndvid () } }); I would love som help
    • N

      Simple random video player?

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      1
      0 Votes
      1 Posts
      1k Views
      N
      Looking to play a random video based on user logged in. This is for a true Disney type of magic mirror for a little girl. All the code examples I seem to find are way to complicated. There will be 10 videos and I would like them to play randomly when she looks in the mirror.
    • N

      Face recognition and then play a random video

      Watching Ignoring Scheduled Pinned Locked Moved Requests
      8
      0 Votes
      8 Posts
      4k Views
      N
      https://github.com/Nuckinfutz/MM-random-video-player
    • 1 / 1