Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 594 Bytes

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 :'-(