码迷,mamicode.com
首页 > 其他好文 > 详细

fakenect

时间:2015-12-09 00:26:55      阅读:141      评论:0      收藏:0      [点我收藏+]

标签:

fakenect首页(https://openkinect.org/wiki/Fakenect),在github上(https://github.com/OpenKinect/libfreenect/tree/master/fakenect)下载源码,安装。

 

到这里还不知道如何测试是否可用,参考:http://portal.hive13.org/docs/fakenectAndOpenframeworks.html的详细教程

 

下载codeblock:

```

sudo apt-get install codeblocks

``` 

 

下载libusb:

需要libusb-1.0.18以上,但是源里只有1.0.0的版本,所以需要从源码编译libusb:http://libusb.info/

 

下载openframeworks:

If you are running ubuntu on a 32-bit machine: http://www.openframeworks.cc/versions/preRelease_v0.062/of_preRelease_v0062_linux_FAT.tar.gz

If you are running ubuntu on a 64-bit machine: http://www.openframeworks.cc/versions/preRelease_v0.062/of_preRelease_v0062_linux64_FAT.tar.gz

 

然后执行:

```

sudo /scripts/linux/ubuntu/install_dependencies.sh

sudo /scripts/linux/ubuntu/install_codeblocks.sh

```

dependencies的时候报错:

```

../../../openFrameworks/video/ofGstUtils.cpp:23:28: fatal error: linux/videodev.h: No such file or directory

```

 

fakenect

标签:

原文地址:http://www.cnblogs.com/zeonyu/p/5031369.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!