Software Archive
Read-only legacy content
17061 Discussions

Gesture Recognition

PowerMan_T_
Beginner
780 Views

Hi Guys,

Is there a difference in coding the dynamic gestures vs. static. I set EnableAllGesture(). The "swipe" "wave" gestures are not being recognized. All the other gestures work fine. 

I didn't see anything specified in the reference manual

Thanks

0 Kudos
4 Replies
Colleen_C_Intel
Employee
780 Views
Be sure to use the wave and swipes as defined in the SDK (see UX guide). In R1, Swipes are called from the Touchless Controller. Wave and swipe shouldn't be used at the same time (easily confused). Best to only enable the gestures you will use and not use enable all except for testing.
0 Kudos
HexLord
Beginner
780 Views

Hi,

I enabled the swipe gesture but it always detects two swipe gestures  at once.

Is there a way to slow it down?

 

Thanks,

Shaleen

0 Kudos
Carles_V_
Beginner
780 Views

You can do it yourself using a timer.

 

0 Kudos
Colleen_C_Intel
Employee
780 Views

Is it detecting left and right together or two of the same direction?

The swipe is more a slow waving of the fingers (from pointing at the camera to pointing to the middle of the body area.

0 Kudos
Reply