Skip to content

Simple program to read depth and color images from Kinect v2 (Xbox One) and display them using OpenCV

License

Notifications You must be signed in to change notification settings

ashwin/kinectv2_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple program to read the depth and color frames from a Kinect v2 camera
and display them using OpenCV.

Requirements:

* Kinect SDK 2.0
* OpenCV 3.x

Please modify CMakeLists.txt with the include and library paths of the above
libraries on your computer.

To compile:

```
$ mkdir build
$ cd build
$ cmake-gui ..
```

Choose the Visual Studio version you have and generate the .sln file for it.


- Ashwin Nanjappa

About

Simple program to read depth and color images from Kinect v2 (Xbox One) and display them using OpenCV

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages