/monocle

A simple data capture app using the Kinect, based on Smithers

Primary LanguageC#BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Monocle

A simple data capture app using the Kinect, based on Smithers.

Features

  • 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

Installation

  1. Install Visual Studio 2017 Community Edition.
  2. Install the Kinect SDK.
  3. Clone the repository, go to its root, and update the submodule using the following command:
    git submodule update --init --recursive
    
  4. Open Visual Studio and build the solution. The app will automatically install all the remaining dependencies.

License

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.