A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
KV2Body — class, package com.tastenkunst.airkinectv2
The Kinect is capable of tracking up to 6 bodies in parallel (BODY_COUNT). Every KV2Body object consists of 25 joints, hand states and a color. It will also return whether a certain trained gesture was tracked (GBD/GBA files). (VisualGestureBuilder libraries are not activated in this build, since further testing is needed.)
KV2Code — class, package com.tastenkunst.airkinectv2
Methods of the ANE will return one of these codes.
KV2Config — class, package com.tastenkunst.airkinectv2
Use the KV2Config class to set the data streams you want to retrieve.
KV2Joint — class, package com.tastenkunst.airkinectv2
Every KV2Body has 25 body joints in a Vector. Every KV2Joint has a certain jointType. The const JointType values are mapped to their index in the KV2Body.joints Vector.
KV2Joint(jointType:int) — Constructor, class com.tastenkunst.airkinectv2.KV2Joint
KV2Manager — final class, package com.tastenkunst.airkinectv2
This class provides a small and simple API to the Kinect sensor.
KV2Manager() — Constructor, class com.tastenkunst.airkinectv2.KV2Manager
Initializes internal data structures.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z