Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

ChakshuGupta/KinectV2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KinectV2

3D Point Clouds using Kinect V2

libfreenect2 used to interface with the kinect Point Cloud Library used for getting point cluds from images and visualizing

The Frame grabber functonality is present in the Kinect2Grabber class Build the grabber/Kinect2Grabber as

grabber/Kinect2Grabber-$ mkdir build grabber/Kinect2Grabber-$ cd build && cmake .. grabber/Kinect2Grabber-$ make install

Then build the executable by using the CMakeLists.txt located in the grabber/ directory The executable links to the shared object libkinectgrabber.so generated by building Kinect2Grabber

Run:

grabber -$ sudo ./grabber

About

3D Point Clouds using Kinect V2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.5%
  • C++ 29.5%
  • CMake 3.0%