当前位置:网站首页>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
边栏推荐
- 今日睡眠质量记录78分
- What is devsecops? Definitions, processes, frameworks and best practices for 2022
- Golang Modules
- Doris / Clickhouse / Hudi, a phased summary in June
- 【Day1】 deep-learning-basics
- Mmclassification annotation file generation
- Machine learning -- neural network (IV): BP neural network
- System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
- Ruby time format conversion strftime MS matching format
- [FAQ] summary of common causes and solutions of Huawei account service error 907135701
猜你喜欢
Hands on deep learning (32) -- fully connected convolutional neural network FCN
Qtreeview+ custom model implementation example
How do microservices aggregate API documents? This wave of show~
JDBC and MySQL database
SQL replying to comments
Write a mobile date selector component by yourself
What are the advantages of automation?
PHP personal album management system source code, realizes album classification and album grouping, as well as album image management. The database adopts Mysql to realize the login and registration f
Normal vector point cloud rotation
libmysqlclient. so. 20: cannot open shared object file: No such file or directory
随机推荐
El Table Radio select and hide the select all box
Exercise 8-7 string sorting (20 points)
Exercise 9-4 finding books (20 points)
基于线性函数近似的安全强化学习 Safe RL with Linear Function Approximation 翻译 1
System.currentTimeMillis() 和 System.nanoTime() 哪个更快?别用错了!
Golang 类型比较
Batch distribution of SSH keys and batch execution of ansible
Ruby time format conversion strftime MS matching format
Hands on deep learning (38) -- realize RNN from scratch
uniapp 处理过去时间对比现在时间的时间差 如刚刚、几分钟前,几小时前,几个月前
How can Huawei online match improve the success rate of player matching
转载:等比数列的求和公式,及其推导过程
MySQL develops small mall management system
For programmers, if it hurts the most...
SQL replying to comments
Advanced technology management - how to design and follow up the performance of students at different levels
leetcode1-3
Kotlin set operation summary
Golang Modules
Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 2