Skip to content

jolting/OpenNI2

This branch is 1 commit ahead of, 1 commit behind structureio/OpenNI2:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

73b819e · Feb 16, 2016
Jun 8, 2013
Nov 12, 2013
Nov 12, 2013
Jun 8, 2013
Aug 19, 2015
Feb 16, 2016
Jun 8, 2013
Dec 20, 2012
Feb 17, 2013
Feb 7, 2013
Jun 8, 2013
Dec 20, 2012
May 17, 2014
Nov 12, 2013
May 30, 2013
May 12, 2015
Nov 12, 2013

Repository files navigation

OpenNI

http://structure.io/openni

Develop branch

The latest ongoing development is currently being done in the develop branch. Refer to README and ReleasesNotes in the develop branch for up to date build instructions.

Contributing

Pull requests that do not apply cleanly on top of the develop branch head will be rejected.

Other than that, sensible and meaningful contributions are very welcome!

Building Prerequisites

Windows

Linux

Android

Building

Building on Windows:

Open the solution OpenNI.sln

Building on Linux:

Run:

make

Cross-Compiling for ARM on Linux

The following environment variables should be defined:

  • ARM_CXX=path-to-cross-compilation-g++
  • ARM_STAGING=path-to-cross-compilation-staging-dir

Then, run:

PLATFORM=Arm make

Creating OpenNI2 packages

  • Go into the directory Packaging

  • Run:

    ReleaseVersion.py [x86|x64|arm|android]
    
  • The installer will be placed in the Final directory

Packages

No packages published

Languages

  • C++ 57.9%
  • C 36.2%
  • Shell 3.1%
  • Python 0.9%
  • Java 0.9%
  • Objective-C 0.7%
  • Other 0.3%