我试图在Arch Linux上的文件 examples/hiview.c 中运行C示例(来自最新版本的repo)的示例代码,但是当我运行它时它会输出:

Kinect camera test Number of devices found: 1 Found sibling device [same parent] Failed to set the LED of K4W or 1473 device: LIBUSB_ERROR_IO Found sibling device [same parent] Could not open device: LIBUSB_ERROR_IO Could not open device

我正在使用此命令进行编译:

gcc -I include/ -lfreenect_sync -pthread -lglut -lOpenGL -lfreenect examples/hiview.c -lm -o hiview.o

我所见过的所有内容都说它已经在2013年修复了,我不知道如何解决这个错误 .

此外,当我使用命令 freenect-glview 时,它有相同的错误 .