Last active
February 20, 2017 02:58
-
-
Save spk921/5bcfc9e82d782afd65547224854d87a9 to your computer and use it in GitHub Desktop.
RealSense F200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Git clone following links | |
https://github.com/IntelRealSense/librealsense.git | |
Follow under instruction with Ubuntu 16.06 | |
https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md | |
Do 3rd-party dependencies | |
step 5 | |
cmake .. -DBUILD_EXAMPLES:BOOL=true | |
Just simply do make | |
Do unit test under build folder | |
Run example codes under examples |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment