Skip to content

mlisicki/DCL_CameraNUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DCL_CameraNUI - DisCODe Component Library

Description

Provides communication with Kinect sensor.

Available parameters:

  • can be set to 'freenect' (default) or 'opencv'

  • <depth_mode> 'rawMap'(default) - which gives unmodified data and - normalized, disparityMap, dM32f, pointCloud, valid - dM32f states for disparity map 32bit float and valid yields a mask of valid pixels

  • <camera_mode> 'rgb' or 'gray'

  • <skip_stop> prevents kinect from shutdown, which often takes long time and can be omitted for debugging purposes

Example is provided with the code

Dependencies

  • OpenKinect/libfreenect with all its dependencies as described here http://openkinect.org/wiki/Getting_Started

  • OpenCv (tested with version 2.3.1) (compiled with WITH_OPENNI option if you want to aquire signal via OpenCv highgui functions)

  • Check WITH_OPENNI option in cmake accordingly here

Maintainer

Michal Lisicki

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages