Skip to content

AhmedDeif/KinectOpenCVModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KinectOpenCVModule

Kinect OpenCV Modules are used to obtain color and depth frame data from Kinect sensors and display them in cv::Mat. Kinect V1 module supports both RGB and depth streams. Kinect V2 module supports only RGB streams.

##Prerequisites:

###Setting enviroment variables: The Following enviroment variables must be set correctly for cmake to build the project. Note that the two projects are seprate, one for each kinect device version.

  • KINECTSDK20_DIR
  • KINECTSDK10_DIR
  • OpenCV_DIR
  • OpenCV_INCLUDE_DIRS
  • OpenCV_LIBS

###To build either project:

  1. Start Cmake GUI.
  2. Choose source folder.
  3. Create seperate folder to contain build files.
  4. Configure then generate. Set the start up project to KinectV1Module OR KinectV2Module then run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published