A windows application to store all the data streams from Kinect V2 sensor to your SSD.
- Table of Contents
- About The Project
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Author
- Acknowledgements
Kinect Data Recorder Allows Storage and Visualization of all available Kinect V2 Streams to your computer for later use. It also has UI where you can visualize all the steams in realtime.
Run the project in visual studio community edition in debugging mode.
Microsoft Visual Studio Community Edition
.Net 4.5
Kinect V2 Sensor
Laptop/ Desktop with SSD preffered
- Select the streams you wish to record in "Stream Settings"
- Hit the record button in the UI, the data will be stored in C:/temp/
- If you want to record for specific time, check the "specify recording time" options and a text box will appear, enter your desired time in seconds.
This project is concluded and is no longer in development. The V1 was released in 2015 (check KinectDataRecorderV1 branch). V2 was release in 2021, it includes UI overhaul, accessibility improvements and performance improvements.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Project Link: https://github.com/trivedip/KinectDataRecorder
- Priyank Trivedi - Main Author & Developer
- Best-README-Template
- Patrick Ring (Helped in adding multi-threading in V1)