dingxiaoliang33 / pickinect

generate depth image from Kinect by librekinect + OpenCV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pickinect

Get and recover the raw depth data from Kinect by librekinect + OpenCV.
Assuming that you have installed opencv lib acoording your OS properly. gif

load librekinect

  • cd ./pickinect/src
  • make
  • make unload
  • make load

run

  • cd ./pickinect
  • make
  • ./main

about

the binary will generate grey scale depth-image in the dir.

  • only for PC platform
    • due to the Raspberry Pi 2B's hardware is still too poor
    • try on RP3 now,but the way seems filled with twists and difficulties :'-(

About

generate depth image from Kinect by librekinect + OpenCV


Languages

Language:C 92.1%Language:C++ 5.6%Language:Makefile 2.0%Language:Shell 0.3%