0

I am looking for some library which could help me to start working on kinect v2 on Ubuntu 14.4 using C++. I have tried using libfreenect and openNI but there are dependency issues in openCV. I have used following link. Link for kinect on ubuntu 12.04.

Is there any reference from where i can start working?

Zahir
  • 1

1 Answers1

0

That guide talks about Kinect v1. It won't work for Kinect v2.

Instead, try libfreenect2. That's the open source, linux-compatible library for Kinect v2. There's a guide on how to set up and compile libfreenect2, including an OpenNI2 driver.

HenningJ
  • 3,099
  • 1
  • 20
  • 17