Skip to content

Tool for logging live RGB-D data from the Realsense D400 series depth sensor

Notifications You must be signed in to change notification settings

binbin-xu/rs-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

rs-logger

Tool for logging RGB-D data from the realsense D400 series depth camera and align the depth images to colour images. Currently it was only tested using D453i sensor, but it should also work for other sensors

Currently supported output format:

  • Raw RGB-D sequences
  • RGB-D with timestamps in TUM RGB-D format
  • raw: SLAMBench 1.0 file format, used also in Supereight and some other SLAM method
  • Klg: used in ElasticFusion

Currently tested in Ubuntu 16.04 only. Feel free to try it out in other platforms

Supported features:

  • Align rgb images to depth images
  • Save rgb, depth, and time stamp to local disks
  • Add bottom to start capturing images and press bottom to stop recording
  • add auto exposure
  • Manual tune exposure time and gain
  • add white balance
  • Read and store camera intrinsic information
  • add compressed images
  • Add raw support
  • Add KLG support

Dependency:

  • GLEW

    apt-get install libglew-dev
    

About

Tool for logging live RGB-D data from the Realsense D400 series depth sensor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published