weilin_1216

导航

2013年5月14日

ubuntu中安装OpenNI

摘要: 一、OPenNI篇1.软件下载:(1)OpenNI:http://www.openni.org/openni-sdk/此处选择了linux 下的 OpenNI 2.1 Beta (X86) 版本. 下载完成后解压,cd进入解压后的路径:$ sudo ./install.sh(2)SensorKinectstep1 下载SensorKinect执行命令:$git clone https://github.com/avin2/SensorKinect.git如果提示没有git这个命令,则先下载git,打开终端:sudo apt-get install git过程比较慢.......要耐心的等... 阅读全文

posted @ 2013-05-14 21:29 weilin_1216 阅读(1571) 评论(0) 推荐(0)

设置windows 与VBox中的ubuntu文件共享

摘要: 环境:主机操作系统 是Windows 7 ,虚拟机里系统是Ubuntu 10.04,虚拟机用的是VirtualBox 4.4。 1. 安装增强功能包(Guest Additions)安装好Ubuntu 10.04后,重启Ubuntu并登录。然后在VirtualBox的菜单里选择"设备(Devices)" -> "安装增强功能包(Install Guest Additions)"。 你会发现在Ubuntu桌面上多出一个光盘图标,并跳出一个程序安装对话框,按提示输入密码后就开始安装工具包,安装完毕后会提示要重启Ubuntu,可以直接输入命令 :rebo 阅读全文

posted @ 2013-05-14 19:54 weilin_1216 阅读(164) 评论(0) 推荐(0)

virtualbox下安装ubuntu10.04

摘要: 参见:http://www.iteye.com/topic/968815http://www.doc88.com/p-685404150287.htmlUbuntu10激活root用户 Ubuntu10下默认不能使用root用户,所以需要添加密码,才能使用。 Java代码 sudopasswd [sudo]passwordforguangbo: EnternewUNIXpassword: RetypenewUNIXpassword: passwd:passwordupdatedsuccessfullysudo passwd[sudo] password for guangbo: Enter . 阅读全文

posted @ 2013-05-14 18:01 weilin_1216 阅读(157) 评论(0) 推荐(0)