forked from ashwin/openni2_primesense_viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
kevinyau92/openni2_primesense_viewer
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published
Languages
- C++ 94.5%
- CMake 5.5%