GithubHelp home page GithubHelp logo

openni_windows's Introduction

README

This README is for the user who

  • Want to develop application with LIPS 3D depth camera.
  • Already has a LIPS camera module on hand.
  • The target platform is Windows
  • Develop application with OpenNI 1.5

If you don't have one and are interesting with it, please contact with us by e-mail [email protected]

System Requirements

  • Windows 7 or later

Install Visual C++ Redistributable for Visual Studio 2012

Install LIPS 3D depth camera SDK

Download LIPS Sample Code

Install GIT

  • Please refer Git-SCM to install Git client for Windows platform.

Clone sample code

Clone the project in a git-bash console. (or GIT GUI client depends on you)

git clone https://github.com/lips-hci/openni_windows.git LIPS_Sample

Build Samples

NiRecorder
  • Launch Visual Studio IDE by clicking NiRecorder\NiRecorder.sln.
  • The example is created with Visual Studio 2012. You might be hinted that Visual Studio would like to update some files to adapt the new tool set if your Visual Studio version is higher than Visual Studio 2012.
NiSimpleViewer
  • Install OpenCV 2.4.11 (or later). (Refer [OpenCV.org] (http://opencv.org/downloads.html) ). Assume you downloaded and extracted to C:\opencv
  • Launch Visual Studio IDE by clicking NiSimpleViewer\NiSimpleViewer.sln.
  • The example is created with Visual Studio 2012. You might be hinted that Visual Studio would like to update some files to adapt the new tool set if your Visual Studio version is higher than Visual Studio 2012.

Build your own application

You can base the samples we provided to develop your own application. What you need to know to create a new project are:

  • After the new project was created, you should add OpenNI headers and library path in project configuration property. That is,
  1. Right click the project in Solution Explorer and choose Properties

  2. Expand "VC++ Directories", add "C:\Program Files\OpenNI\Include" to "Include Directories" and add "C:\Program Files\OpenNI\Lib64" to "Library Directories"

  3. If you are developing a 32-bit application in a 64-bit machine, the paths might modified to "C:\Program Files (x86)\OpenNI\Include" and "C:\Program Files (x86)\OpenNI\Lib"

  4. If you are developing a 32-bit application in a native 32-bit machine, the paths might modified to "C:\Program Files\OpenNI\Include" and "C:\Program Files\OpenNI\Lib"

  5. Then, expand "Linker" in "Configuration Properties", add "openNI64.lib" to "Input->Additional Dependencies". (Or "openNI.lib" if you are developing a 32-bit application"

openni_windows's People

Contributors

timcheng-lips-hci avatar alucardlu avatar alenchen avatar

Stargazers

Cheng Shao You avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.