xxorde / librekinect

Depth data from a kinect sensor! Small and fast kernel driver. Also for embedded devices like the raspberry pi!
407 stars 68 forks source link

make load fails on Ubuntu #19

Open UserXH726 opened 9 years ago

UserXH726 commented 9 years ago

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 install the driver on Ubuntu, according to the offical description. Unfortunately some errors occure if i want to execute make load. For the errormessage see below. Despite of this i can open the Kinects Depthimage videostream with vlc, but unfortunately it doesn´t works with OpenCV. We are using OpenCV with Java in Eclipse. If we use the same Algorithm with the standard Notebook-Webcam everything works, but if we change the device to the kinect the same algorithm doesn´t work. Therefore we presume that the fail of the algorithm relies on the errors of the make load command. Do you know this error? Is there any other thing we had to consider?

With my usual user: rmmod: ERROR: Module kinect is not currently loaded rmmod: ERROR: Module gspca is not currently loaded rmmod: ERROR: Module gspca_main is not currently loaded rmmod: ERROR: Module gspca_kinect is not currently loaded rmmod: ERROR: Module gspca is not currently loaded rmmod: ERROR: Module kinect is not currently loaded make[1]: Verlasse Verzeichnis '/home/fabian/librekinect' sudo modprobe videodev sudo insmod gspca.ko sudo insmod kinect.ko sudo chown -f -R fabian:fabian /dev/video* sudo chmod -f 755 /dev/video*

With root user: make unload_drivers make[1]: Betrete Verzeichnis '/home/fabian/librekinect' sudo sh unload_drivers.sh rmmod: ERROR: Module gspca_main is not currently loaded rmmod: ERROR: Module gspca_kinect is not currently loaded rmmod: ERROR: Module gspca is not currently loaded rmmod: ERROR: Module kinect is not currently loaded make[1]: Verlasse Verzeichnis '/home/fabian/librekinect' sudo modprobe videodev sudo insmod gspca.ko sudo insmod kinect.ko sudo chown -f -R root:root /dev/video* sudo chmod -f 755 /dev/video*

God bless you

Thabby07 commented 9 years ago

I have right now the same problem... Have you been able to resolve it?? Good luck! :)