librekinect
librekinect copied to clipboard
Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
Hello, While building for latest raspberry pi kernel, I got the following error: ``` pi@pi2 ~/libfreekinect/librekinect-master $ make make -C /lib/modules/4.1.8+/build M=/home/pi/libfreekinect/librekinect-master modules make[1]: Entering directory '/usr/src/linux' CC [M] /home/pi/libfreekinect/librekinect-master/gspca.o...
Hi If I hook up 3 Kinect 360s, will the driver make them accessible concurrently, presumably as video[0,1,2]? Checking before I go invest in more Kinects. TIA
If I read the instructions correctly, the line: "After loading the modules you should have a new "/dev/videoX" which you can use like a web cam." means that following the...
I have encountered a strange issue with this module. It works flawlessly when ethernet cable is plugged in to pi, but whenever I start reading when ethernet is unplugged, the...
Will this work with xtion pro at VGA resolution?
in the readme.md file for the project, there is the following line under the raspberri pi example: # get the source – in my case 3.12.y (change if needed) wget...
V4L2_FL_USE_FH_PRIO has been removed from v4l2-dev.h, as far as I can work out V4L2_FL_USES_V4L2_FH should be used instead - flags: optional. Set to V4L2_FL_USE_FH_PRIO if you want to let the...
#8 Some very minor changes - I cross compiled this version on OS X 10.10 with arm hf support and linux kernel sources 3.12.29.
I successfully compiled everything and get a /dev/video0 device on my Raspberry Pi. However, what the video will show is somewhat random: 1. Just after booting: it will show either...
Hello everybody A friend of mine and me want to use this driver on the bananapi(should work similar as on the raspberry) as well as on Ubuntu. I tried to...