Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS Gesture recognition utilizing accelerometer (and gyroscope)

I would like to detect gestures on an iOS device using the accelerometer and perhaps the gyroscope. The Application should detect movements like drawing a circle or a rectangle in the air. I've found several papers on gesture recognition on iPhones but there is no actual code which I could use. I wonder if there is a library which could assist me in approaching this goal in any way? If not, I have to start building one on my own! :) Thanks in advance! Markus

like image 929
blackforestcowboy Avatar asked Jun 27 '11 22:06

blackforestcowboy


2 Answers

You'll probably have to develop those functions on your own. The built in gesture recognition features are all for touch based events.

like image 57
Dancreek Avatar answered Oct 30 '22 16:10

Dancreek


I related question is here, it may help little.

Beside the paper mentioned there, you might find interesting this paper too, page 363, 5. boundary conditions and page 364. I am curious how DTW works for your application. Good luck anyhow!

like image 31
Ali Avatar answered Oct 30 '22 16:10

Ali