Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

K2TrackingDevice Samples (K2API v7.3)

Compare
Choose a tag to compare
@KimihikoAkayasaki KimihikoAkayasaki released this 19 Apr 09:15
· 16 commits to main since this release
39b3601

Deployment

Both build and deployment instructions are available here.

Overview (K2API Devices Docs)

This repository contains sample projects of devices / plugins in terms of Amethyst project.
Each project in the solution is an example of a different possible implementation
of a tracking device (Later referred to as K2TrackingDevice), and an additional one with settings.

You can find a detailed description about every single plugin and device type here.

Briefly, currently supported device types are:

  • Tracking providers:
    • JointsBasis - Provide a vector of named, tracked joints
    • KinectBasis - Provide a fixed array of enumerated, tracked joints
      • Full Character - Provide Joint_Total joints (as many as Kinect V2 does)
      • Simple Character - Provide [ Head, Elbows, Waist, Knees, Ankles, Foot Tips ]
      • Basic Character - Provide [ Head, Waist, Ankles ]
  • Spectator - Only poll data from the app

Please note that KinectBasis types can use automatic calibration, whereas JointsBasis cannot.

Additionally, plugins (devices) can provide their own settings, as described here and shown here.