Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: Detecting swipe movements

by RonW (Parson)
on May 16, 2014 at 17:30 UTC ( [id://1086365]=note: print w/replies, xml ) Need Help??


in reply to Detecting swipe movements

If it's acceptable to require button press/release, then the user presses the button before starting the swipe, then releases it at the end of the swipe. Then you compare the start and end positions. The axis with the largest change in position, and its direction, is your swipe. Example, from 1,4 to 20,100 is an up swipe.

This would be like swiping on a virtual touch screen. the button press being like your finger contacting the screen, and the release being like your finger lifting off the screen.

Otherwise, you could try filtering out "swipes" shorter than some threshold, then "decode" the remaining (large) swipes the same as above.

You will need to experiment to determine the threshold.

It is possible to devise an adaptive algorithm for distinguishing random hand movement from intentional swipes by tracking the largest "small" movement over a sliding wondow window of a few minutes, then accepting a movement significantly larger as a control swipe. Again, you will have to experiment.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1086365]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-24 15:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found