我正在尝试在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
我所看到的一切都表明它已在2013ish中修复,我不知道如何解决此错误。
另外,当我使用命令freenect-glview
时,也会出现相同的错误。