openkinect无法打开kinect模型1473

时间:2018-12-08 19:16:48

标签: c kinect openkinect

我正在尝试在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时,也会出现相同的错误。

0 个答案:

没有答案