nkwangyh / OpenNI2

OpenNI2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

OpenNI2

License:Apache License 2.0


Languages

Language:C++ 63.2%Language:C 30.0%Language:Shell 3.1%Language:Makefile 1.2%Language:Python 0.9%Language:Java 0.8%Language:Objective-C 0.7%Language:M4 0.1%Language:Batchfile 0.0%