https://github.com/prasunroy/kinect-toolbox
:large_orange_diamond: Kinect data acquisition and visualization toolbox for Windows.
https://github.com/prasunroy/kinect-toolbox
data-acquisition data-visualization depth-camera kinect
Last synced: 7 months ago
JSON representation
:large_orange_diamond: Kinect data acquisition and visualization toolbox for Windows.
- Host: GitHub
- URL: https://github.com/prasunroy/kinect-toolbox
- Owner: prasunroy
- License: mit
- Created: 2018-05-02T16:30:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-30T09:40:17.000Z (over 1 year ago)
- Last Synced: 2024-04-30T11:16:32.381Z (over 1 year ago)
- Topics: data-acquisition, data-visualization, depth-camera, kinect
- Language: Python
- Homepage:
- Size: 1.49 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kinect Toolbox
**Kinect data acquisition and visualization toolbox for Windows.**
## 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](https://developer.microsoft.com/en-us/windows/kinect).
#### Step 2: Install Kinect for Windows SDK 2.0 from the [official website](https://developer.microsoft.com/en-us/windows/kinect)
#### Step 3: Install Python>Note: Kinect Toolbox is compatible with both [Python 2.7](https://www.python.org/downloads/windows) and [Python 3.5+](https://www.python.org/downloads/windows). 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](https://github.com/prasunroy/kinect-toolbox/raw/master/assets/anim.gif) is obtained from [Reddit](https://i.redd.it/ounq1mw5kdxy.gif).
>[Git Logo](https://github.com/prasunroy/kinect-toolbox/raw/master/assets/button_repo.png) is designed by [Jason Long](https://github.com/jasonlong) made available under [Creative Commons Attribution 3.0 Unported License](https://creativecommons.org/licenses/by/3.0/deed.en).
## License
MIT LicenseCopyright (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** :heart: **and GitHub**