5 ms·
Gesture Control in JS using Webcam
- ShirsenduK 13y agoFor SlideShare lovers, you have http://shirsenduk.github.io/SlideShareHandsFree/ http://shirsenduk.github.io/SlideShareHandsFree/
- sturob 13y agoThere's a bit of confusion on the slides. Mixing up getUserMedia with WebRTC.
- okal 13y agoDoesn't work for me :( The webcam was clearly on, and it was taking microphone input.
- reion 13y agoReally hard to navigate. I gave up.
- patrickaljord 13y agoVery impressive. Well done!
- motdiem 13y agoImpressive. I've found that shaking my head was more effective for controlling the slides - but it gives a weird effect...
- chib 13y agoDidn't work very well. May be the quality of the webcam though
- hdragomir 13y agoThis blew my mind. It's weird how scrolling forward from your right to your left is more easily detected than scrolling backwards from your left to your right, but it's an amazing proof of concept.
- franze 13y agoi presented this a few weeks ago at the viennajs meetup http://miniqr.com/onsnap.r http://miniqr.com/onsnap.r audiocontrol your presentation
- richbradshaw 13y agoThis is pretty amazing – seems to just work. Probably quite dependant on the webcam though. Remember to move your hand above/below the screen before swiping else you'll swipe back and forwards all the time!
- mistercow 13y agoAlternatively, you can move your hand back fast enough for it not to register.
- cateye 13y agoI couldn't get a gesture recognised with my MacBook Air. (Maybe the lighting is a little bad with a window behind me.)
- DiabloD3 13y agoFor a proof of concept, this is pretty amazing.
- kmfrk 13y agoAfter Leap Motion, I've been very giddy to see where we will soon be in terms of parsing sign language in front of a webcamera. Hopefully someone finds a financial incentive to pursue that venture. Maybe there's a Duolingo-like idea waiting to be taken advantage of.
- noiv 13y agoSeems to depend on proper skin detection, which can work out of the box if the light is right. Au contraire js-aruco needs preparation, but has some nice 3D capabilities.
- lucian1900 13y agoIt's very impressive that this works at all, although it's extremely inaccurate for me.
- kohanz 13y agoMy thoughts exactly. Not very usable, but I'm still impressed.
- legierski 13y agoThis reminds me Minority Report interface scene.
- train_robber 13y agoJust saw something similar done by my local tourism department a few weeks back. Got good press here. http://when-it-rains.com/ http://when-it-rains.com/
- philhippus 13y agoI sometimes use this http://www.cameramouse.org/ http://www.cameramouse.org/ when both my hands are too cramped to hold the mouse any more. I also find it fun to play with.
- functino 13y agoLooks cool! I once tried something similar and released it as a reveal.js plugin: https://github.com/functino/reveal.js-wave-plugin https://github.com/functino/reveal.js-wave-plugin But I just used the WebcamSwiper-Lib. Maybe you could try to package it as a Plugin too - so there would be no need for a fork.
- kubov 13y agoI really don't get the comparison to Kinect at the beginning, since this is _just_ a simple motion detector and the only fun thing is the execution environment.