Skip to content

Simple program that reads from Primesense camera using OpenNI2

Notifications You must be signed in to change notification settings

kevinyau92/openni2_primesense_viewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Simple program to demonstrate how to build and read from a Primesense camera using OpenNI2.

Requirements:

First make sure you install OpenNI2 library.

OpenCV is used for displaying the depth and color (RGB) images.
It can installed easily:

```
$ sudo apt install libopencv-dev
```

To compile:

```
$ mkdir build
$ cd build
$ cmake ..
$ make
```

To run, first connect the Primensense camera and then run:

```
$ cd bin
$ ./openni2_primesense_viewer
```

- Ashwin Nanjappa

About

Simple program that reads from Primesense camera using OpenNI2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 94.5%
  • CMake 5.5%