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

    Posts

    Recent Best Controversial
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @boppersnr said in MMM-Face-Reco-DNN - All new Face Recognition:

      uld like to see what the camera sees on the screen in Magic Mirror. So I can see the display and the little green boxes with the names of the faces it recognises. Do you know what I would need to do to display the camera frame with the facial recognition code running the scans/outputs on screen?

      This feature is not implemented, sorry. Maybe create a ticket in github?

      posted in Utilities
      nischiN
      nischi
    • RE: Face recognition help

      @Blauenfeldt

      Yes thats possible, you need to work with the classes as i wrote in the documentation.

      {
          module: 'clock',
          position: 'top_left',
          //Set your classes here seperated by a space.
          //Shown for all users
          classes: 'default everyone'
      },
      {
          module: 'example_module2',
          position: 'top_left',
          //Only shown for name1
          classes: 'thierry james'
      },
      {
          module: 'example_module',
          position: 'top_right',
          //Only shown for name1
          classes: 'james'
      }
      
      posted in Troubleshooting
      nischiN
      nischi
    • RE: MMM-CECControl - Control HDMI with CEC

      @yuyuyu
      I don‘t thinks so, because the CEC Protocol works (as i know) only with a HDMI Connected Screen.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Yes i know this issue. i’m currently working on a bugfix. will tell you if i’m done.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Sound a little bit long to me, for me it works faster. But it took a while until they are startet. Do you use default settings?

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Thanks for your solution. Usually it’s because the link for cv2 is to the wrong python Version.
      Happy to hear that it works.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      Yes you need to use one of the Face Reco Module that this works. Better my new Module ;) it’s much more accurate.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz
      You can use my other Module https://github.com/nischi/MMM-MotionControl to control TV with my Face Reco Module. It communicate with Notifications and is not using an own Camera Stream.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @ChrizZz

      Yes its the newest version of the face reco 😊

      No its not that important that you use a virtual environment, bit with this you can also install different versions on the same machine. but if you have a virtual environment you need to install all dependencies ther, dlib and face reco too.

      posted in Utilities
      nischiN
      nischi
    • RE: MMM-Face-Reco-DNN - All new Face Recognition

      @Ivanov_d Thanks a lot, glad to hear that.

      posted in Utilities
      nischiN
      nischi
    • 1 / 1