• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.

Gesture recognition

Scheduled Pinned Locked Moved General Discussion
gesture
6 Posts 5 Posters 4.9k Views 5 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.
  • ? Offline
    A Former User
    last edited by Sep 17, 2016, 9:16 PM

    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 Offline
      Sultan91
      last edited by Feb 26, 2017, 1:12 PM

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

      1 Reply Last reply Reply Quote 0
      • B Offline
        Binog
        last edited by Feb 26, 2017, 4:04 PM

        meeee tooo

        1 Reply Last reply Reply Quote 0
        • T Offline
          thobach
          last edited by Feb 26, 2017, 6:05 PM

          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.

          B 1 Reply Last reply Feb 26, 2017, 6:25 PM Reply Quote 1
          • B Offline
            broberg Project Sponsor @thobach
            last edited by Feb 26, 2017, 6:25 PM

            @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 Feb 26, 2017, 7:07 PM Reply Quote 0
            • S Offline
              Sultan91 @broberg
              last edited by Feb 26, 2017, 7:07 PM

              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 Sam, technical setup by Karsten.
              This forum is using NodeBB as its core | Contributors
              Contact | Privacy Policy