A simple data capture app using the Kinect, based on Smithers.
- Visualization of color, depth, infrared, skeleton, and body index
- Capture a shot at the click of a button
- Compress captured shots into a 7zip archive
- Install Visual Studio 2017 Community Edition.
- Install the Kinect SDK.
- Clone the repository, go to its root, and update the submodule using the following command:
git submodule update --init --recursive
- Open Visual Studio and build the solution. The app will automatically install all the remaining dependencies.
Monocle is licensed under the two-clause BSD license.
Monocle uses 7z.dll, which is part of the 7-Zip program, licensed under the GNU LGPL license. You can obtain the source code from www.7-zip.org.