I have followed the steps for the installation of libfreenect2 as given in this link (https://github.com/OpenKinect/libfreenect2)(on Ubuntu 14.04.1)
i have installed it at /home/user_name/
i have to import freenect2 just like this https://rjw57.github.io/freenect2-python/
But i'm not able to import freeenct2 and it gives me this error:>>> import freenect2
Traceback (most recent call last):
File "", line 1, in
ImportError: No module named freenect2
Or do i have any other option....
↧