I'm working on swipe gesture recognition for my website.
So, i downloaded sample code of reveal.js from here . And i used sample demo of this code, but it's not detecting my hand proper in sometime.
Is there problem in my webcam? or
code does have slow response? or
Is there any other library available for this?
2
votes
Consider trying to explain what you have tried and providing code samples instead of just stating it isn't working - no one has any idea what is not working for you...
- PW Kad
Can you please check the demo revealjs.herokuapp.com/#?
- user3558824
So you're saying it only works sometimes. In that GitHub project it states "the algorithms are only about 80% accurate".
- Chris Herring
1 Answers
0
votes
After numerous attempts at finding a highly-compatible library to get the most effective and efficient control of a touch device, I ended up using 'touchSwipe' by 'Ramp Interactive'. You can get it here:
http://labs.rampinteractive.co.uk/touchSwipe/demos/
Of course, considering it is a jQuery library, you will need to also add jQuery library to your project, if you haven't done so already.