MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord

    Gesture recognition

    General Discussion
    gesture
    5
    6
    4353
    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.
    • ?
      A Former User last edited by

      Hey everyone,

      I built a gesture recognition library that I think would be perfect to integrate into this. It uses a detection algorithm that on the RPi I think we could tune to run at 10-15 FPS for 3-5 meters away. It currently recognizes 3 gestures and it can do tracking, so following your palm around.

      It’s a bit messy right now and has a dependency on opencv but is anyone interested in having this integrated? Could be cool to having a touchless component

      The beta is up on gesture.ai

      1 Reply Last reply Reply Quote 3
      • S
        Sultan91 last edited by

        Yes I’m really interested! Do not know why nobody replied(

        1 Reply Last reply Reply Quote 0
        • B
          Binog last edited by

          meeee tooo

          1 Reply Last reply Reply Quote 0
          • T
            thobach last edited by

            I also built a gesture detection module using infrared sensors:
            https://github.com/thobach/MMM-Gestures
            It requires an Arduino and two infrared sensors for detecting presence and up, down, left, right, close and far hand gestures.
            It can be used to turn the mirror into sleep mode when its not used, shows compliments when you stand in front of it and allows to scroll through the news ticker and view more news details incl. the full news article.

            broberg 1 Reply Last reply Reply Quote 1
            • broberg
              broberg Project Sponsor @thobach last edited by

              @thobach have you tried skipping the Arduino and just connecting the sparkfun apds gesture breakout board directly to the i2c ports of the raspberry?

              I have it working with wiringpi but I’m thinking of having it work with node directly via i2c for node (https://www.npmjs.com/package/i2c) and then adapting this module for node : https://github.com/jiahuang/apds-gesture

              I have no clue how to do it, and if it will even work with the MM and electron.
              What do you think?

              S 1 Reply Last reply Reply Quote 0
              • S
                Sultan91 @broberg last edited by

                Have you used MMM-Swipe module. It uses two ultrasonic sensors to detectr right and left motions, I found it quite easy and straightforward

                1 Reply Last reply Reply Quote 0
                • 1 / 1
                • First post
                  Last post
                Enjoying MagicMirror? Please consider a donation!
                MagicMirror created by Michael Teeuw.
                Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
                This forum is using NodeBB as its core | Contributors
                Contact | Privacy Policy