Page 1 of 1
gesture recognition
Posted: 08 Jan 2022, 21:42
by oli_lab
I was thinking : would be great to have a module with XY input that make possible to recognise basic gesture and character.
Any idea what would be a nice and easy lib to use for this ?
Cheers
Olivar
Re: gesture recognition
Posted: 12 Jan 2022, 09:23
by sm_jamieson
Most graphical modules in Usine already have a gesture output pin in the "mouse & gesture" section, which is an array.
I never worked out how to use this, or what it was supposed to do. Probably needs better documentation.
I presume we are talking about modern touchscreen gestures e.g. 2 finger scroll, pinch and zoom, sideswipe etc.
Presumably your suggested module could do the same thing but with an XY input so it can be used anywhere.
Note Usine also has touch pressure - I would think gestures should potentially be 3D, so xyz.
I don't know if you intended to put this in the SDK section, but a way to process mouse input to gestures inside a User Module
would be useful.
Re: gesture recognition
Posted: 12 Jan 2022, 19:51
by oli_lab
the idea is to recognize numbers and letter drawned on a pad
I'll try the gesture output, nether thougth of it, thanx
olivar
Re: gesture recognition
Posted: 13 Jan 2022, 08:15
by senso
it reminds me
https://www.youtube.com/watch?v=VvX7VlZVy40
An old video but you don't need a special library, it is made with a script.
Re: gesture recognition
Posted: 13 Jan 2022, 08:24
by senso
Re: gesture recognition
Posted: 16 Jan 2022, 08:57
by oli_lab
Thanx !