当前位置:网站首页>Realsense of d435i, d435, d415, t265_ Matching and installation of viewer environment
Realsense of d435i, d435, d415, t265_ Matching and installation of viewer environment
2022-07-04 10:13:00 【Wildcraner】
Installation steps
1. Register the server public key
sudo apt-key adv --keyserver keys.gnupg.net --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-key F6E65AC044F831AC80A06380C8B3A55A6F3EFCDE
2. according to Ubuntu System version select a different server and add it to the repository list
Ubuntu 16.04 LTS
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo xenial main" -u
Ubuntu 18.04 LTS
sudo add-apt-repository "deb http://realsense-hw-public.s3.amazonaws.com/Debian/apt-repo bionic main" -u
3. Install library files
sudo apt-get install librealsense2-dkms
sudo apt-get install librealsense2-utils
4. Install developers and debug packages
sudo apt-get install librealsense2-dev
This completes all the installation steps , Next, use Realsense_viewer Of SDK
Use
First, use a data cable to connect T265 Connect the camera to the computer , Pay attention to those that need to be plugged into the computer USB3.0 On the port of !!!
Open the terminal and input the command :
realsense-viewer
You can see
Then click on the “off”,
You can see
边栏推荐
- Servlet基本原理与常见API方法的应用
- Regular expression (I)
- Hands on deep learning (44) -- seq2seq principle and Implementation
- 今日睡眠质量记录78分
- [FAQ] summary of common causes and solutions of Huawei account service error 907135701
- Summary of reasons for web side automation test failure
- How can Huawei online match improve the success rate of player matching
- Hands on deep learning (36) -- language model and data set
- Upgrading Xcode 12 caused Carthage to build cartfile containing only rxswift to fail
- Laravel文档阅读笔记-How to use @auth and @guest directives in Laravel
猜你喜欢
leetcode1-3
品牌连锁店5G/4G无线组网方案
ASP. Net to access directory files outside the project website
PHP代码审计3—系统重装漏洞
Matlab tips (25) competitive neural network and SOM neural network
Mmclassification annotation file generation
Hands on deep learning (45) -- bundle search
Svg image quoted from CodeChina
Hands on deep learning (37) -- cyclic neural network
直方图均衡化
随机推荐
Reasons and solutions for the 8-hour difference in mongodb data date display
Kubernetes CNI 插件之Fabric
Hands on deep learning (35) -- text preprocessing (NLP)
Uniapp--- initial use of websocket (long link implementation)
7-17 crawling worms (15 points)
Exercise 8-10 output student grades (20 points)
Ruby时间格式转换strftime毫秒匹配格式
Exercise 7-3 store the numbers in the array in reverse order (20 points)
智能网关助力提高工业数据采集和利用
今日睡眠质量记录78分
System. Currenttimemillis() and system Nanotime (), which is faster? Don't use it wrong!
Upgrading Xcode 12 caused Carthage to build cartfile containing only rxswift to fail
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Legion is a network penetration tool
How can people not love the amazing design of XXL job
Deep learning 500 questions
Get the source code in the mask with the help of shims
技术管理进阶——如何设计并跟进不同层级同学的绩效
Kotlin: collection use
Regular expression (I)