发布时间:2017-08-10 17:18:02
1[compiler] sudo apt-get install build-essential[required] sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavformat-dev libswscale-dev[optional] sudo apt-get install python-dev python-numpy libtbb2 libtbb-dev libjpeg-dev libpng-dev libtiff-dev libjasper-dev libdc1394-22-.........【阅读全文】
发布时间:2017-08-10 13:19:02
1、首先从下载librealsense-master,https://github.com/IntelRealSense/librealsense2、按照说明安装https://github.com/IntelRealSense/librealsense/blob/master/doc/installation.md......【阅读全文】
发布时间:2017-07-09 10:37:59
1. 从Qt官网http://mirrors.ustc.edu.cn/qtproject/archive/qt/5.9/5.9.1/single/qt-everywhere-opensource-src-5.9.1.tar.xz下载文件2. 解压3. 进去解压目录运行./configure(注意,路径中不能含中文),这里会提醒使用商业版c还是开源版o,选择o,选择接受协议y4. 输入make5. 输入sudo make install来装Qt,.........【阅读全文】
发布时间:2017-07-07 22:19:08
1、下载Ubuntu操作系统,根据系统配置,可装64为的操作系统,从ubuntu官网下载ubuntu-16.04.2-desktop-amd64.iso2、制作U盘启动盘:用SDFormatter.exe格式化U盘,用Win32DiskImager.exe将以上镜像烧写至U盘3、将U盘插入Up板USB口,不接R200摄像头,接通电源启动4、选择安装Ubuntu5、选择“中文(简体)”6、.........【阅读全文】
发布时间:2016-08-12 23:55:06
原文:http://zhumeng8337797.blog.163.com/blog/static/1007689142011643834429/ 先装好网卡,连上网线,这是废话,不用说了。然后开始!设置linux让网桥运行 配置网桥我们需要让linux知道网桥,首先告诉它,我们想要一个虚拟的以太网桥接口:(这将在主机bridge上执行,不清楚的看看测试场景.........【阅读全文】