librekinect icon indicating copy to clipboard operation
librekinect copied to clipboard

make load fails on Ubuntu

Open UserXH726 opened this issue 9 years ago • 1 comments

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

UserXH726 avatar Mar 02 '15 14:03 UserXH726

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

Thabby07 avatar Apr 02 '15 11:04 Thabby07