jawaff / KinectController

Control your computer using your body. The KinectController turns the Kinect into a controller that allows configurable actions to be emulated when configurable gestures are triggered by the user.
0 stars 0 forks source link

Which is faster when used with Esper bean identification? #35

Open jawaff opened 8 years ago

jawaff commented 8 years ago

An Esper pattern as you might know is able to filter out the event beans so that only the beans of interest are relevant.

This pattern uses the jointId's of the 3 relevant joints that the event bean gets its data from on the user's skeleton.

It's also possible to have some sort of hash as the identifier. The program already uses hashes to determine if there are duplicate event beans loaded up into the ControllerState class.

The question really is, which one of these options is faster? Esper needs to be able to detect gestures as possible in its detection since this program is interactive. I don't want to be the bottleneck, but it'll probably happen.