ubuntu 16.04 lts 安装intel realsense 步骤/window 安装步骤

安装步骤-

windows 安装步骤如下:

https://dev.intelrealsense.com/docs/compiling-librealsense-for-windows-guide

 

android 安装步骤如下:

https://dev.intelrealsense.com/docs/android-build-of-the-intel-realsense-sdk-20

 

linux 安装步骤如下:
https://dev.intelrealsense.com/docs/compiling-librealsense-for-linux-ubuntu-guide

注意不能安装在虚拟机中。


1.首先把驱动包通过终端下载下来。
$ git clone https://github.com/IntelRealSense/librealsense
2.进入该文件夹
$ cd librealsense/
3.在librealsense下执行
$ sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
$ sudo update-grub && sudo reboot
4.安装libsub-1.0
$ sudo apt-get install libusb-1.0-0-dev pkg-config
5.安装glfw3
$ sudo apt-get install libglfw3-dev
6.Library Build Process *librealsense* employs CMake as a cross-platform build and project management system.


6.1 $mkdir build && cd build`
6.2 $cmake ..
6.3 $cmake ../ -DBUILD_EXAMPLES=true
6.4 $make && sudo make install

7.安装Video4Linux(Linux中关于视频设备的内核驱动) 安装前确保摄像头拔出
7.1 sudo cp config/99-realsense-libusb.rules /etc/udev/rules.d
7.2 sudo udevadm control --reload-rules && udevadm trigger
7.3 sudo apt-get install libssl-dev
7.4在ubuntu16.04
./scripts/patch-realsense-ubuntu-xenial.sh
7.5 cd ./scripts/`
7.6 ./patch-arch.sh
7.7 sudo dmesg | tail -n 50

这样就驱动装完了 然后是怎么运行demo
  The library will be installed in `/usr/local/lib`, header files in `/usr/local/include`<br />
  The demos, tutorials and tests will located in `/usr/local/bin`.

  • 0
    点赞
  • 7
    收藏
    觉得还不错? 一键收藏
  • 5
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 5
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值