当前位置:网站首页>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 
边栏推荐
- Normal vector point cloud rotation
- Regular expression (I)
- Golang Modules
- 自动化的优点有哪些?
- In the case of easyUI DataGrid paging, click the small triangle icon in the header to reorder all the data in the database
- leetcode1-3
- Dynamic memory management
- Write a mobile date selector component by yourself
- Press the button wizard to learn how to fight monsters - identify the map, run the map, enter the gang and identify NPC
- PHP代码审计3—系统重装漏洞
猜你喜欢
随机推荐
Hands on deep learning (41) -- Deep recurrent neural network (deep RNN)
PHP is used to add, modify and delete movie information, which is divided into foreground management and background management. Foreground users can browse information and post messages, and backgroun
Go context 基本介绍
El Table Radio select and hide the select all box
转载:等比数列的求和公式,及其推导过程
Does any teacher know how to inherit richsourcefunction custom reading Mysql to do increment?
Laravel文档阅读笔记-How to use @auth and @guest directives in Laravel
Exercise 9-3 plane vector addition (15 points)
C # use ffmpeg for audio transcoding
有老师知道 继承RichSourceFunction自定义读mysql怎么做增量吗?
Hands on deep learning (III) -- Torch Operation (sorting out documents in detail)
Baidu R & D suffered Waterloo on three sides: I was stunned by the interviewer's set of combination punches on the spot
How can people not love the amazing design of XXL job
Safety reinforcement learning based on linear function approximation safe RL with linear function approximation translation 1
【OpenCV 例程200篇】218. 多行倾斜文字水印
Batch distribution of SSH keys and batch execution of ansible
Hands on deep learning (32) -- fully connected convolutional neural network FCN
Hands on deep learning (42) -- bi-directional recurrent neural network (BI RNN)
Native div has editing ability
5g/4g wireless networking scheme for brand chain stores







