ubuntu realsense

ubuntu realsense安装官方文档

\\  Add Intel server to the list of repositories :
  echo 'deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial main' | sudo tee /etc/apt/sources.list.d/realsense-public.list
\\  It is recommended to backup /etc/apt/sources.list.d/realsense-public.list file in case of an upgrade.
\\  Register the server’s public key :
  sudo apt-key adv --keyserver keys.gnupg.net --recv-key 6F3EFCDE
\\  Refresh the list of repositories and packages available :
  sudo apt-get update
\\  In order to run demos install:
  sudo apt-get install librealsense2-dkms
  sudo apt-get install librealsense2-utils
\\   The above two lines will deploy librealsense2 udev rules, kernel drivers, runtime library and executable demos and tools. Reconnect the Intel RealSense depth camera and run: realsense-viewer
\\   Developers shall install additional packages:
  sudo apt-get install librealsense2-dev
  sudo apt-get install librealsense2-dbg
\\   With dev package installed, you can compile an application with librealsense using g++ -std=c++11 filename.cpp -lrealsense2 or an IDE of your choice.
\\   Verify that the kernel is updated :
  modinfo uvcvideo | grep "version:" should include realsense string
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值