Closed BlackCatTB closed 6 months ago
nah I plugged it into the port with 480M thing. That's on me lol
If anyone knows why I get usb usb4-port3: Cannot enable. Maybe the USB cable is bad?
(port works with other devices & Kinect works on my PC) now I would much appreciate a response ♥
Hello, so I wanna build a small rover with the kinectv2 but I can't figure out why libfreenect2 can't open the Kinectv2. It works on my windows machine but not this industrial lil pc. It has got usb-3, multiple ports which I all tested, but all give me a weird dmsg when executing ./bin/Protonect I get the error under "Actual results" and a dmsg:
Which is really weird. I've already disabled that power management thing and followed the install guide. I just haven't installed that OpenCL thing but I don't think that's important right now. Has anyone got any idea how I can fix that?
Much appreciated!
Linux r00mba 5.15.0-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
lsusb -t
lspci -nn
:Steps to Reproduce:
Actual Results:
r00mba@r00mba:~/libfreenect2/build$ ./bin/Protonect Version: 0.2.0 Environment variables: LOGFILE=
Usage: ./bin/Protonect [-gpu=] [gl | cl | clkde | cuda | cudakde | cpu] []
[-noviewer] [-norgb | -nodepth] [-help] [-version]
[-frames ]
To pause and unpause: pkill -USR1 Protonect
libusb: warning [libusb_init] installing new context as implicit default
[Info] [Freenect2Impl] enumerating devices...
[Info] [Freenect2Impl] 8 usb devices connected
[Info] [Freenect2Impl] found valid Kinect v2 @3:3 with serial 057120633647
[Info] [Freenect2Impl] found 1 devices
[Info] [Freenect2DeviceImpl] opening...
[Error] [protocol::UsbControl] failed to claim interface with IrInterfaceId(=1)! LIBUSB_ERROR_BUSY Resource busy. Try debugging with environment variable: export LIBUSB_DEBUG=3 .
[Info] [Freenect2DeviceImpl] closing...
[Info] [Freenect2DeviceImpl] deallocating usb transfer pools...
[Info] [Freenect2DeviceImpl] closing usb device...
[Info] [Freenect2DeviceImpl] closed
[Error] [Freenect2Impl] failed to open Kinect v2: @3:3
failure opening device!
libusb: warning [libusb_exit] device 3.3 still referenced
libusb: warning [libusb_exit] device 3.1 still referenced
Reproducibility: idk man