Skip to content

Instantly share code, notes, and snippets.

@garaemon
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save garaemon/63ec486ec6479cd321f4 to your computer and use it in GitHub Desktop.

Select an option

Save garaemon/63ec486ec6479cd321f4 to your computer and use it in GitHub Desktop.
freenect2/ubuntu

Ubuntuでkinect2を読む

  • libfreenect2を使います
  • 現状実行できない気がするのでこのforkを使ってみてください (@garaemon/work-on-ubuntu)
  • USB3.0のインターフェースに相性があるので、動作確認がなされているものを使いましょう. 参考
    • transcendのカードで動作確認しています
  • kenelは3.11以上のものを使いましょう。

インストール方法

cd libfreenect2
./depends/install_ubuntu.sh
cd examples/protonect
cmake CMakeLists.txt
make -j
sudo ./bin/Protonect

[DepthPacketStreamParser::handleNewData] working buffer full, resetting it!みたいなエラーがずっと出るときは、USB3.0のカードの相性問題 です。 BRIXなどでは動きません。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment