Dual Kinect Software

Code for acquiring joints' motion data of two persons using two Kinect sensors

 
The code contains 4 major procedures:
  1. Playback of .xef files that were created by KinectStudio and save joints motion data as JSON files to the disk. This includes time synchronization of the timeseries and smoothing. 
  2. Extracting two spatial transformations that allow to bring the data into a global coordinate system.
  3. Transforming the data into the global coordinate system.
  4. Storing the processed data into .csv files.
 
The code is written in C#, mostly as Visual Studio .sln files.
 

Body movement raw data

The processed data as .csv files, which we used in our analyses, are available on the Dryad data base (in process).