Skip to content

🔶 Kinect data acquisition and visualization toolbox for Windows.

License

Notifications You must be signed in to change notification settings

prasunroy/kinect-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kinect Toolbox

Kinect data acquisition and visualization toolbox for Windows.

badge badge

Installation

Step 1: Setup hardware

Note: Kinect Toolbox requires second-generation Kinect v2 sensor for data acquisition. For more information on Kinect sensor refer to the official website.

Step 2: Install Kinect for Windows SDK 2.0 from the official website

Step 3: Install Python

Note: Kinect Toolbox is compatible with both Python 2.7 and Python 3.5+. However Python 3.5+ is recommended over Python 2.7 for easier installation of dependencies in the following step.

Step 4: Install dependencies

pip install matplotlib numpy pandas pygame pyqt5
pip install git+https://github.com/Kinect/PyKinect2.git

Note: For Python 2.7 PyQt5 needs to be configured and built manually from the source.

Step 5: Clone repository and launch application

git clone https://github.com/prasunroy/kinect-toolbox.git
cd kinect-toolbox
python app.py

References

GUI animation is obtained from Reddit.

Git Logo is designed by Jason Long made available under Creative Commons Attribution 3.0 Unported License.

License

MIT License

Copyright (c) 2018 Prasun Roy

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.



Made with ❤️ and GitHub

About

🔶 Kinect data acquisition and visualization toolbox for Windows.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages