I am trying to run Vision Processing python code, through Raspberry Pi with the Microsoft Kinect camera. I have perfectly working code running on Ubuntu but it fails to perform the same on the RPi. I think I have all libraries installed on it...
I even tryied the following simple code:
import freenect
ir, data = freenect.sync_get_video(format=freenect.VIDEO_IR_8BIT)
print ir
It doesn't work, it gets stuck. What could the reason? Maybe the kinect and the raspberry Pi dont work together?
Note: When I try "freenect-glview" I get: "Number of devices found: 1"