Skip to content
forked from mp3guy/Logger1

Tool for logging RGB-D data from the Microsoft Kinect and ASUS Xtion Pro Live

License

Notifications You must be signed in to change notification settings

josh-mack/Logger1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Logger1

Tool for logging RGB-D data from the Microsoft Kinect and ASUS Xtion Pro Live.

Should build on Linux, MacOS and Windows. Requires CMake, Boost, Qt4, OpenNI, ZLIB and OpenCV.

Grabs RGB and depth frames which are then compressed (lossless ZLIB on depth and JPEG on RGB) and written to disk in a custom binary format. Multiple threads are used for the frame grabbing, compression and GUI. A circular buffer is used to help mitigate synchronisation issues that may occur.

Uses OpenNI 1.x.

The binary format is specified in Logger::writeData() in Logger.cpp

Logger1

About

Tool for logging RGB-D data from the Microsoft Kinect and ASUS Xtion Pro Live

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.7%
  • CMake 1.3%