-
Notifications
You must be signed in to change notification settings - Fork 24
Compile Realsense Camera Library
AutoModelCar edited this page Apr 7, 2017
·
1 revision
To compile the Intel Realsense camera library in your computer, you need to install first librealsense with following the lines below:
sudo apt-get install git
git clone https://github.com/IntelRealSense/librealsense
sudo apt-get update && sudo apt-get upgrade
sudo apt-get install libusb-1.0-0-dev
./librealsense/scripts/install_glfw3.sh
cd librealsense/
sudo cp config/99-realsense-libusb.rules /etc/udev/rules.d/
sudo cp config/uvc.conf /etc/modprobe.d/
sudo udevadm control --reload-rules
make BACKEND=LIBUVC
sudo make install
Dahlem Center for Machine Learning & Robotics, Freie Universität Berlin
- Home
- Android App
- Autostart
- Bag file Samples
- Compile ROS Packages
- Compile Arduino from Odroid
- Connect to the Odroid
- Cross compile
- Install ROS indigo
- Multiple Machines
- Navigation
- Network
- Visualize Model car's sensor data
- Web Control Center
- Hardware
- Basic Packages version 1.1
- Flashing the eMMC
- Arduino MAIN v1
- Compile Realsense Camera Library
- Patch for Model Car
- Hardware (AutoNOMOS Model v2)
- Basic Packages (AutoNOMOS Model v2)
- Flashing the eMMC (AutoNOMOS Model v2)
- Getting started (AutoNOMOS Model v2)
- Arduino MAIN (AutoNOMOS Model v2)
- Hardware (AutoNOMOS Model v3)
- Basic Packages (AutoNOMOS Model v3)
- Arduino MAIN v3
- Flashing the eMMC (AutoNOMOS Model v3)
- Patch for Realsense IR/Depth Images (AutoNOMOS Model v3)