Kinect2BodyToMongoDB Version 1.1 Brief Description
What it does: Retrieve data from MS Kinect v2 sensor and store the time series body stream data to MongoDB 3.6 Time series body data inserted to MongoDB:
- Joints
- Jointorientations
- Hands
- Lean
Develop Environment: Visual Studio 2015 Enterprise on Win10, MongoDB 3.6 on Ubuntu 16.04 LTS
C# MongoDB Driver: mongo-C#-Driver-2.7.3 https://mongodb.github.io/mongo-csharp-driver/
Limitations:
- Without audio data.
- If want to keep the raw data, it needs to record the raw data then play the raw data for inserting into MongoDB.