I would like to write my own gesture using PrimeSense NITE C# wrapper. Say for instance zoom gesture where using both my hands I will be able zoomin or zoom out of the picture. I know how to detect zoom, basically I am seeing if both the hands are raised, checking the distance between both the hands and scaling up/down the image proportionately.

But I would like to know what is the standard way of writing new gestures? Say I would like to write class as ZoomDetector.cs (in the lines of SwipeDetector.cs), have an event for ZoomDetected and ZoomEventArgs. I guess I have to inherit PointControl class. What more? Can anyone shed some light on it.

Also how to detect the primary users i.e the user who initiated the session? I am using wave to start a session. If I use in built gestures like swipe, only the person who started the session is able to swipe. The app rejects the swipes of others. How to do this if we write our own gestures? The zoom gesture I wrote is failing when 2 or more users are standing in front of the camera. I would like the zoom event fire only for the primarypoint or person whose hand started the session.

link|improve this question

60% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.