8000 GitHub - jstraub/rgbdGrabber: Classes grab frames from different RGBD sensors.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jstraub/rgbdGrabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project provides classes to grab RGBD frames from various sensors.

Dependencies

This code depends on the following other libraries and was tested under Ubuntu 14.04.

Install

This package uses the pods build system. Used widely at CSAIL MIT the build system makes it easy to break up software projects into small packages that can be checked out and compiled automatically (see below).

  • Linux:

    Clone this repository and compile the code:

    git clone git@github.com:jstraub/rgbdGrabber; cd rgbdGrabber;
    make checkout; make configure; make -j6; make install;
    

    Note that this will checkout several other necessary repositories. To update all repositories run

    make update; make configure; make -j6; make install;
    

About

Classes grab frames from different RGBD sensors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0