Skip to content

Records color and depth video from a 3D sensing camera.

License

Notifications You must be signed in to change notification settings

qaisarehman/openni2-recorder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenNI 2 Recorder

Records color and depth video from a 3D sensing camera (like Microsoft Kinect or Asus Xtion Pro). Saves current frames via key s. Resolution and file paths can be changed in config.ini.

Installation

Colored Sphere Tracking depends on:

  • OpenNI 2
  • OpenCV (with OpenNI 2 support, this needs to be enabled in build step)

Colored Sphere Tracking uses CMake for building, therefore run:

  1. mkdir build && cd build
  • cmake ..
  • make

Contribution

OpenNI 2 Recorder follows the ROS C++ Coding Style.

License

OpenNI 2 Recorder is released with a BSD license. For full terms and conditions, see the LICENSE file.

Authors

See AUTHORS.md for a full list of contributors.

About

Records color and depth video from a 3D sensing camera.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 74.2%
  • CMake 25.8%