Is there a way in linux (raspbian) to capture only the depth data stream from a kinect? I'm trying to reduce the amount of processing needed to capture Kinect information so I want to ship the data stream to another computer to assemble the data.
Note:
- I have freenect installed but anything that requires opengl will not run on rasbian.
- I have installed this example which captures the data stream with a b+w visual depth display.